[Zope] REQUEST vraible methods
Oleg Broytmann
phd@phd.russ.ru
Fri, 10 Mar 2000 13:20:00 +0000 (GMT)
On Fri, 10 Mar 2000, Chris Withers wrote:
> > Do not pass any SiteRoot* variables in this domain and pass both in
> > www.mydomain.com.
> >
> > SiteRootBASE => http://www.mydomain.com
> > SiteRootPATH => /
>
> When you say 'pass any siteroot variables' what do you mean?
>
> Do you mean pass them from Apache?
Exactly this. How do you access Zope from Apache? Proxy, FastCGI or
PCGI? They all have different methods to pass vars (and I afraid proxy
doesn't have such way).
> Do you mean set them as properties somewhere?
Properties will be used for all domains, that why I said set path
property empty in SiteRoot.
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.