> IP based host is good for SSL but it sounds like nothing is 
> pointing that IP Address at your server and your server 
> should be set up to acknowledge it is the server or 
> nameserver for that IP. Look in your httpd.conf file. Look 
> for the entry you made. the opener should read like this. 
> <VirtualHost ipnumber:443> Dont change or alter the file 
> because apacheconf will rewrite it back anyway. Make sure The 
> nameserver whoever that is is pointing your IP to your 
> machine. And that your machine is setup with it. Les

I checked in that file, and it all looks ok:
# Virtual host SquirrelMail
<VirtualHost 199.242.176.168:443>
        DocumentRoot /var/www/html/squirrelmail
        ErrorLog logs/squirrelmail_error_log
        ServerAdmin [EMAIL PROTECTED]
        ServerName email.wals.lib.wi.us
        ServerSignature email
        TransferLog logs/squirrelmail_access_log
        DirectoryIndex index.html index.php index.htm index.shtml
<IfDefine HAVE_SSL>
</IfDefine>
        TransferLog logs/squirrelmail_access_log
        ErrorLog logs/squirrelmail_error_log
</VirtualHost>

Also, if I ping email.wals.lib.wi.us, I get 199.242.176.168. So,
wouldn't that mean that dns is correct?

Jody


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to