SirCharles
Programmer
In moving to SSL what configuration directives should be given to get communication going on SSL in the Apache configuration file. IE. Is a redirect directive needed to direct all traffic from port 80 to 443? Where and how should this be implemented so that an individual could type:
and get redirected to foo.bar over https?
ie Do DNS entries have to be modified?
Does the httpd.conf file need to have a redirect directive to get port 80 going to 443? Does one need a 'shim' site on port 80 redirected to 443?
and get redirected to foo.bar over https?
ie Do DNS entries have to be modified?
Does the httpd.conf file need to have a redirect directive to get port 80 going to 443? Does one need a 'shim' site on port 80 redirected to 443?