RE: securing one area of a vhost in apache 2

2003-03-18 Thread Shawn Syms
: Re: securing one area of a vhost in apache 2 On Thu, 27 Feb 2003, R. DuFresne wrote: You gave this site it's own IP address yes? No. It is using NameVirtualHost. Virtual hosting with non-ssl works in a 'software' aware mode, while virtual hosting with ssl is more 'hardware' in nature

RE: securing one area of a vhost in apache 2

2003-02-28 Thread John . Airey
-Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED] Sent: 27 February 2003 21:01 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: securing one area of a vhost in apache 2 On Thu, 27 Feb 2003, Mads Toftum wrote: On Thu, Feb 27, 2003 at 12:52:06PM -0800

RE: securing one area of a vhost in apache 2

2003-02-27 Thread John . Airey
-Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED] Sent: 27 February 2003 05:50 To: [EMAIL PROTECTED] Subject: securing one area of a vhost in apache 2 Hello, I am using Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7 I have

Re: securing one area of a vhost in apache 2

2003-02-27 Thread R. DuFresne
You gave this site it's own IP address yes? Virtual hosting with non-ssl works in a 'software' aware mode, while virtual hosting with ssl is more 'hardware' in nature requireing specifici IP addressing to function properly. Thanks, Ron DuFresne On Wed, 26 Feb 2003, Nick Tonkin wrote:

RE: securing one area of a vhost in apache 2

2003-02-27 Thread Nick Tonkin
On Thu, 27 Feb 2003 [EMAIL PROTECTED] wrote: From: Nick Tonkin [mailto:[EMAIL PROTECTED] I am using Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7 I have a virtual host which mostly is served without SSL. But it has one area, /secure, that

RE: securing one area of a vhost in apache 2

2003-02-27 Thread Nick Tonkin
On Wed, 26 Feb 2003, Steven Resnick wrote: The technique I have seen for this is to simply serve the entire site using SSL and link only to the areas you want as secure. But that sort of defeats the whole porpoise! I want users to be able to browse the site and then when they enter a certain

Re: securing one area of a vhost in apache 2

2003-02-27 Thread Mads Toftum
On Thu, Feb 27, 2003 at 12:52:06PM -0800, Nick Tonkin wrote: [EMAIL PROTECTED] ~lwp-request -sSed https://www.ladyraquel.com:8080/secure/ GET https://www.ladyraquel.com:8080/secure/ -- 501 Protocol scheme 'https' is not supported ## huh?! Any more advice gratefully accepted :) This looks

Re: securing one area of a vhost in apache 2

2003-02-27 Thread Nick Tonkin
On Thu, 27 Feb 2003, R. DuFresne wrote: You gave this site it's own IP address yes? No. It is using NameVirtualHost. Virtual hosting with non-ssl works in a 'software' aware mode, while virtual hosting with ssl is more 'hardware' in nature requireing specifici IP addressing to function

Re: securing one area of a vhost in apache 2

2003-02-27 Thread Nick Tonkin
On Thu, 27 Feb 2003, Mads Toftum wrote: On Thu, Feb 27, 2003 at 12:52:06PM -0800, Nick Tonkin wrote: [EMAIL PROTECTED] ~lwp-request -sSed https://www.ladyraquel.com:8080/secure/ GET https://www.ladyraquel.com:8080/secure/ -- 501 Protocol scheme 'https' is not supported ## huh?! This

Re: securing one area of a vhost in apache 2

2003-02-27 Thread Don Woodward
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 15:57 Subject: Re: securing one area of a vhost in apache 2 On Thu, 27 Feb 2003, R. DuFresne wrote: You gave this site it's own IP address yes? No. It is using NameVirtualHost. Virtual hosting with non-ssl works

Re: securing one area of a vhost in apache 2

2003-02-27 Thread R. DuFresne
On Thu, 27 Feb 2003, Nick Tonkin wrote: On Thu, 27 Feb 2003, R. DuFresne wrote: You gave this site it's own IP address yes? No. It is using NameVirtualHost. Virtual hosting with non-ssl works in a 'software' aware mode, while virtual hosting with ssl is more 'hardware' in nature

RE: securing one area of a vhost in apache 2

2003-02-27 Thread Nick Tonkin
On Thu, 27 Feb 2003, Shawn Syms wrote: So, bottom line, it is not possible to have a virtual host accessible via http and require SSL for a part of it. Is that correct? It's not really logical to want to segment out SSL-using and non-SSL-using sections of a site within the server config; do

securing one area of a vhost in apache 2

2003-02-26 Thread Nick Tonkin
Hello, I am using Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7 I have a virtual host which mostly is served without SSL. But it has one area, /secure, that needs to be secured with SSL. I've tried various combinations of directives but can't get it to

RE: securing one area of a vhost in apache 2

2003-02-26 Thread Steven Resnick
] Subject: securing one area of a vhost in apache 2 Hello, I am using Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7 I have a virtual host which mostly is served without SSL. But it has one area, /secure, that needs to be secured with SSL. I've tried