Re: [users@httpd] mod_proxy_wstunnel with Unix domain sockets

2016-06-03 Thread Michael Fladischer
On 2016-05-22 20:51, Jim Jagielski wrote: > What version of httpd are you using? Debian testing now updated to 2.4.20 but the problem still persists. No connection is established if the mod_proxy_wstunnel endpoint is a unix domain socket. Cheers, -- Michael Fladischer Fladi.at signature.asc D

Re: [users@httpd] mod_cache, mod_deflate, mod_expires and a headache

2016-06-03 Thread Eric Covener
On Fri, Jun 3, 2016 at 4:04 PM, Simon Mott wrote: > (I don't really understand what AP_FTYPE_CONTENT_SET-2 means in the source > for mod_expires) I am not sure the docs capture this, but you cannot really choose an arbitrary order with SetOutputFilter, although you can with mod_filter (native mod

Re: [users@httpd] mod_cache, mod_deflate, mod_expires and a headache

2016-06-03 Thread Eric Covener
On Fri, Jun 3, 2016 at 4:04 PM, Simon Mott wrote: > Still struggling with this one :) > > I've tried adding "MOD_EXPIRES" as a filter before "CACHE" but it doesn't > seem to cause mod_expires to be evaluated before its cached (I don't really > understand what AP_FTYPE_CONTENT_SET-2 means in the so

Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread James Duffy
Hi there, My apologies for perhaps not being clear. And I do appreciate your push towards php-fpm as it is the way forward!! So, when I say "crash", I mean that requests for the defined virtualhost are suddenly being directed to the htdocs folder and only restarting Apache restores the virtualho

[users@httpd] Re:[users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread James Duffy
Hi there, My apologies for perhaps not being clear. And I do appreciate your push towards php-fpm as it is the way forward!! So, when I say "crash", I mean that requests for the defined virtualhost are suddenly being directed to the htdocs folder and only restarting Apache restores the virt

RE: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread Houser, Rick
My suggestion of moving your php infrastructure outside of the Apache was partially since it’s an overall better/safer architecture, and partially to bisect a likely cause of your problem. Now that you have completely removed mod_php from httpd, you know for a fact your crash is not PHP related

Re: [users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-03 Thread James Duffy
Hi there Rick, I recompiled php to run as an fpm daemon. Got it all running using the fpm-server and after a few hours Apache vitrualhost has crashed again. Though I welcomed your suggestion to get me out of a fix (which sadly didn't work) it is not a good thing if Apache can be crashed in the f

Re: [users@httpd] mod_cache, mod_deflate, mod_expires and a headache

2016-06-03 Thread Simon Mott
Hi All Still struggling with this one :) I've tried adding "MOD_EXPIRES" as a filter before "CACHE" but it doesn't seem to cause mod_expires to be evaluated before its cached (I don't really understand what AP_FTYPE_CONTENT_SET-2 means in the source for mod_expires) - Can what I'm trying to do be

[users@httpd] rewrite/redirect help

2016-06-03 Thread K R
Hi all, i have a need to do the below req on the apache http://website/index?doc=line&ptr=&root=HLD -> http://website/index?doc=line&ptr= here is a dynamic variable e.g S1234 , S01234,P10338 appreciate any help thanks in advance.

Re: [users@httpd] Last-Modified header overridden

2016-06-03 Thread Vacelet, Manuel
Hi, Any insights from the logs, where can I look now ? On Tue, May 31, 2016 at 5:12 PM, Vacelet, Manuel wrote: > > On Tue, May 31, 2016 at 3:00 PM, Luca Toscano > wrote: > >> >> Another info that it would be great to know: have you tried to set logs >> to debug level to see if httpd can sugges