Re: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-25 Thread Eric Webster
gt;> what about ssl.conf do I need to change anything there? What about the > > >> toaster.conf and squirrelmail.conf files that get included in > > >> httpd.conf? > > >> > > >> Should those be left the way they are? > > >> > > &

Re: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-25 Thread Eric Webster
at get included in > >> httpd.conf? > >> > >> Should those be left the way they are? > >> > >> Thanks > >> > >> -Original Message----- > >> From: Eric Webster [mailto:[EMAIL PROTECTED] > >> Sent: Tuesday, January

Re: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-25 Thread supriyo
er.conf and squirrelmail.conf files that get included in >> httpd.conf? >> >> Should those be left the way they are? >> >> Thanks >> >> -Original Message- >> From: Eric Webster [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, January 24, 2006 9:29 AM &

RE: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-25 Thread Supriyo Banerjee
: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Instructions for HTTPS instead of HTTP Depends on your setup. I am using CentOS 4.2 and I did not have to change anything. The toaster and squirrelmail confs were included in the main httpd.conf so they worked in the default ssl.conf. If you have

Re: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-24 Thread Eric Webster
ay, January 24, 2006 9:29 AM > To: qmailtoaster-list@qmailtoaster.com > Subject: Re: [qmailtoaster] Instructions for HTTPS instead of HTTP > > Using CentOS / Redhat its just a matter of yum install mod_ssl and > then close port 80 on the box and leave 443 open. > > Or add this t

RE: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-24 Thread Alex
- From: Eric Webster [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 9:29 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Instructions for HTTPS instead of HTTP Using CentOS / Redhat its just a matter of yum install mod_ssl and then close port 80 on the box and leave

Re: [qmailtoaster] Instructions for HTTPS instead of HTTP

2006-01-24 Thread Eric Webster
Using CentOS / Redhat its just a matter of yum install mod_ssl and then close port 80 on the box and leave 443 open. Or add this to your httpd.conf to redirect all http traffic to https (uncomment of course) # Direct to SSL # RewriteEngine on # RewriteCond %{SERVER_PORT} !^443$ # RewriteRule ^.*$