The virtual hosts fail on https://www.mydomain.com and https://www.mydomain1.com
In my error log I have the errors: proxy: error reading status line from remote server 127.0.0.1 proxy: Error reading from remote server returned by /Can someone provide advice on properly configuring the secure virtual hosts. Many thanks.
<VirtualHost *:80> ServerName www.mydomain.com ServerAlias am11727372.mydomain.com mydomain.com RewriteEngine OnRewriteRule ^/(.*) http://127.0.0.1:8080/am11727372/++vh++http:%{SERVER_NAME}:80/++/$1 [L,P]
</VirtualHost> <VirtualHost *:80> ServerName www.mydomain1.com ServerAlias am12704055.mydomain1.com mydomain1.com RewriteEngine OnRewriteRule ^/(.*) http://127.0.0.1:8080/am12704055/++vh++http:%{SERVER_NAME}:80/++/$1 [L,P]
</VirtualHost> <VirtualHost *:443> ServerName www.mydomain.com ServerAlias am11727372.mydomain.com mydomain.com RewriteEngine OnRewriteRule ^/(.*) http://127.0.0.1:8443/am11727372/++vh++http:%{SERVER_NAME}:443/++/$1 [L,P]
</VirtualHost> <VirtualHost *:443> ServerName www.mydomain1.com ServerAlias am12704055.mydomain1.com mydomain1.com RewriteEngine OnRewriteRule ^/(.*) http://127.0.0.1:8443/am12704055/++vh++http:%{SERVER_NAME}:443/++/$1 [L,P]
</VirtualHost> --------------------------------------------------------------------- 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