Re: [users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Eric Covener
On Wed, Apr 15, 2015 at 7:16 AM, Marc Hörsken i...@marc-hoersken.de wrote: I was unable to find any useful resources about how to do this, yet. Can you point me in the right direction? Is there some special header that needs to be sent by the server? I would have thought this is purely a

[users@httpd] reg: upgrade apache http from 2.2.27 to 2.2.29

2015-04-15 Thread venu thangalapally
Hello everyone, We are planning to upgrade Apache 2.2.27 to version 2.2.29. do i have to install 2.2.29 all new and do all configs with weblogic again ? or should i be able to install 2.2.29 in a seperate path and just copy the required files onto already existing 2.2.27?

Re: [users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Marc Hörsken
Hello Eric, Am 15.04.2015 um 14:05 schrieb Eric Covener cove...@gmail.com: On Wed, Apr 15, 2015 at 7:16 AM, Marc Hörsken i...@marc-hoersken.de wrote: I was unable to find any useful resources about how to do this, yet. Can you point me in the right direction? Is there some special header

[users@httpd] httpd 2.4 and windows hangs and AcceptFilter solution

2015-04-15 Thread Andy Wang
We've come across numerous cases where apache httpd 2.4 (I'm using 2.4.12 but I don't believe this is version specific) hang using the default configuration options. There are two cases 1) we have an InstallAnywhere installer that launches httpd during install time to do some initial work.

Re: [users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Eric Covener
On Wed, Apr 15, 2015 at 12:18 PM, Marc Hörsken i...@marc-hoersken.de wrote: Hello Eric, Am 15.04.2015 um 14:05 schrieb Eric Covener cove...@gmail.com: On Wed, Apr 15, 2015 at 7:16 AM, Marc Hörsken i...@marc-hoersken.de wrote: I was unable to find any useful resources about how to do this,

Re: [users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Marc Hörsken
Hello Eric, Am 15.04.2015 um 19:47 schrieb Eric Covener cove...@gmail.com: On Wed, Apr 15, 2015 at 12:18 PM, Marc Hörsken i...@marc-hoersken.de wrote: Hello Eric, Am 15.04.2015 um 14:05 schrieb Eric Covener cove...@gmail.com: On Wed, Apr 15, 2015 at 7:16 AM, Marc Hörsken

Re: [users@httpd] Apache Installation

2015-04-15 Thread Yehuda Katz
Check your PHP error reporting level and/or error log for PHP errors. - Y On Wed, Apr 15, 2015 at 11:13 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: On 04/14/2015 10:18 PM, Yehuda Katz wrote: On Tue, Apr 14, 2015 at 9:05 PM, Eric Covener cove...@gmail.com mailto:

Re: [users@httpd] Apache Installation

2015-04-15 Thread Ethan Rosenberg
On 04/14/2015 10:18 PM, Yehuda Katz wrote: On Tue, Apr 14, 2015 at 9:05 PM, Eric Covener cove...@gmail.com mailto:cove...@gmail.com wrote: On Tue, Apr 14, 2015 at 10:36 AM, Ethan Rosenberg erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com wrote: [Tue Apr 14

[users@httpd] Failed to load perl file when restarting Apache 2.2.29 with mod_perl 2.0.8

2015-04-15 Thread Sailaja Gadireddy
Hello Team, We have installed Apache with mod_perl 2.0.8 and facing the issue when restarting apache. Below is the error *ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Perl_Istack_sp_ptr: referenced

Re: [users@httpd] httpd 2.4.12 ignoring net.ipv4.ip_local_port_range

2015-04-15 Thread Mike Peachey
Of course you are right. I considered the client would be the issue and do not now remember why I discounted it. Thank you. On 14 April 2015 at 17:00, Eric Covener cove...@gmail.com wrote: On Tue, Apr 14, 2015 at 6:49 AM, Mike Peachey mike.peac...@port.im wrote: This client is getting

Re: [users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Yann Ylavic
Hello Marc, On Wed, Apr 15, 2015 at 10:50 AM, Marc Hörsken i...@marc-hoersken.de wrote: Now once a browser has upgraded a connection from HTTP to WebSocket traffic, all traffic is proxied to the WebSocket-server at 127.0.0.1:9001. The problem is that the browser continues to use that upgraded

[users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Marc Hörsken
Hello everyone, I am experiencing weird connection issues with mod_proxy_wstunnel. My Apache 2 web server is still running on Debian Wheezy, so I had to backport mod_proxy_wstunnel using the following patches: https://github.com/mback2k/build-apache2.2-wstunnel I compiled all mod_proxy*

Re: [users@httpd] Weird connection issues with mod_proxy_wstunnel

2015-04-15 Thread Marc Hörsken
Hello Yann, Am 15.04.2015 um 12:32 schrieb Yann Ylavic ylavic@gmail.com: Once the connection is upgraded, mod_proxy_wstunnel (as its name suggests) creates a tunnel between the browser and the application. It will not check requests boundaries anymore, this is not HTTP but application