httpd 2.4.1 and mod_slotmem_shm / mod_proxy_balancer (AH01179)

2012-03-05 Thread Zisis Lianas
Hi, I think there is an issue in mod_slotmem_shm / mod_proxy_balancer with httpd 2.4.x when building and installing as root, but trying to run httpd as standard unix-user. Scenario: my httpd is installed as 'root' in /root/httpd-2.4.1/, permissions root:root/0755. When I create a 'user'

Re: httpd 2.4.1 and mod_slotmem_shm / mod_proxy_balancer (AH01179)

2012-03-05 Thread Zisis Lianas
/ mod_proxy_balancer (AH01179) What system is this... I'm assuming that your shm impl does an actual file connection for the shm instance... On Mar 5, 2012, at 10:46 AM, Zisis Lianas wrote: Hi, I think there is an issue in mod_slotmem_shm / mod_proxy_balancer with httpd 2.4.x when building

Re: httpd 2.4.1 and mod_slotmem_shm / mod_proxy_balancer (AH01179)

2012-03-06 Thread Zisis Lianas
Thanks Jim, that works fine for the default-rel-runtimedir configuration. Slotmem file is created as serverroot/logs/slotmem-shm-s.shm. Now if also the slotmem-file-target-location directive gets available, this thread is done for me. Regards, Zisis - Original Message - From:

Re: httpd 2.4.1 and mod_slotmem_shm / mod_proxy_balancer (AH01179)

2012-03-07 Thread Zisis Lianas
@httpd.apache.org Sent: Tuesday, March 6, 2012 7:26:19 PM Subject: Re: httpd 2.4.1 and mod_slotmem_shm / mod_proxy_balancer (AH01179) My plan is 2 pronged... to see if r1297560 is enough and if allowing a slotmem override is even needed (or wanted) ... ;) On Mar 6, 2012, at 12:35 PM, Zisis Lianas wrote

Re: httpd 2.4.1 and mod_slotmem_shm / mod_proxy_balancer (AH01179)

2012-04-18 Thread Zisis Lianas
and if allowing a slotmem override is even needed (or wanted) ... ;) On Mar 6, 2012, at 12:35 PM, Zisis Lianas wrote: Thanks Jim, that works fine for the default-rel-runtimedir configuration. Slotmem file is created as serverroot/logs/slotmem-shm-s.shm. Now if also the slotmem-file-target

httpd 2.4.2 - mod_proxy id name not unique

2012-04-30 Thread Zisis Lianas
hi, when mod_proxy currently is generating his id, the name of this id is not very unique. So if you have a shared config/ logs dir for more instances, the slotmem-shm files generated in DefaultRuntimeDir are the same. Bit unlucky if working with shared file systems. In

httpd-2.4.2 - bug in ProxyErrorOverride

2012-05-09 Thread Zisis Lianas
Hi, when setting ProxyErrorOverride to On to get the httpd-ErrorDocument instead of the backend-errordoc, httpd is waiting ProxyTimeout seconds to respond to the client, even though the response is already read from backend server. The request/response is hanging somewhere in

Re: httpd 2.4.2 - mod_proxy id name not unique

2012-05-09 Thread Zisis Lianas
, Zisis Lianas wrote: hi, when mod_proxy currently is generating his id, the name of this id is not very unique. So if you have a shared config/ logs dir for more instances, the slotmem-shm files generated in DefaultRuntimeDir are the same. Bit unlucky if working with shared file systems

Re: httpd-2.4.2 - bug in ProxyErrorOverride

2012-06-15 Thread Zisis Lianas
Just raised a bug for this issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=53420 httpd-2.2.x works correctly, error is only reproducable in 2.4.x. - Original Message - From: Zisis Lianas zisis.lia...@consol.de To: dev@httpd.apache.org Sent: Wednesday, May 9, 2012 11:00:36 PM

SSLProxyCheckPeerCN / ProxyPreserveHost issue

2012-09-04 Thread Zisis Lianas
I noticed some different behaviour of SSLProxyCheckPeerCN in combination with activated ProxyPreserveHost since httpd-2.4.3. httpd-2.4.2 and httpd-2.2.22 seem to work 'correctly' (or vice versa). When setting SSLProxyCheckPeerCN and ProxyPreserveHost to on in httpd-2.4.3, i get an AH02005: SSL

Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-05 Thread Zisis Lianas
There seems to be some problems when trying to proxy / with ProxyPass and mod_proxy_balancer. See also: https://issues.apache.org/bugzilla/show_bug.cgi?id=51982 https://issues.apache.org/bugzilla/show_bug.cgi?id=51489 I could reproduce both errors in httpd-2.4.3: 1) error 500 when configuring

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Zisis Lianas
+ double-slashes (httpd-2.4.3) On Wed, Sep 5, 2012 at 6:08 PM, Zisis Lianas zisis.lia...@consol.de wrote: There seems to be some problems when trying to proxy / with ProxyPass and mod_proxy_balancer. See also: https://issues.apache.org/bugzilla/show_bug.cgi?id=51982 https://issues.apache.org

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Zisis Lianas
. - Original Message - From: Tom Evans tevans...@googlemail.com To: dev@httpd.apache.org Sent: Thursday, September 6, 2012 4:40:18 PM Subject: Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) On Thu, Sep 6, 2012 at 12:42 PM, Zisis Lianas zisis.lia...@consol.de wrote

