Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Robby #1
Apache and Modules?
Does apache require modules to run? I have a small 486sx with masquerading etc.
The kernel is monolithic. Can I run apache on a monolithic box?
Robby Guest
-
Apache modules
I found that if you build the PHP port after installing apache+mod_ssl, it will happily use the apache that is already installed and not require... -
#25767 [Fbk->Csd]: Apache will not start with PHP Modules
ID: 25767 User updated by: colin dot harford at ualberta dot ca Reported By: colin dot harford at ualberta dot ca -Status: ... -
#25767 [NEW]: Apache will not start with PHP Modules
From: colin dot harford at ualberta dot ca Operating system: OpenBSD -current PHP version: 4.3.4RC1 PHP Bug Type: *General... -
Calling Apache Modules from PHP
Does anyone know how to call Apache modules from PHP? I want to call the module mod_headers but don't know how to do it. Is it possible? Thanks -
CPAN modules for Apache 2.0.XX
On 8 Jul 2003 02:04:21 -0700, Oren Laadan <olaadan@checkpoint.com> wrote: At http://perl.apache.org/, in the documents for mod_perl 2, there's... -
David #2
Re: Apache and Modules?
Robby wrote:
Yes. Apache can use modules but not the kind your thinking about.> Does apache require modules to run? I have a small 486sx with masquerading etc.
> The kernel is monolithic. Can I run apache on a monolithic box?
--
Confucius: He who play in root, eventually kill tree.
Registered with The Linux Counter. [url]http://counter.li.org/[/url]
Slackware 9.0 Kernel 2.4.22 i686 (GCC) 3.3
Uptime: 7 days, 22:04, 1 user, load average: 0.06, 0.15, 0.11
David Guest
-
AlV #3
Re: Apache and Modules?
Robby wrote:
If you mean "kernel modules", Apache http server does not require any specific kernel part (not even> Does apache require modules to run? I have a small 486sx with masquerading etc.
the minimalistic httpd server that can be compiled inside the kernel): this is a "pure" user-mode
application (it might need root privileges to bind ports below 1024, but there is no kernel part in
Apache).
Apache also has modules of its own (such as "mod_perl") that are used to extend its capabilities (in
the cas eo f "mod_perl", providing a persistent Perl execution environment): these are not kernel
modules!
Why not...> The kernel is monolithic. Can I run apache on a monolithic box?
But as for using Apache (be it 1.3.x or 2.0.x) on a 486 pc, I would suggest looking at alternatives
with much smaller footprint like:
Thy [url]http://bonehunter.rulez.org/Thy.phtml[/url]
Cherokee [url]http://www.alobbs.com/modules.php?op=modload&name=cherokee&file=index[/url]
Boa [url]http://www.boa.org/[/url]
Sioux [url]http://heim.ifi.uio.no/~andreto/sioux/[/url]
fnord [url]http://www.fefe.de/fnord/[/url]
thttpd [url]http://www.acme.com/software/thttpd/[/url]
min_httpd [url]http://www.acme.com/software/mini_httpd/[/url]
micro_httpd [url]http://www.acme.com/software/micro_httpd/[/url]
And many others...
(look here [url]http://freshmeat.net/search/?q=server§ion=trove_cat&trove_cat_id=250&filte r=250[/url] for
example)
Mind you, I like Apache, but I am not sure about putting it on a 486... :o}
Have a nice day,
AlV Guest



Reply With Quote

