Subject: | compiled apache module doesn't show. |
Posted by: | The Derfer (derf1…@gmail.com) |
Date: | Wed, 9 Jun 2010 |
Even after restarting apache with "apachectl -k stop/start" a compiled
mod_proxy
module does not appear when I obtain a listing using "apachectl -l"
This is a RH Linux 4 box, uname output is:
Linux boxname 2.6.18-92.1.17.0.2.el5 #1 SMP Tue Nov 18 05:20:06 EST
2008 x86_64 x86_64 x86_64 GNU/Linux
First I did:
../configure --prefix=/misc/apps/apache --enable-so --enable-mods-
shared="proxy"
from within a source directory:
/misc/apps/INSTALL_SOFTWARE/Apache_2.2.15/httpd-2.2.15
then:
make
then:
make install
Yet neither "apachectl -l" nor "httpd -l" list the module mod_proxy
(or mod_proxy.c) even after
a restart of the server itself. What am I doing wrong?
Thanks in advance to anyone who can help.