> NameVirtualHost *:443 > <VirtualHost *:443> > ServerName test-webreporter.return.returninc.com > DocumentRoot "C:/Program Files/Apache Software > Foundation/Apache2.2/htdocs" > ### DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" > > SSLEngine on > ### SSLProxyEngine on > SSLCertificateFile > C:\Oracle\ora81\Apache\Apache\htdocs\webapp\ssl\returninc.crt > SSLCertificateKeyFile > C:\Oracle\ora81\Apache\Apache\htdocs\webapp\ssl\returninc.key > > ProxyRequests off > ProxyPass / http://localhost:81/ > ProxyPassReverse / http://localhost:81/ > </VirtualHost> Your request is probably not hitting this virtual host, but one with *:443 and no ProxyPass directives. See apachectl/apache2ctl/httpd -S and/or add unique access logs to port 443 virtual hosts to confirm. --------------------------------------------------------------------- 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
![]() |