Mailinglist Archive: opensuse (3605 mails)
| < Previous | Next > |
[SLE] compiling apache with proxy module support
- From: "Adinda Praditya" <apraditya@xxxxxxxxx>
- Date: Fri, 23 Jun 2006 19:10:29 +0700
- Message-id: <e92d9eaa0606230510u34f3169cm816f04860f148291@xxxxxxxxxxxxxx>
Hi list,
I compiled apache this way:
# ./configure --enable-module=so --prefix=/home/oracle/apache
--enable-rewrite=shared --enable-speling=shared --enable-proxy
--with-apr=/usr/local/apr-httpd
--with-apr-util=/usr/local/apr-util-httpd
# make
# make install
After i made sure the module files i need are in the
/home/oracle/apache/modules/, i added these lines to httpd.conf:
LoadModule proxy modules/mod_proxy.so
LoadModule proxy_ajp modules/mod_proxy_ajp.so
LoadModule proxy_balancer modules/mod_proxy_balancer.so
LoadModule proxy_connect modules/mod_proxy_connect.so
LoadModule proxy_ftp modules/mod_proxy_ftp.so
LoadModule proxy_http modules/mod_proxy_http.so
But when i started the apache, i got this:
# ./bin/apachectl start
httpd: Syntax error on line 55 of /home/oracle/apache/conf/httpd.conf:
Can't locate API module structure `proxy' in file
/home/oracle/apache/modules/mod_proxy.so:
/usr/local/apr-httpd/lib/libapr-1.so.0: undefined symbol: proxy
Is this mean apr and/or apr-util conflict with mod_proxy? Please help.
Note that i installed apr and apr-util bundled with the apache source,
as it is stated in http://httpd.apache.org/docs/2.2/install.html.
Regards,
Adinda P
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
I compiled apache this way:
# ./configure --enable-module=so --prefix=/home/oracle/apache
--enable-rewrite=shared --enable-speling=shared --enable-proxy
--with-apr=/usr/local/apr-httpd
--with-apr-util=/usr/local/apr-util-httpd
# make
# make install
After i made sure the module files i need are in the
/home/oracle/apache/modules/, i added these lines to httpd.conf:
LoadModule proxy modules/mod_proxy.so
LoadModule proxy_ajp modules/mod_proxy_ajp.so
LoadModule proxy_balancer modules/mod_proxy_balancer.so
LoadModule proxy_connect modules/mod_proxy_connect.so
LoadModule proxy_ftp modules/mod_proxy_ftp.so
LoadModule proxy_http modules/mod_proxy_http.so
But when i started the apache, i got this:
# ./bin/apachectl start
httpd: Syntax error on line 55 of /home/oracle/apache/conf/httpd.conf:
Can't locate API module structure `proxy' in file
/home/oracle/apache/modules/mod_proxy.so:
/usr/local/apr-httpd/lib/libapr-1.so.0: undefined symbol: proxy
Is this mean apr and/or apr-util conflict with mod_proxy? Please help.
Note that i installed apr and apr-util bundled with the apache source,
as it is stated in http://httpd.apache.org/docs/2.2/install.html.
Regards,
Adinda P
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
| < Previous | Next > |