[users@httpd] Using CONNECT with SSL Proxy

2013-09-10 Thread Nikolaus Rath
Hello, I would like to establish a TLS connection to my apache proxy and then use the CONNECT method. I have configured a virtual host with ProxyRequests On and SSLProxyEngine On. Accessing the proxy over TLS works fine, but as soon as I issue the CONNECT command, the TLS connection breaks down.

Re: [users@httpd] Using CONNECT with SSL Proxy

2013-09-10 Thread Eric Covener
please search bugzilla, there is a long-standing issue. On Tue, Sep 10, 2013 at 11:23 AM, Nikolaus Rath nikol...@rath.org wrote: Hello, I would like to establish a TLS connection to my apache proxy and then use the CONNECT method. I have configured a virtual host with ProxyRequests On and

Re: [users@httpd] Using CONNECT with SSL Proxy

2013-09-10 Thread Nikolaus Rath
Hi Eric, Do you have a link? I'm not able to find it on https://issues.apache.org/bugzilla/ (tried searching for mod_proxy_connect, proxy + connect + ssl, proxy + connect + tls, proxy + connect). Thanks! -Nikolaus On 09/10/2013 08:27 AM, Eric Covener wrote: please search bugzilla, there is a

[users@httpd] mod_fcgid working via cli but fails with the browser

2013-09-10 Thread JvR O
I'm trying to execute different versions of PHP for different VirtualHosts The default version of PHP is 5.3.3 I have installed a php v5.4.18 at /var/www/vhosts/example.com/php-5.4.18for the example.com project I have installed mod_fcgid to use it for new virtual hosts. I'm testing with a

[users@httpd] httpd-2.2.22 Windows ipv6

2013-09-10 Thread olivier giorgi
Hello to all,    Using httpd-2.2.22 on Windows, what is the recommended method to activate ipv6 ?   Thanks in advance. Best regards Olivier.

[users@httpd] session synchronization (replication) between two httpd servers configured as load balancers

2013-09-10 Thread Ali Majdzadeh
Hello List; I would like to know, if there exists any solution in order to synchronize (replicate) sessions between two httpd servers which are configured as load balancers using mod_proxy_balancer? Considering HAProxy, the same functionality exists; it is possible to synchronize the stick table

Re: [users@httpd] httpd-2.2.22 Windows ipv6

2013-09-10 Thread Colin 't Hart
Erm... use square brackets around the LISTEN address, see http://httpd.apache.org/docs/2.2/bind.html Or am I missing something? Cheers, Colin On 10 September 2013 19:30, olivier giorgi olivier_gio...@yahoo.fr wrote: Hello to all, Using httpd-2.2.22 on Windows, what is the recommended

Re: [users@httpd] httpd-2.2.22 Windows ipv6

2013-09-10 Thread Jeff Trawick
On Tue, Sep 10, 2013 at 1:30 PM, olivier giorgi olivier_gio...@yahoo.frwrote: Hello to all, Using httpd-2.2.22 on Windows, what is the recommended method to activate ipv6 ? Does your build of httpd have IPv6 support? Run bin\httpd -V and see if APR_HAS_IPV6 is in the output. Thanks in

Re: [users@httpd] session synchronization (replication) between two httpd servers configured as load balancers

2013-09-10 Thread Igor Cicimov
I would like to know, if there exists any solution in order to synchronize (replicate) sessions between two httpd servers which are configured as load balancers using mod_proxy_balancer? Store the session information in a cookie as explained in the mod_proxy_balancer documentation. In that

[users@httpd] Apache 2.2.15 + mod_fcgid 2.3.7 (CentOS 6.4) graceful restarts, no leftover processes, but errors both in browser and error log

2013-09-10 Thread Georgi Petrov
Hi all, It was more than 9 months ago I discovered a problem with the graceful restarts on a default Virtualmin installation with the default execution mode (mod_fcgid), but recently I had the time to dig deeper and experiment. Since Virtualmin uses Apache + mod_fcgid by default, the experiments

Re: [users@httpd] session synchronization (replication) between two httpd servers configured as load balancers

2013-09-10 Thread Igor Cicimov
On Wed, Sep 11, 2013 at 2:45 PM, Igor Cicimov icici...@gmail.com wrote: I would like to know, if there exists any solution in order to synchronize (replicate) sessions between two httpd servers which are configured as load balancers using mod_proxy_balancer? Store the session information