[Zope] (Virtual Host, Apache, Proxy, SSL) Proxy

Katja Süss k.suess at gmx.net
Mon Mar 13 12:15:39 EST 2006


The error was caused by calling http://secure-aportal.ch

'hosts' got an entry for this
127.0.0.1    secure-aportal.ch 

> Hi
> Do I have a misconfigured Apache or do I have a problem with the virtual 
> host monster?
> 
> [Mon Mar 13 17:22:51 2006] [error] [client 127.0.0.1] client denied by 
> server configuration: 
> proxy:http://localhost:8580/VirtualHostBase/http/secure-aportal.ch:80/0securesite/VirtualHostRoot/ 
> 
> 
> 
> #
> # Use name-based virtual hosting.
> #
> #NameVirtualHost *:80
> 
> NameVirtualHost *
> 
> #
> # VirtualHost example:
> # Almost any Apache directive may go into a VirtualHost container.
> # The first VirtualHost section is used for requests without a known
> # server name.
> #
> #<VirtualHost *:80>
> #    ServerAdmin webmaster at dummy-host.example.com
> #    DocumentRoot /www/docs/dummy-host.example.com
> #    ServerName dummy-host.example.com
> #    ErrorLog logs/dummy-host.example.com-error_log
> #    CustomLog logs/dummy-host.example.com-access_log common
> #</VirtualHost>
> 
> <VirtualHost *>
>  ServerName secure-aportal.ch
>  ServerAlias www.secure-aportal.ch
>  ServerAdmin k.suess at gmx.net
>  ProxyPass / 
> http://localhost:8580/VirtualHostBase/http/secure-aportal.ch:80/0securesite/VirtualHostRoot/ 
> 
>  ProxyPassReverse / 
> http://localhost:8580/VirtualHostBase/http/secure-aportal.ch:80/0securesite/VirtualHostRoot/ 
> 
>  ErrorLog /private/var/log/httpd/secure-aportal.ch_error_log
>  CustomLog /private/var/log/httpd/secure-aportal.ch_access_log common
> </VirtualHost>
> 
> <VirtualHost *>
>  ServerName mysite.ch
>  ServerAlias www.mysite.ch
>  DocumentRoot "/Library/WebServer/mysite"
>  ServerAdmin k.suess at gmx.net
>  ErrorLog /private/var/log/httpd/mysite.ch_error_log
>  CustomLog /private/var/log/httpd/mysite.ch_access_log common
> </VirtualHost>
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
> 
> 



More information about the Zope mailing list