Re: [EMAIL PROTECTED] ERROR: ap_proxy_is_word, mod_proxy

2006-07-08 Thread Nate Hausrath
Hi Rob,I had a similar issue a few days ago and I finally figured out how to fix it. I basically just recompiled apache2 but enabled proxy from the start, but I installed it to a different directory. For me it was: ./configure --prefix=/place/to/install --enable-mods-shared=most

Re: [EMAIL PROTECTED] Cannot load mod_proxy. undefined symbol: proxy_lb_workers

2006-07-07 Thread Nate Hausrath
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:

[EMAIL PROTECTED] Cannot load mod_proxy. undefined symbol: proxy_lb_workers

2006-07-06 Thread Nate Hausrath
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