Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread Bruno Tréguier
Le 30/03/2012 à 0:32, ron.vandenbranden@home a écrit : Thanks, Igor. On Mar 30, 2012 8:41 AM, "Igor Cicimov" mailto:icici...@gmail.com>> wrote: tcpdump -vvv -X -s 0 -i eth0 tcp port 8080 Needs to be run as root. Replace port 8080 with what ever port you need. Option "-i eth0" is j

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread ron.vandenbranden@home
Thanks, Igor. On Mar 30, 2012 8:41 AM, "Igor Cicimov" > wrote: tcpdump -vvv -X -s 0 -i eth0 tcp port 8080 Needs to be run as root. Replace port 8080 with what ever port you need. Option "-i eth0" is just in case you have more than one network interfac

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread Igor Cicimov
Or tcpdump -vvv -X -s 0 -i eth0 -n -w tcpdump.pcap tcp port 8080 If you want to dump into a file tcpdump.pcap to inspect it later with Wireshark. On Mar 30, 2012 8:41 AM, "Igor Cicimov" wrote: > tcpdump -vvv -X -s 0 -i eth0 tcp port 8080 > > Needs to be run as root. Replace port 8080 with what

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread Igor Cicimov
tcpdump -vvv -X -s 0 -i eth0 tcp port 8080 Needs to be run as root. Replace port 8080 with what ever port you need. Option "-i eth0" is just in case you have more than one network interfaces. If you use it make sure to replace eth0 with correct value for your server. On Mar 30, 2012 4:55 AM, "ron.

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread ron.vandenbranden@home
Hi, Thanks for your detailed suggestions, Tom. On 29/03/2012 18:22, Tom Evans wrote: On Thu, Mar 29, 2012 at 5:06 PM, Ron Van den Branden wrote: Yet, when switching on ProxyPreserveHost, internal redirects via Tomcat fail: ProxyPreserveHost off This should

[users@httpd] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server

2012-03-29 Thread Matthias Leopold
hi, i have a setup with mod_fcgid (2.3.6) and php-cgi (and suexec) as a shared hosting server running debian 5. now i have problems with long running php-cgi processes where i get the above mentioned (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server in apache

Re: [users@httpd] Load Balancing, no fail over when backend server is down?

2012-03-29 Thread Ryan Bowman
On Thu, Mar 29, 2012 at 10:31 AM, Tom Evans wrote: > On Thu, Mar 29, 2012 at 5:14 PM, Ryan Bowman wrote: >> That doesn't sound correct to me, the balancer-manager page has a >> status column, and shows that one is OK, the other is Err. (see the >> attached screen shot) >> >> Apache knows that the

Re: [users@httpd] Load Balancing, no fail over when backend server is down?

2012-03-29 Thread Tom Evans
On Thu, Mar 29, 2012 at 5:14 PM, Ryan Bowman wrote: > That doesn't sound correct to me, the balancer-manager page has a > status column, and shows that one is OK, the other is Err. (see the > attached screen shot) > > Apache knows that the backend server is having problems, shouldn't > Apache then

Re: [users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread Tom Evans
On Thu, Mar 29, 2012 at 5:06 PM, Ron Van den Branden wrote: > Hi, > > Apologies for reposting that soon, but I've been thinking more about my > question earlier today (see ). > So, rather than appearing impatient, I would like to rephrase that question

[users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread Ron Van den Branden
Hi, Apologies for reposting that soon, but I've been thinking more about my question earlier today (see ). So, rather than appearing impatient, I would like to rephrase that question more clearly. Basically, I have the impression that when ProxyP

Re: [users@httpd] What's the meaning?

2012-03-29 Thread Tom Evans
On Thu, Mar 29, 2012 at 3:04 PM, Hua Li wrote: > Hi, I have an Apache httpd server working, and it generates something > like the following from time to time: > > do_close:0, content_len:0. > do_close:0, content_len:10. > > What's the meaning ? Thanks in advance. > Is this in the error log? Does

[users@httpd] What's the meaning?

2012-03-29 Thread Hua Li
Hi, I have an Apache httpd server working, and it generates something like the following from time to time: do_close:0, content_len:0. do_close:0, content_len:10. What's the meaning ? Thanks in advance. - To unsubscribe, e-mail:

Re: [users@httpd] Httpd 2.4.1 Compatibility with mod_jk 1.2.35

2012-03-29 Thread Christopher Schultz
Harsimranjit, On 3/29/12 12:48 AM, Harsimranjit singh Kler wrote: > I have tested basic functionality of this combination and it works fine. > > Is there any issue or bug or i can use 1.2.35 with httpd -2.4.1 There are no issues I know of with mod_jk 1.2.35 and httpd 2.4.x, but the two previous

[users@httpd] mod_slotmem_shm bugs?

2012-03-29 Thread fREW Schmidt
Hey all, So it seems like mod_slotmem_shm might have some bugs in windows. After running nearly four hours, the following error occurred and left apache crashed (this happened both in 32 bit windows 2003 and 64 bit windows 2008 r2)    [Wed Mar 28 20:20:27.807948 2012] [proxy_balancer:emerg] [pid

[users@httpd] mod_proxy: ProxyPreserveHost omits start of proxied path

2012-03-29 Thread Ron Van den Branden
Hi, I am setting up a reverse proxy configuration that will proxy all requests starting with /apps/ to a Tomcat server running on a closed port. I have set up following configuration in httpd.conf: ProxyRequests off ProxyPass/apps/ http://localhost:8082/ ProxyPassReverse/apps/http:/

Re: [users@httpd] Httpd 2.4.1 Compatibility with mod_jk 1.2.35

2012-03-29 Thread Eric Covener
On Thu, Mar 29, 2012 at 12:48 AM, Harsimranjit singh Kler wrote: > I have tested basic functionality of this combination and it works fine. > > Is there any issue or bug or i can use 1.2.35 with httpd -2.4.1 > Nothing has been reported. -- Eric Covener cove...@gmail.com --

Re: [users@httpd] Apache configuration to catch any directory access

2012-03-29 Thread Sharmistha Chatterjee
Hi, Thank you. It works. sharmi On Thu, Mar 29, 2012 at 11:48 AM, Martin Hasicek wrote: > Hi, > > maybe you can pipe out the output of log file to some script > > CustomLog "|bin/doAcctionAfterDirectoryAccess" common > > of course, you can customized logfile output (check CustomLog directive)