Binand Sethumadhavan wrote:
On Sat, Feb 28, 2004 at 03:37:19PM +0530, Yashpal Nagar wrote:
<Directory "/var/www/mydoc">
Options Indexes FollowSymLinks
AllowOverride AuthConfig
deny from 192.168.1.79
Order deny,allow
Allow from 192.168.1.0/24
</Directory>
Try:
Order allow,deny
Deny from 192.168.1.79
It will deny to all HTTP connections by default, keeping allow list processed first if there any. Since there is no allow directive so everything is denied. (Even i tried giving allowing list 192.168.10/24 too.)
So it is no HTTP connection processed in whole subnet 192.168.1.0/24
;(
--Yash
Binand
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
