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