Hi all,

i am trying to set up a turbogears app behind apache 1.3.34. its
running on port 8080. my .htaccess looks like this:

    RewriteRule ^(.*) http://127.0.0.1:8080$1 [P]

I also tried :

    RewriteRule ^(.*) http://127.0.0.1:8080/$1 [P]

When i access the server, nothing happens (404). When I look in my
apache error log, i see the following:

    [error] [client 192.168.0.2] File does not exist:
proxy:http://127.0.0.1:8080/

I've been googling on this for hours and i just cant find a solution to
this problem. anybody have an idea?


thanx,

guyon
http://gumuz.looze.net

Reply via email to