That's a tall question to answer. Your configuration seems OK to me. Set "LogLevel debug" and look in your error.log. Maybe it is xgm.de that returns the error. -ascs -----Original Message----- From: Florian Lindner [mailto:mailinglists@xxxxxx] Sent: Friday, May 20, 2005 9:38 PM To: users@xxxxxxxxxxxxxxxx Subject: [users@httpd] SSL-Proxy Hello, since only SSL on the default vhost is possible I want to create a proxy for the other vhosts: <VirtualHost *:443> ServerName centershock.net SSLEngine On SSLCertificateFile /etc/apache2/conf/ssl/server.crt SSLCertificateKeyFile /etc/apache2/conf/ssl/server.key <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /ssl/xgm.de http://xgm.de ProxyPassReverse /ssl/xgm.de http://xgm.de </VirtualHost> So the URL https://centershock.net/ssl/xgm.de/ should be the same like http://xgm.de only over SSL. But this seem to be not correct. I get a 403 error (not allowed) What is wrong? Thanks, Florian --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx