Thanks for your help.I used apxs to build proxy_util and then tried again. This time I received a similar message:httpd: Syntax error on line 82 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/proxy_util.so into server: /usr/local/apache2/modules/proxy_util.so: undefi
" I then added the modules to httpd.conf (LoadModule proxy_module
modules/mod_proxy.so, etc). Upon trying to stop the currently running server
with apachectl, I received the following error:
httpd: Syntax error on line 82 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/mo
Hi,I have had Apache 2.2.2 chrooted and running fine for a few weeks now. Today, I compiled mod_proxy and mod_proxy_http with apxs and copied them to my jail modules directory. I then added the modules to httpd.conf
(LoadModule proxy_module modules/mod_proxy.so, etc). Upon trying to stop the cu