Re: httpd 2.4.2 - mod_proxy id name not unique

2012-09-11 Thread Zisis Lianas
: Re: httpd 2.4.2 - mod_proxy id name not unique Let me look into that... iirc, it was due to us wanting to be able to persist data between restarts and using the time as part of the id prevented that. But I could be mis-remembering. On Apr 30, 2012, at 7:50 AM, Zisis Lianas wrote: hi, when

Re: httpd 2.4.2 - mod_proxy id name not unique

2012-09-12 Thread Zisis Lianas
Subject: Re: httpd 2.4.2 - mod_proxy id name not unique I have to admit, I never really considered that case, but can't you simply change the default location of the slotmem on one? On Sep 11, 2012, at 10:01 AM, Zisis Lianas zisis.lia...@consol.de wrote: Hi Jim, what do you think about

Re: httpd 2.4.2 - mod_proxy id name not unique

2012-09-12 Thread Zisis Lianas
, September 12, 2012 2:28:07 PM Subject: Re: httpd 2.4.2 - mod_proxy id name not unique Yes, that's the reason why the location of the file can be user selectable. There's no need to adjust the name when you can adjust the location/path. On Sep 12, 2012, at 7:00 AM, Zisis Lianas zisis.lia...@consol.de

Re: httpd 2.4.2 - mod_proxy id name not unique

2012-09-12 Thread Zisis Lianas
at 8:40 AM, Zisis Lianas zisis.lia...@consol.de wrote: That's right, but on shared filesystems, DefaultRuntimeDir (logs/) and the non-unique shm-filenames state a problem. Clarification: Do you want multiple web server instances to share the same runtime directory without collisions of individual

Re: httpd 2.4.2 - mod_proxy id name not unique

2012-09-12 Thread Zisis Lianas
, 2012 3:45:44 PM Subject: Re: httpd 2.4.2 - mod_proxy id name not unique On Wed, Sep 12, 2012 at 9:31 AM, Zisis Lianas zisis.lia...@consol.de wrote: That's right, Jeff, that's exactly what I want. For other directives we never had collisions with a shared runtime directory (2.0 and 2.2), since

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-13 Thread Zisis Lianas
Jagielski j...@jagunet.com To: dev@httpd.apache.org Sent: Thursday, September 13, 2012 6:54:36 PM Subject: Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) On Sep 6, 2012, at 11:07 AM, Zisis Lianas zisis.lia...@consol.de wrote: Tom, thanks for your feedback. The main

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-14 Thread Zisis Lianas
- Original Message - From: Jim Jagielski j...@jagunet.com To: dev@httpd.apache.org Sent: Thursday, September 13, 2012 8:59:27 PM Subject: Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) So in the case it is correctly adjusting the backend URL

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-14 Thread Zisis Lianas
- Original Message - Can you forward over your exact config again? e.g.: ProxyPreserveHost Off Proxy balancer://default BalancerMember http://backend01:5080 route=0 BalancerMember http://backend02:5080 route=2 BalancerMember http://backend01:5180 route=1

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-17 Thread Zisis Lianas
- Original Message - Try ProxyPreserveHost Off Proxy balancer://default BalancerMember http://backend01:5080/ route=0 BalancerMember http://backend02:5080/ route=2 BalancerMember http://backend01:5180/ route=1 BalancerMember http://backend02:5180/ route=3

default build httpd-2.4 and loadmodule/shm

2012-11-16 Thread Zisis Lianas
It's always annoying after building an httpd-2.4 to see the AH01177 error message when doing a quick start-check with apachectl start: [Fri Nov 16 16:29:19.093450 2012] [proxy_balancer:emerg] [pid 15902:tid 47671748469040] AH01177: Failed to lookup provider 'shm' for 'slotmem': is

Re: Apache 2.4.3 issue related to SLProxyCheckPeerCN directive

2012-11-20 Thread Zisis Lianas
Hi Pravesh, this is the expected behaviour of SSLProxyCheckPeerCN. When set to on (default), the certificate CN of the backend server has to match the configured BalancerMember's name. In your case, your BalancerMember seems to be https://15.146.153.101/; (so the name is 15.146.153.101), which

status of httpd-2.0

2013-04-03 Thread Zisis Lianas
Just for interest: was is the current status of httpd-2.0? Will 2.0.65 be released (soon)? When is it planned to mark httpd-2.0 as EOL?