PDA

View Full Version : SSL VirutalHost Script Error


JayBaen
04-11-2005, 09:00 PM
I was going to post this comment as part of this thread:

http://interworx.info/forums/showthread.php?t=489

... as it's somewhat similar. But to save clutter, I'll start a new one.

When creating a "Self-signed certificate" today for a particular domain, the Apache service did not restart. When I did a manual /etc/rc.d/init.d/httpd start the error referred to another "non-closed" <VirtualHost> entry. This actually wasn't quite true ... but changing this:

</VirtualHost><VirutalHost xx.xx.xx.xx:443>

to 2 separate lines solved the problem:

</VirtualHost>
<VirtualHost xx.xx.xx.xx:443>

JB

IWorx-Paul
04-11-2005, 09:54 PM
Thanks for reporting this one JB.

Was this account that you added the SSL cert to a new siteworx account since the 1.9.2 upgrade? Or was it one of the older, pre-1.9.2 accounts?

Thanks,

Paul

JayBaen
04-12-2005, 05:06 AM
No problem. It was an older account pre 1.9.2.

JB

Justec
04-12-2005, 10:43 AM
Was this using the SiteWorx add SSL feature?

JayBaen
04-12-2005, 10:45 AM
Yes, it was.