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

[cobalt-users] Re: Installing vsite certs



> 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