[users@httpd] 'last' rewrite rule config

2011-04-24 Thread Shantanu Pavgi
Hi, I have following set of rewrite rules in the apache config. {{{ RewriteRule ^robots.txt /var/www/robots.txt [L] RewriteCond /var/www/trac/$1 !-d RewriteRule ^/([[:alnum:]\-]+)(/?.*)/index.html [L] ... ... ... }}} When a request comes for robots.txt file the

RE: [users@httpd] reverse proxy and liferay

2011-04-24 Thread Jason Pyeron
> -Original Message- > From: Jorge Infante Osorio > Sent: Sunday, April 24, 2011 19:03 > To: users@httpd.apache.org > Subject: [users@httpd] reverse proxy and liferay > > Hi folk. > > I´m try to expose a Liferay server to internet using an > apache reverse proxy. > > My problem are wit

[users@httpd] reverse proxy and liferay

2011-04-24 Thread Jorge Infante Osorio
Hi folk. I´m try to expose a Liferay server to internet using an apache reverse proxy. My problem are with the URL in the response body. My configuration is this: The server name is proxy. Config: -- LoadModule proxy_module /u

Re: [users@httpd] Configuring Apache to run as a different user for each directory

2011-04-24 Thread Yehuda Katz
On Sun, Apr 24, 2011 at 3:19 PM, Erik van der Kouwe wrote: > Dear all, > > The short version: > > I'm an Apache n00b and would like to know how to set it up to run under > different user accounts depending on the directory served. > This has been of the mailing list three times in the last month,

[users@httpd] Configuring Apache to run as a different user for each directory

2011-04-24 Thread Erik van der Kouwe
Dear all, The short version: I'm an Apache n00b and would like to know how to set it up to run under different user accounts depending on the directory served. The long version: I would like to use Apache to set up an environment where students can attempt to exploit vulnerable websites ma