This is a discussion on Apache and Modules? within the Linux Operating System forums, part of the Unix Operating Systems category; --> Does apache require modules to run? I have a small 486sx with masquerading etc. The kernel is monolithic. Can ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Robby wrote: > 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? Yes. Apache can use modules but not the kind your thinking about. -- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ 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 |
| ||||
| Robby wrote: > Does apache require modules to run? I have a small 486sx with masquerading etc. If you mean "kernel modules", Apache http server does not require any specific kernel part (not even 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! > The kernel is monolithic. Can I run apache on a monolithic box? Why not... 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 http://bonehunter.rulez.org/Thy.phtml Cherokee http://www.alobbs.com/modules.php?op...kee&file=index Boa http://www.boa.org/ Sioux http://heim.ifi.uio.no/~andreto/sioux/ fnord http://www.fefe.de/fnord/ thttpd http://www.acme.com/software/thttpd/ min_httpd http://www.acme.com/software/mini_httpd/ micro_httpd http://www.acme.com/software/micro_httpd/ And many others... (look here http://freshmeat.net/search/?q=serve...0&filte r=250 for example) Mind you, I like Apache, but I am not sure about putting it on a 486... Have a nice day, |