Have you checked the Zope side yet, specifically /var/zope/zserver.sh

there you will find the ports that zope is listening on and you may want 
to check that setup.

It's not too complicated and you can go to http://yoursite:8080 (if that 
is the port) /admin
and go from there.  I'm not familiar with Amphora, but it looks good and 
I may have to add it also. I will let you know what I find.

Regards,

John C.

Devlyn Davis wrote:

>After studying the amphora2.0.httpd.conf file more, I realized that the proper
>path to Amphora is https://mysite.com/amphora.  However, when I try to open the
>page I get the error: "You are not authorized to view this page."  It might have
>to do with explicitly allowing SSL access to the amphora directories, though I'm
>not sure.   Anybody have any ideas?  Should I insert 'allow from' statements the
>the
><Directory>
></Directory>
>sections?
>
>
>-Dev
>
>>==============================================================================
>>
>># Amphora II apatche conf
>>
>>DocumentRoot /home/amphora2/html
>>ErrorLog    /var/log/httpd/amphora2.ssl-error_log
>>TransferLog /var/log/httpd/amphora2.ssl-access_log
>>
>>#  SSL
>>SSLEngine on
>>SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
>>SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
>>SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
>>CustomLog /var/log/httpd/ssl_request_log \
>>          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
>># /SSL
>>
>>## UNCOMMENT THESE LINE WHILE UPGRADING SYSTEM
>>## (REBOOT httpd after every change)
>>#RewriteEngine on
>>#RewriteRule ^(.*) /home/amphora2/system_upgrading.html
>>
>>## AMPHORA
>>
>><Directory /home/amphora2/zope2>
>>Options +ExecCGI +FollowSymLinks
>>AuthName 'AMPHORA v2.0'
>></Directory>
>>
>><Directory /home/amphora2/home>
>>Options +Indexes
>></Directory>
>>
>><Directory /home/amphora2/home>
>>AllowOverride AuthConfig
>></Directory>
>>
>><Directory /home/amphora2/classic>
>>AllowOverride AuthConfig
>></Directory>
>>
>><Directory /home/amphora2/classic/cgi>
>>Options +ExecCGI +FollowSymLinks
>></Directory>
>>
>>ScriptAlias /amphora/cgi/         /home/amphora2/classic/cgi/
>>ScriptAlias /amphora/classic/cgi/         /home/amphora2/classic/cgi/
>>Alias       /amphora/classic/     /home/amphora2/classic/
>>Alias       /amphora/home/        /home/amphora2/home/
>>Alias       /amphora/             /home/amphora2/html/
>>
>><Directory /home/amphora2/doc>
>>AllowOverride AuthConfig
>></Directory>
>>
>># Zope configuration maps /Zope/ to the Zope.cgi CGI script
>>RewriteEngine on
>>RewriteCond %{HTTP:Authorization}  ^(.*)
>>RewriteRule ^/amphora/z(.*) /home/amphora2/zope2/Zope.cgi/$1
>>[e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi
>>,l]
>>
>>RewriteEngine on
>>RewriteCond %{HTTP:Authorization}  ^(.*)
>>RewriteRule ^/huia/(.*) /home/amphora2/zope2/Zope.cgi/$1
>>[e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
>>
>># Amphora public over https
>>RewriteEngine on
>>RewriteCond %{HTTP:Authorization}  ^(.*)
>>RewriteRule ^/amphora_public/z/(.*) /home/amphora2/zope2/Zope.cgi/$1
>>[e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-h
>>ttpd-cgi,l]
>>
>>## ERROR CODES
>>## Error codes
>>#ErrorDocument 400 /amphora/cgi/AmphoraErrorDocument.py?code=400
>>#ErrorDocument 401 /amphora/cgi/AmphoraErrorDocument.py?code=401
>>#ErrorDocument 402 /amphora/cgi/AmphoraErrorDocument.py?code=402
>>#ErrorDocument 403 /amphora/cgi/AmphoraErrorDocument.py?code=403
>>#ErrorDocument 404 /amphora/cgi/AmphoraErrorDocument.py?code=404
>>#ErrorDocument 405 /amphora/cgi/AmphoraErrorDocument.py?code=405
>>#ErrorDocument 406 /amphora/cgi/AmphoraErrorDocument.py?code=406
>>#ErrorDocument 407 /amphora/cgi/AmphoraErrorDocument.py?code=407
>>#ErrorDocument 408 /amphora/cgi/AmphoraErrorDocument.py?code=408
>>#ErrorDocument 409 /amphora/cgi/AmphoraErrorDocument.py?code=409
>>#ErrorDocument 410 /amphora/cgi/AmphoraErrorDocument.py?code=410
>>#ErrorDocument 411 /amphora/cgi/AmphoraErrorDocument.py?code=411
>>#ErrorDocument 412 /amphora/cgi/AmphoraErrorDocument.py?code=412
>>#ErrorDocument 413 /amphora/cgi/AmphoraErrorDocument.py?code=413
>>#ErrorDocument 414 /amphora/cgi/AmphoraErrorDocument.py?code=414
>>=============================================================================
>>
>>
>>--
>>Devlyn Davis
>>
>>
>>--
>>Please report bugs to [EMAIL PROTECTED]
>>Please mail [EMAIL PROTECTED] (only) to discuss security issues
>>Support for registered customers and partners to [EMAIL PROTECTED]
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>>
>>
>
>
>
>
>--
>Devlyn Davis
>
>
>--
>Please report bugs to [EMAIL PROTECTED]
>Please mail [EMAIL PROTECTED] (only) to discuss security issues
>Support for registered customers and partners to [EMAIL PROTECTED]
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to