This is a discussion on Apache ProxyPass not allowed here within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi [Mon Jan 28 21:18:07 2008] [alert] [client 127.0.0.1] C:/.../.htaccess: ProxyPass not allowed here ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
[Mon Jan 28 21:18:07 2008] [alert] [client 127.0.0.1] C:/.../.htaccess: ProxyPass not allowed here I get the above error when I add the following line to a .htaccess file. ProxyPass http://127.0.0.1/dir ! Does anyone know what the a solution would be. Thanks |
|
|||
|
comeshopcheap wrote:
> Hi > > [Mon Jan 28 21:18:07 2008] [alert] [client 127.0.0.1] > C:/.../.htaccess: ProxyPass not allowed here > > I get the above error when I add the following line to a .htaccess > file. > > ProxyPass http://127.0.0.1/dir ! > > Does anyone know what the a solution would be. According to the documentation, ProxyPass is not allowed in .htaccess: http://httpd.apache.org/docs/2.2/mod...html#proxypass Context: server config, virtual host, directory So you need to move the ProxyPass rule to the server configuration file. -- Klaus Johannes Rusch KlausRusch@atmedia.net http://www.atmedia.net/KlausRusch/ |
| Thread Tools | |
| Display Modes | |
|
|