How to install mod_proxy

Cyberdevil

Verified User
Joined
Sep 16, 2007
Messages
40
I'm using a .htaccess file which requires mod_rewrite and mod_proxy.

Seems like mod_proxy module isn't installed with the default installation of Apache with directadmin.

How can I install this module safely without risking the rest of the server ?

Thanks in regards,

Bram
 
What I have done already :

apxs -i -a -c -n proxy *.c


What do I get :

/usr/sbin/apachectl configtest
[Mon Feb 11 20:59:11 2008] [warn] module php5_module is already loaded, skipping
httpd: Syntax error on line 20 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_proxy.so into server: /etc/httpd/modules/mod_proxy.so: undefined symbol: ap_proxy_lb_workers


Anyone has an idea ?
 
#apxs -a -i -c mod_proxy.c proxy_util.c

This one worked for me. But i'm stuck again. Seems likes mod_proxy still doensn't work.

#/usr/sbin/httpd -l | grep mod_proxy

Gives me nothing :S
 
i would add the mod_proxy line in configure.apache and recompile apache
 
Back
Top