Problem with apxs and mod_proxy
am 10.08.2007 11:41:53 von meendar
Hi,
I hadn't installed my apache with mod_proxy, i now planned to add
module mod_proxy to apache. I tried tool apxs and installed as
/usr/local/apache2/bin/apxs -c mod_proxy.c
/usr/local/apache2/bin/apxs -i -a -n proxy mod_proxy.la
But i am getting
"httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf:
Cannot load usr/local/apache2/modules/mod_proxy.so into server: /usr/
local/apache2/modules/mod_proxy.so: undefined symbol:
ap_proxy_lb_workers"
this error after the second command. Please anyone help!
Thanks in Advance!
Re: Problem with apxs and mod_proxy
am 10.08.2007 11:48:24 von meendar
On Aug 10, 2:41 pm, meendar wrote:
> Hi,
>
> I hadn't installed my apache with mod_proxy, i now planned to add
> module mod_proxy to apache. I tried tool apxs and installed as
sorry i found the error while restarting the server, the error does
not occur while compilation.
> /usr/local/apache2/bin/apxs -c mod_proxy.c
> /usr/local/apache2/bin/apxs -i -a -n proxy mod_proxy.la
>
> But i am getting
>
> "httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf:
> Cannot load usr/local/apache2/modules/mod_proxy.so into server: /usr/
> local/apache2/modules/mod_proxy.so: undefined symbol:
> ap_proxy_lb_workers"
>
> this error after the second command. Please anyone help!
>
> Thanks in Advance!