-. Oohara Yuuma (2001-07-23) : | | > My question is how to configure httpd.conf, so I can access my sites via https://www.mysite.com. | from /etc/apache/httpd.conf: | | # ServerName allows you to set a host name which is sent back to clients for | # your server
I guess the question was more about the https than about the www.mysite.com, no ? :) To enable HTTPS with mod_ssl you have to use the 'SSLEngine on' directive, this can be in the main configuration, or in a virtualhost statement. http://www.modssl.org also has documentation about modssl. Cheers, -tom -- == Thomas.Morin @webmotion.com SysAdmin/R&D == Phone: +1 613 731 4046 ext113 \Fax: +1 613 260 9545 == PGP/keyID: 8CEA233D == PGP/KeyFP: 503BF6CFD3AE8719377B832A02FB94E08CEA233D --

