[users@httpd] Forward web connections to different URLs to different ip/port's ?

2016-06-01 Thread Lax Clarke
Hi, Is there a way we can forward different URLs in HTTP connections to different ip/port's? After the forward, I'd like the maintain the same URL in the browser. I want the forward to be a full handoff... that is, a different program is listening for web connections on those ip/ports (different

Re: [users@httpd] Apache mod_dav alternatives?

2016-06-01 Thread Wim Lewis
On May 21, 2016, at 2:08 PM, Bjoern Voigt wrote: > I am using Apache as a web and proxy server, but I am unhappy with > Apache as a WebDAV file server. > > I am missing a good file permission or ACL configuration in Apache mod_dav. It's relatively easy to write a custom authz

Re: [users@httpd] Apache mod_dav alternatives?

2016-06-01 Thread Bjoern Voigt
Christopher Schultz wrote: > Bjoern, > > On 5/21/16 5:08 PM, Bjoern Voigt wrote: > > I am using Apache as a web and proxy server, but I am unhappy with > > Apache as a WebDAV file server. > > > I am missing a good file permission or ACL configuration in Apache > > mod_dav. > > > My wishlist: > > >

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

2016-06-01 Thread Simon Mott
Hi Eric Thanks for getting back to me. So if there is no mime type when it wants to cache which is why the AddOutputFilterType CACHE filter isn't doing what I expect, but SetOutputFilter CACHE gets caching before compression correct, is there any way I can apply mod_expires and mod_headers before

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

2016-06-01 Thread James Duffy
Well basically anything inside of a virtualhost folder becomes randomly unavailable at first and then stops responding altogether. Apache itself continues to run but all page requests are then sent to the htdocs folder which of course means a lot of "page not found" responses. On

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

2016-06-01 Thread Eric Covener
I think the absence of AH00758 in the AddOutputFilterByType case is due to no mimetype being available early enough in processing to allow "CACHE" to be replaced by the actual caching filters when mod_cache wants to do it. It makes sense that no types would be available in the early "handler"

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

2016-06-01 Thread Simon Mott
Hi Guys I asked about this on IRC but after some digging I think it might be better suited to the mailing list. I am looking to make use of mod_cache to improve response times on a website. I have mod_cache and mod_disk cache working fine - Content gets cached and recalled from the cache as

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

2016-06-01 Thread Eric Covener
On Wed, Jun 1, 2016 at 7:46 AM, James Duffy wrote: > Hi there, > > I am running the latest OpenBSD v5.9 and the official Apache package has a > problem where all defined virtualhosts crash after a short period of time - > normally when the server comes under load.

[users@httpd] Apache Virtualhost Crashing in OpenBSD

2016-06-01 Thread James Duffy
Hi there, I am running the latest OpenBSD v5.9 and the official Apache package has a problem where all defined virtualhosts crash after a short period of time -   normally when the server comes under load. So I compiled the latest version 2.4.20 and this still does the same. I have changed very

Re: [users@httpd] Problems with Event MPM Performance Tuning in 2.4.18

2016-06-01 Thread Luca Toscano
[Re-arranging posts a bit to follow the email thread flow] 2016-05-31 18:49 GMT+02:00 Houser, Rick : > > > > *From:* Luca Toscano [mailto:toscano.l...@gmail.com] > *Sent:* Tuesday, May 31, 2016 11:02 > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Problems