Click to See Complete Forum and Search --> : compiling apache2


monkeyboi
09-30-2002, 05:33 PM
i try to compile apache with only the main modules included into the httpd binary...
like core.c, httpd-core.c,prefork.c....

and i want the rest to compile as loadable modules....

after reading the compilation..

i type
xxx$ ./configure --enable-mods-shared=all --with-mpm=prefork

then make and make install

however when i check the httpd -l
it show all modules compiled into the httpd and not as loadable module??
any idea any1???
thx