[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

proxy/rewrite problem


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:

<LocationMatch "/home">
    SetHandler perl-script
   PerlResponseHandler  Rocks
</LocationMatch>
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

Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.