Re: apache 2.2.10 can't use VirtualHost with SSL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, July 28, 2010 4:01 am, Buddy wu wrote:
> the file is the initial one which build at installation.  here it is

[snip]
> #LoadModule ssl_module modules/mod_ssl.so
[more snip]

SSL module is commented out, so SSL won't work. Remove the hash.

> NameVirtualHost *:8443
> <VirtualHost 192.168.16.45:8443>

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
<VirtualHost 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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux