On 01/27/2014 06:43 AM, Yan Seiner wrote:
I am trying to set up a simple mod_proxy:
ErrorLog "/var/log/apache2/wrt_error.log"
LogLevel debug
CustomLog "/var/log/apache2/wrt_access.log" combined
ProxyPreserveHost On
ProxyRequests Off
ServerName xxx.com
Ser
I am trying to set up a simple mod_proxy:
ErrorLog "/var/log/apache2/wrt_error.log"
LogLevel debug
CustomLog "/var/log/apache2/wrt_access.log" combined
ProxyPreserveHost On
ProxyRequests Off
ServerName xxx.com
ServerAlias www.xxx.com
ProxyPass /foo/ http://localhost:8002/
ProxyP
I have an installation of apache 2.2 (Ubuntu 12.04LTS) and mediawiki 1.21.
I am trying to get short URLs working. I've configured mod-rewrite
before on other systems and I can't find anything wrong with any of the
various setups I've tried, but mod_rewrite is being silently ignored.
Here's my m
I am not an apache guru I've managed to set up a few websites,
which so far run and do what they need to do, but I am not very
knowledgeable about apache as a developer, which is the role I find
myself in.
I am working on an embedded arm project. I've been trying (so far
unsuccessfu