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
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
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
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?