3 Mar
2001
3 Mar
'01
7:17 p.m.
Peter Bengtsson writes:
There seems to be many ways to connect a domain name to a folder in Zope without :8080 in the URL. All I care about is being able to have access to REMOTE_ADDR in my application and the hiding of "ugly URLs".
I've got a structure like this: /app/members/ /member1 /member2
Both member1 and member2 deserve a SiteAccess object there. If I use Apache:80 to ProxyPass to 127.0.0.1:8080/app/members/member1 Everything looks nice and as it should, but I loose the very important REMOTE_ADDR Someone from NIP wrote a HowTo (how to patch Apache such that it forwards the information). Search zope.org (or the mailing list archive).
Dieter