Ok,
The conf input looks good. But if it,s returning that error something is
amiss.
Just an idea: check the listen command , again in the conf file....i'm not
sure of your config but mine reads
Listen 80 {thats for all virt users}
then check
<IfDefine HAVE_SSL>
Listen 443
if thats ok search for port 98 see what it's locked too.

i'm trying :o)
Les

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 10, 2003 12:38 PM
Subject: RE: ssl


> > 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


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

Reply via email to