proxy/rewrite problem

proxy/rewrite problem

am 31.03.2008 19:16:33 von Axel Huizinga

This is a multi-part message in MIME format.
--------------060604000300080609010101
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Hi.
just stuck with some problem setting up a second mod_perl enabled
server on my virtual root server.
My test module is configured in the mod perl backend with:


SetHandler perl-script
PerlResponseHandler Rocks

and works well if I access it directly from outside with
http://go2ghana.net:666/home

the frontend running on that server http://community.akwaabamedia.com
I tried to configure both ways with

ProxyPass / http://localhost:666/home

or

RewriteRule \.(gif|jpg|png|txt|html|php|cgi)$ - [last]
RewriteRule /(.*)$ http://localhost:666/home$1 [proxy]

but always I get:
18:54:13 (13)Keine Berechtigung: access to /home denied

Can anyone see what I'm doing wrong here?

Cordially,
Axel

--------------060604000300080609010101
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit






Hi.

just stuck with some problem  setting up a second mod_perl enabled
server on my virtual root server.

My test module is configured in the mod perl backend
face="Helvetica, Arial, sans-serif"> with face="Helvetica, Arial, sans-serif">:



<LocationMatch "/home">

    SetHandler perl-script

   PerlResponseHandler  Rocks

</LocationMatch>

and works well if I access it directly from outside with




the frontend running on that server

I tried to configure  both ways with



ProxyPass /



or



RewriteRule \.(gif|jpg|png|txt|html|php|cgi)$ - [last]

RewriteRule /(.*)$ [proxy]



but always I get:

18:54:13  (13)Keine Berechtigung: access to /home denied



Can anyone see what I'm doing wrong here?



Cordially,

Axel





--------------060604000300080609010101--