[Zope] apache 2.0.50
William Herring
william.herring at spgenetics.com
Sun Aug 29 21:55:30 EDT 2004
I'm running RedHat9 + apache 2.0.50, and I'm trying to incorporate with
zope. Zope is running fine on port 8080 as well as https on 443 (can see a
typical apache test page). I also have apache listening on port 8000 and
have Virtual Host Monster installed.
In the /etc/httpd/conf/ssl.conf I have at the bottom of the file:
<VirtualHost *:8000>
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/conf/server.crt
SSLCertificateKeyFile /etc/httpd/conf/server.key
CustomLog /var/log/httpd/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteLog "/var/log/httpd/rewrite.log"
RewriteLogLevel 9
RewriteRule ^/(.*)
http://192.168.0.25:8080/VirtualHostBase/https/192.168.0.25:8000/VirtualHost
Root/$1 [L,P]
</IfModule>
</VirtualHost>
Yet, when I try to access https://192.168.0.25:8000 , I get:
Forbidden
You don't have permission to access/manage on this server.
I have taken out the rewrite rules above to see what happens, and I get the
apache test page.
Any ideas would be greatly appreciated.
More information about the Zope
mailing list