Using Apache's ProxyPass with ZServer seems much easier than the CGI modal. Is there any reason not to use this? http://www.zope.org/Members/anser/apache_zserver Stuart Foster MediServe Information Systems
Stuart Foster wrote:
Using Apache's ProxyPass with ZServer seems much easier than the CGI modal. Is there any reason not to use this? http://www.zope.org/Members/anser/apache_zserver
Stuart Foster MediServe Information Systems
Yes, ProxyPass is wonderful. The main thing I see different is if you need to obtain REMOTE_ADDR. If you use ProxyPass, REMOTE_ADDR is the address of the proxy server, not the address of the client machine. I have not checked to see if it also affects "domains" in acl_users for standard authentication. But that could be a consideration as well. Can anyone check this? -- Jim Washington Center for Assessment, Evaluation and Educational Programming Department of Teaching and Learning, Virginia Tech
Using Apache's ProxyPass with ZServer seems much easier than the CGI modal. Is there any reason not to use this? http://www.zope.org/Members/anser/apache_zserver
Stuart Foster MediServe Information Systems
I haven't found anything in the HowTo that says how one would deal with SSL so I _guess_ it's not possible. Is that true? --Ragnar
participants (3)
-
Jim Washington -
Ragnar Beer -
Stuart Foster