Maybe, mod_version can help you, ni order to manage only one conf file?
Le 21/05/2014 10:44, Andy Canfield a écrit :
I had a file 'apache.conf'' which ran fine under Apache 2.2. But on some
machines we now find Apache 2.4 and it is not upward compatible.
Note that MS-DOS 1.0 will still run on a
Hi Folks,
I'm a noob with mod_rewrite, and my logging has wondering about some
things. (BTW, I'm on 2.2)
Here's the request command, the virtual host's rewrite rule, and the
generated log output: http://apaste.info/5ga
I don't really understand why the logs are showing me an exhaustive list of
t
I have a webserver (WS1) that only listens for https requests. I would like to
enable http Proxy service on WS1 so that one other server can use WS1 to get to
the internet.
How do I enable http Proxy and still only permit https for all other requests?
Hi Guys,
I'm looking for a solution where I can create ProxyPass for domainnames to
a subdomain.
Let's say I host subdomain.domain.com and someone wants to use his own
managed domainname for this own subdomain.domain.com the most ideal is to
have a vhost/proxypass for his domainnamename on my web
Actually i've resolved using an explicit condition with mod_rewrite:
RewriteEngine on
RewriteCond %{QUERY_STRING} ^(MyRoute=node1.*)
RewriteRule (.*)
http://127.0.0.1:18002/%{REQUEST_URI} [P,L]
RewriteCond %{QUERY_STRING} ^