[users@httpd] mod_rewrite, scopes and inheritance

2016-05-30 Thread Falco Schwarz
Hi there, I have a question regarding the inheritance of RewriteRules from different scopes. So, I have the following setup: httpd.conf: - several blocks, including the following: AllowOverride None OptionsFollowSymLinks Requireall granted R

[users@httpd] RewriteCond if no handler matches

2014-06-18 Thread Falco Schwarz
All, I am trying to setup an httpd server with multiple tomcat backends using mod_jk. Currently, my setup looks kinda like this (only relevant parts): DocumentRoot /docroot ServerName www.example.com JkMount /app1/* backend1 JkMount /app2/* backend2 JkMount ... N

Re: [users@httpd] AH01144: No protocol handler was valid for the URL ...

2014-05-16 Thread Falco Schwarz
Hi Dave, you are trying to proxy to a fcgi backend so you need to enable the proxy_fcgi_module. Falco > On 17 May 2014, at 02:59, David Herring wrote: > > Excuse if this got sent twice...not sure I had been accepted to list first > time I sent this. > > Hi, > > Trying to setup apache with

[users@httpd] RE: DH Parameters upgrading from 2.4.7 to 2.4.9

2014-04-11 Thread Falco Schwarz
I tried to replicate this error but wasn't able to, but I was also unable to install OpenSSL 0.9.8e on my current VM. Could you provide snippets of your SSL configuration?