vivek khurana wrote:

deny from 192.168.1.79
Order deny,allow
Allow from 192.168.1.0/24



Change the above lines to


Order deny,allow
deny from 192.168.1.79
allow from 192.168.1.0/24

When you specify "order deny,allow" deny directives
are executed before allow. Since in your case you have
written deny before specifying the order, deny
directive is getting orverriden by "allow
192.168.1.0/24" directive.



No sir, still not working. This thing i have tried long before..


Cheers!
Vivek


=====
#####
##### ####### # # # #" #" # Linux ##vvvvv## Rules! ## vvv ## # ## ## ## ### ### +++##### ##++ ++++++# #++++++
+++++++# #+++++++
+++++#######+++++ +++ +++


Message void if penguin violated
Don't mess with the penguin

Disclamer
The facts expressed here belong to everybody, the opinions to me. The distinction is 
yours to draw...

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/






_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to