On Wed, July 28, 2010 4:01 am, Buddy wu wrote:[snip]
> the file is the initial one which build at installation. here it is
> #LoadModule ssl_module modules/mod_ssl.so[more snip]
SSL module is commented out, so SSL won't work. Remove the hash.
Keep the arguments to NameVirtualHost and VirtualHost the same. So use one
of these (but not both) and don't mix them.
NameVirtualHost *:8443
<VirtualHost *:8443>
NameVirtualHost 192.168.16.45:8443
Joost
---------------------------------------------------------------------
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