Zopists - For those who saw my plea on the list, Rob Page sent me his config files, and the thing that seems to have solved it (Accessing Zope under Apache-SSL/Win32) was to remove the drive letter from the rewrite rule substitution. I just successfully authenticated, and am setting up my site as we speak. Yeah! Thanks Rob, and all you other guys at DC, as well. Ross P.S. So, now I've got a secure channel for my shared web space - I'll keep the list informed of any problems I run into. -- Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
Zopers: Here's some of my promised follow up. In order to get parts of the manage interface to work properly (like deleting!), I found I needed to modify the example rewrite rule to include the Zope root without a trailing slash. In order to not accidently match against other URLS with the same leading part, I match against the end of line (note usual caveat about wrapped line, and my Zope install is named NSBRI): RewriteRule ^/NSBRI(/(.*)|$) /Apache/cgi-bin/NSBRI.exe$1 [last,e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,L] (this is Zope 1.11.0pr1 under Apache/mod_SSL-Win32)
P.S. So, now I've got a secure channel for my shared web space - I'll keep the list informed of any problems I run into.
HTH, Ross -- Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
participants (1)
-
reedstrm@wallace.ece.rice.edu