Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. #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: ...
    3. #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...
    4. 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
    5. 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...
  3. #2

    Default Re: Apache and Modules?

    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. [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

  4. #3

    Default Re: Apache and Modules?

    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 [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&section=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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139