[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: Installing vsite certs
- Subject: [cobalt-users] Re: Installing vsite certs
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Mon May 8 12:26:17 2000
- Organization: JoltinJoe.Com
> restart the http server from the command line
>
> /etc/rc.d/init.d/httpd restart
>
> -good try but no luck.. still shows mine.. cleared the cache in the browser
> before I tried it :)
rather than restarting the webserver for PORT 80, why not stop the SSL Server on PORT 443 by doing this:
/etc/rc.d/init.d/httpsd restart
That's what I do on a RAQ2 to restart the SSL Server...
Joe