[Cialug] Apache 2

David Champion dave at visionary.com
Tue Sep 27 14:46:16 CDT 2005


Have you tried putting the ":443" after the IP in your <virtualhost ...> 
tags?

-dc

Dave J. Hala Jr. wrote:
> Its giving me fits.
> 
> At the moment I'm sticking in a "namevirtualhost" before each virtual
> container. It makes the error messages go away, but I don't think its
> right.
> 
> Here's what I've got now:
> 
> NameVirtualHost 000.000.000.000:443
> <virtualhost 000.000.000.000>
> 	DocumentRoot "/var/www/html/xxxfy06"
> 	ServerAdmin imblonde at 58ghz.net
> 	ServerName nameyyy.nifcap.org:443
> 		<morestuff>
> 		</morestuff>
> </virtualhost>
> 
> On Tue, 2005-09-27 at 12:35, Barry Von Ahsen wrote:
> 
>>Dave J. Hala Jr. wrote:
>>
>>>Anyone got a sample VirtualHost container for apache 2.0 (rhel), using a
>>>wildcard ssl certificate? 
>>>
>>
>>can you just do multiple <VirtualHost> with the same ssl certificate info?
>>
>><VirtualHost ip:443>
>>ServerName sub1.domain.com
>>SSLCertificateFile /path/to/cert.crt
>>SSLCertificateKeyFile /path/to/key.key
>></VirtualHost>
>><VirtualHost ip:443>
>>ServerName sub2.domain.com
>>SSLCertificateFile /path/to/cert.crt
>>SSLCertificateKeyFile /path/to/key.key
>></VirtualHost>
>>
>>-barry
>>
>>_______________________________________________
>>Cialug mailing list
>>Cialug at cialug.org
>>http://cialug.org/mailman/listinfo/cialug




More information about the Cialug mailing list