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

Re: [cobalt-users] [RAQ4] problem with SSL Certificate



> I don't know if this will work but try
> su - to root
> cd /etc/httpd/conf/
> cp httpd.conf httpd.conf.save  # save the file
> edit httpd.conf
> find the VirtualHost
> delete all the www. text
> then restart httpd /etc/rc.d/init.d/httpd restart
> 
> This will make the brower display with no www
Oops! Leave the www. 
in the ServerAlias
else the site will not come up if someone attempts
to use the www to get to the site!
Gerald