> 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 if it's different than the one the program would get (i.e. use
# "www" instead of the host's real name).
#
# Note: You cannot just invent host names and hope they work. The name you 
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.

ServerName new.host.name

Normally,

ServerName localhost

will work --- you can access your sites via
http://localhost

--
Oohara Yuuma
Graduate-school of Science, Kyoto University
[EMAIL PROTECTED]





Reply via email to