15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Sqwebmail over SS...
FromSent OnAttachments
Juha SaarinenApr 17, 2001 6:23 pm 
Sam VarshavchikApr 17, 2001 6:45 pm 
Daniel BiddleApr 17, 2001 6:49 pm 
Jason TuckerApr 18, 2001 7:38 am 
Jason TuckerApr 18, 2001 7:42 am 
Jason TuckerApr 18, 2001 7:45 am 
Stefan Hornburg (Racke)Apr 18, 2001 8:53 am 
Jason TuckerApr 18, 2001 10:23 am 
Stefan Hornburg (Racke)Apr 18, 2001 11:04 am 
Roland SchneiderApr 18, 2001 11:35 am 
Juha SaarinenApr 18, 2001 1:45 pm 
Juha SaarinenApr 18, 2001 1:47 pm 
Juha SaarinenApr 18, 2001 7:00 pm 
Juha SaarinenApr 18, 2001 8:05 pm 
Stefan Hornburg (Racke)Apr 18, 2001 11:23 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Sqwebmail over SSL onlyActions...
From:Daniel Biddle (del@osian.net)
Date:Apr 17, 2001 6:49:44 pm
List:net.sourceforge.lists.courier-users

On Wed, 18 Apr 2001, Juha Saarinen wrote:

I guess this is an Apache FAQ, but I'm not sure which is the right approach here.

Is there a way to configure Apache so that it accesses/serves certain CGI programs (ie. Sqwebmail) over https only, and not http?

Yes, you need something along the lines of:

<Directory /some/where/important> SSLRequireSSL </Directory>

Of course you can use <Files> etc. instead.

(BTW, your message was marked "Company-Confidential".)

hope this helps,