slightly OT - Apache configs
13 Jun
2002
13 Jun
'02
12:13 a.m.
Hi all, Just a note of warning... We had switched a particular Zope application from using PCGI to ProxyPass/VirtualHost yesterday. Prior to switching on the ProxyPass, it was normal Apache stuff pointing to the cgi-bin, and so on. We had also used ReWrite to redirect customer webpages with tilda (~) to another server, eg: RewriteRule /~(.+) http://otherserver/~$1 to user's private webpage ProxyPass / http://localhost...../VHM etc **This no longer works for the RewriteRule.** The Rewrite Rule was overridden by the ProxyPass, and we were getting Zope errors for ../~abc not found (of course). So I used a 2nd RewriteRule instead of ProxyPass and, Lo! all is well. RewriteRule /(.*) http://localhost..../VHM cheers Graham
8699
Age (days ago)
8699
Last active (days ago)
0 comments
1 participants
participants (1)
-
Graham King