View Full Version : How to install mod_proxy
Cyberdevil
02-11-2008, 11:30 AM
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
Cyberdevil
02-11-2008, 01:04 PM
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 ?
Cyberdevil
02-11-2008, 01:36 PM
#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
jackc
02-27-2008, 04:04 PM
i would add the mod_proxy line in configure.apache and recompile apache
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.