Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
Okay seems it were a mismatch in setup, we got it working now.. Difference were: // not working, for sub sites ProxyPass / balancer://cluster stickysession=JSESSIONID|jsessionid nofailover=On // below are working, for sub sites ProxyPass / balancer://cluster/ stickysession=JSESSIONID|jses

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
Ahh, so you are saying it should work even without the load module stuff? What I figured too... André Warnier wrote: Nino Saturnino Martinez Vazquez Wael wrote: Sure here it are, I get the warnings since I also tried adding the loadmodule directive to the vhost config: That would not work a

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
I posted my full vhost config, if I hit tomcat directly everything works, but I agree there are something fishy regarding "sub" sites, like /static/f5ffa9029c78c03cdf54c3b0d4999417-thumb.jpg I've also tried adding this : ProxyPass /static balancer://cluster/static It does not work. Another t

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread André Warnier
Nino Saturnino Martinez Vazquez Wael wrote: Sure here it are, I get the warnings since I also tried adding the loadmodule directive to the vhost config: That would not work anyway. LoadModule is a server-level directive. A VirtualHost is not a separate Apache engine or instance, it's just a

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
Sure here it are, I get the warnings since I also tried adding the loadmodule directive to the vhost config: [EMAIL PROTECTED]:~# apache2ctl -M [Tue Jul 22 20:16:52 2008] [warn] module proxy_module is already loaded, skipping [Tue Jul 22 20:16:52 2008] [warn] module proxy_balancer_module is al

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Eric Covener
On Tue, Jul 22, 2008 at 9:32 AM, Frank Gingras <[EMAIL PROTECTED]> wrote: > Nino, > > Your error definitely indicates that it's not loaded. Let's run apache2ctl / > apache2 -M, and see what it says. > >>No protocol handler was valid for the URL >>/static/f5ffa9029c78c03cdf54c3b0d4999417-thumb.jpg.

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Frank Gingras
Nino, Your error definitely indicates that it's not loaded. Let's run apache2ctl / apache2 -M, and see what it says. Nino Saturnino Martinez Vazquez Wael wrote: Hi Frank Thanks for the quick answer, but does'nt it mean when the module are in mods-enabled, it are loaded? Please see the conte

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
Okay so even though I think that mod http are loaded i've added the load module statement to my vhost config: LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so LoadModule proxy_balancer_module /usr/lib/apache2/modules/mod_proxy_balancer.so LoadModule proxy_connect_module /usr/lib/

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-21 Thread Nino Saturnino Martinez Vazquez Wael
Hi Frank Thanks for the quick answer, but does'nt it mean when the module are in mods-enabled, it are loaded? Please see the contents of mods-enabled below.. Frank Gingras wrote: Nino, Please load the mod_proxy_html module. Nino Saturnino Martinez Vazquez Wael wrote: I get a error about DSO

Re: [EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-21 Thread Frank Gingras
Nino, Please load the mod_proxy_html module. Nino Saturnino Martinez Vazquez Wael wrote: I get a error about DSO(stating that I have to enable a proxy submodule), it's there for all sub sites, root passes without problems. I have enabled all the proxy modules. Whats wrong? Error msg: [Mon

[EMAIL PROTECTED] mod proxy & DSO errors(403 forbidden)?

2008-07-21 Thread Nino Saturnino Martinez Vazquez Wael
I get a error about DSO(stating that I have to enable a proxy submodule), it's there for all sub sites, root passes without problems. I have enabled all the proxy modules. Whats wrong? Error msg: [Mon Jul 21 20:40:54 2008] [notice] Apache/2.2.3 (Ubuntu) proxy_html/2.5 mod_ssl/2.2.3 OpenSSL/0

[EMAIL PROTECTED] Mod-proxy

2007-11-20 Thread PENIN Guillaume (VFE)
Hi all, With mod-proxy, one connection is established when we have one client request (many TIMEWAIT sockets when we have many clients). Squid, only establishes for example 20 connections to the backend servers. These connections are kept (ESTABLISHED) to the backend servers, so that all clien

[EMAIL PROTECTED] mod proxy marking workers bad

2007-05-04 Thread Brian Hayward
Hello, We are using ProxyPass and ProxyReversePass within Apache 2.2.2. Every once in a while we get a connection timed out, this results in mod_proxy disabling the worker for 60 seconds by default which doesn't work well for us. We started off by setting "retry=1" so it only marks it bad for 1

[EMAIL PROTECTED] MOD PROXY startup error: undefined symbol: ap_proxy_is_word

2006-12-07 Thread Sumit Shah
Hello All, I added mod_proxy support on my existing Apache2 installation using 'apxs'. This is what i did: prompt> apxs -c -i mod_proxy.c Then I loaded the module in my httpd.conf. When I restart Apache i get following error: Syntax error on line 235 of /home/apache2/httpd/prefork/conf/httpd.

[EMAIL PROTECTED] mod proxy ajp: access forbidden

2006-10-13 Thread hv @ Fashion Content
I use ajp to connect to one Tomcat host, which works fine. But all other connections fail with a 403 access forbidden. In the error log the only thing I see is [warn] proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules