dspender Posted June 2, 2008 Share Posted June 2, 2008 Very simple directory statement. Only it still allows from 10.2.0.0 / 255.255.0.0 One day it was denying traffic from that subnet, the next it was allowing. Any ideas on how to troubleshoot? Thanks. <Directory "C:/wamp/www"> Options Indexes FollowSymLinks AllowOverride none Order Deny,Allow Allow from 10.1. 10.81. Deny from 10.2. 10.82. </Directory> Quote Link to comment Share on other sites More sharing options...
dspender Posted June 3, 2008 Author Share Posted June 3, 2008 Figured it out. Users from the 10.2. subnet were using a proxy server in the 10.1. network. Added a Deny for the proxy IP, works fine now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.