[Gllug] apache ssl
Leigh Mason
leigh at silkstream.net
Wed Jan 15 01:21:52 UTC 2003
Hi all,
Would anyone have any idea how I could pass https requests from a front
end apache web server to a back end one?
a snippet of my httpd.conf:
<VirtualHost singleIpAddress>
ServerName www.virtualhost1.co.uk
ProxyPass / http://backendserver/virtualhost1
ProxyPassReverse / http://backendserver/virtualhost1
</VirtualHost>
Currently, a request for: http://www.virtualhost1/home.html will be
successfully retrieved from: backendserver/home.html But would it be
possible to pass a request for https://www.virtualhost1/secure.html to
backendserver/secure.html?
I'm not even sure whether I need any SSL configuration on the front end
apache server at all?
Thanks in advance
Leigh
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list