Joshua Slive a écrit : > On 11/23/06, Michael Hulet <michael@xxxxxxxxxxxxxxxx> wrote: >> Hello all, >> >> I'm upgrading from Apache 2.0.54 to Apache 2.2.3, as I would like to >> try the proxy_balancer module. >> >> I'm running a Debian Sarge box. I uninstalled Apache 2.0.54 and I >> compiled and installed Apache 2.2.3 in /etc/apache2: >> >> # wget http://apache.scarlet.be/httpd/httpd-2.2.3.tar.gz >> # tar -xvzf httpd-2.2.3.tar.gz >> # cd httpd-2.2.3 >> # ./configure --prefix=/etc/apache2 --enable-mods-shared=all >> --enable-deflate --enable-proxy --enable-proxy-balancer >> --enable-proxy-http >> # make >> # make install| >> >> Then, I added this line to /etc/apache2/httpd.conf: >> >> LoadModule proxy_balancer_module modules/mod_proxy_balancer.so >> >> I launched te server and here is my problem: >> >> # apache2ctl -k start >> Syntax error on line 8 of /etc/apache2/httpd.conf: >> *Cannot load /etc/apache2/modules/mod_proxy_balancer.so into server: >> /etc/apache2/modules/mod_proxy_balancer.so: undefined symbol: >> proxy_hook_post_request* > > You'll also need LoadModule lines for mod_proxy and mod_proxy_http. > > Joshua. Thanks for the tip, Joshua. So here is my new httpd.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so The result is not so nicer: # apache2ctl -k start [Thu Nov 23 15:24:18 2006] [warn] module proxy_module is already loaded, skipping [Thu Nov 23 15:24:18 2006] [warn] module proxy_http_module is already loaded, skipping Syntax error on line 9 of /etc/apache2/httpd.conf: Cannot load /etc/apache2/modules/mod_proxy_balancer.so into server: /etc/apache2/modules/mod_proxy_balancer.so: undefined symbol: proxy_hook_post_request I really don't know what else I could do...
begin:vcard fn:Michael Hulet n:Hulet;Michael org:mindtheshark.com adr;quoted-printable:;;chauss=C3=A9e de Bruxelles, 9;Wavre;;1300;Belgique email;internet:michael@xxxxxxxxxxxxxxxx title;quoted-printable:Cr=C3=A9ateur web ind=C3=A9pendant tel;cell:+32498119278 url:http://www.mindtheshark.com version:2.1 end:vcard
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx