![]() |
|
|
+ Search |
![]()
|
Dec 6th, 2001 05:03
Brian Jones, Yaniv Berliner,
In the httpd.conf file you can set the DENY option for specific sites.
For example:
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
Deny from microsoft.com
</Directory>