Re: [EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Leon Stringer
On Sat, 2006-01-28 at 15:34 -0500, Joshua Slive wrote: > > Order Deny,Allow > Deny from all > Allow from 192.168.0.0/24 > ErrorDocument 403 https://yoursite.example.com/ > > But people often use mod_rewrite for a task like this to gain more > precise controls over what URLs are redirected where.

Re: [EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Joshua Slive
On 1/28/06, Leon Stringer <[EMAIL PROTECTED]> wrote: > Hi, > > I'm looking at encrypting traffic to a web server and have successfully > generated a certificate and key, set up a VirtualHost for port 443. > > I then used Redirect to send requests to the old URL (on port 80) to the > VirtualHost to

[EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Leon Stringer
Hi, I'm looking at encrypting traffic to a web server and have successfully generated a certificate and key, set up a VirtualHost for port 443. I then used Redirect to send requests to the old URL (on port 80) to the VirtualHost to prevent port 80 access. This appears to be working fine. Howeve