limited success. peserverance furthers.
I posted a question a few hours ago concerning pcgi, apache and virtual hosts. I can now the Quick start page that starts: ,---- | Zope Quick Start | | Welcome to Zope, a high-performance object-oriented platform for | building dynamic Web applications. Here are some quick pointers to get | you started: | | | Read The Fine Manual. This document guides you through the whole | process of learning Zope, from logging in for the first time to | creating your own web applications. | | | There is a built-in interactive Zope Tutorial which gets you | started with some simple tasks using the Zope managment | interface. To use the tutorial, go to any Folder and select Zope | Tutorial from the add list and click th `---- When I click on the manage link and try to sign in with superuser 123, though, I get denied. I would be most grateful if anyone could help me in this matter Here is my virtual server setup: ,---- | ######################################################################## | ## ## | ## the subtractive primaries below are used for the so-called ## | ## 'static' pages of affero's web site ## | ## ## | ######################################################################## | #### CYAN (COM) #################################################### | ######################################################################## | | <VirtualHost 192.168.1.40:800> | ServerAdmin info@allseer.com | DocumentRoot /home/cyan/new_htdocs/ | ServerName cyan.office.affero.com | ErrorLog /home/logs/apache/cyan-error.log | CustomLog /home/logs/apache/cyan-access.log common | AddHandler cgi-script cgi | ScriptAlias /cgi /home/cyan/new_htdocs/cgi | | <Directory "/home/cyan/new_htdocs/"> | AllowOverride All | Options ExecCGI Indexes FollowSymLinks Includes | </Directory> | | RewriteEngine on | RewriteRule ^/(.*) /home/cyan/new_htdocs/cgi/Zope.cgi/$1 [l] | RewriteRule ^/(.*) /home/cyan/new_htdocs/cgi/Zope.cgi/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] | RewriteCond %{HTTP:Authorization} ^(.*) | | </VirtualHost> `---- and here is my /var/zope/access file: ,---- | superuser:123:* `---- __________________________________________________________ Outgrown your current e-mail service? Get 25MB Storage, POP3 Access, Advanced Spam protection with LYCOS MAIL PLUS. http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus
participants (2)
-
Charlie Reiman -
lee doolan