[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ4] problem with SSL Certificate
- Subject: Re: [cobalt-users] [RAQ4] problem with SSL Certificate
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu May 31 23:33:57 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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