Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-13 Thread Rich Bowen
On 08/12/2015 01:06 PM, Rose, John B wrote: So my question is, while using prefork and php-fpm isn't ideally efficient, it isn't a problem if we use prefork and php-fpm. That won't break anything? No, it won't *break* anything. Just that prefork is significantly less efficient than the

[users@httpd] Apache serving stale cached content question

2015-08-13 Thread Tod Schmidt
I have a question about the HTTP status code when Apache is acting as a caching reverse proxy and receives a 500 error from the backend server. I *believe* I have it properly configured to serve the stale content that is in the cache.  CacheStaleOnError doc states When the CacheStaleOnError

[users@httpd] mod_rewrite for multiple unknown directories question

2015-08-13 Thread Rose, John B
Hello We are trying to create a RewriteRule that will allow us to drop a component of the actual URL, and still reference the content deeper in the directory structure for any number of subdirectories to that dropped component of the URL. For example let's say the content for each account is

Re: [users@httpd] Apache serving stale cached content question

2015-08-13 Thread Eric Covener
On Thu, Aug 13, 2015 at 12:38 PM, Tod Schmidt tschmi...@yahoo.com.invalid wrote: Does anyone know if this is expected beahviour? Seems extremely likely to be a bug. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] INCLUDED protocol (for SSI) in http Request rejected by Weblogic 12

2015-08-13 Thread Todd Simons
You may need to implement the Weblogic Plugin for Apache, its a transparent Proxy. Earlier this year we had to transition from MOD_PROXY (from weblogic 12.1.1 back to 10.3.3) to the weblogic plugin On Fri, May 8, 2015 at 12:34 PM, Deepak Patel dpa...@sae.org wrote: Hello there, We are