[users@httpd] Re: mod_proxy and redirects

2014-01-27 Thread Yan Seiner
On 01/27/2014 06:43 AM, Yan Seiner wrote: I am trying to set up a simple mod_proxy: VirtualHost *:80 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

[users@httpd] mod_proxy and redirects

2014-01-27 Thread Yan Seiner
I am trying to set up a simple mod_proxy: VirtualHost *:80 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/

[users@httpd] mod_rewrite and Short URLs in mediawiki

2013-09-08 Thread Yan Seiner
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

[EMAIL PROTECTED] Apache for embedded arm - seeking advice

2006-01-27 Thread yan seiner
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