First, happy new year to you all!
I want to use LSWS in front of Zope and added a virtual host with a rewrite rule and a webserver as an external app.
The rewite rule looks like this:
The rule is working fine, but when I hit reload in the browser LSWS hangs... I think it has something to do with the ports in the rewrite rule... When I change the rule to
the behaviour is fine even with browser reload.
You can have look at it:
Any suggestions would be great!
Frank
ps. I can't post links, so I removed the h t t p : / / from the rules
I want to use LSWS in front of Zope and added a virtual host with a rewrite rule and a webserver as an external app.
The rewite rule looks like this:
Code:
RewriteRule ^/(.*) /live/josephheeg/VirtualHostRoot/$1
RewriteCond HTTP_HOST !:
RewriteRule ^(.*) localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/$1 [P,L]
Code:
RewriteRule ^(.*) localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:8080/$1 [P,L]
You can have look at it:
Code:
telesma.dyndns.org
Any suggestions would be great!
Frank
ps. I can't post links, so I removed the h t t p : / / from the rules