I've been trying to configure my Apache (1.3) to deny from specific
addresses in my virtual hosts, but nothing seems to do the trick. I'm
testing my denying my old school's address and then proxying through
them to see if I'm blocked, but no luck. Below is a basic Virtual Host
config on my server, what do I need to add to it to block access from
certain addresses?
<VirtualHost *>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/www/.www/webusers/myerscreek
ServerName www.myerscreek.org
ServerAlias myerscreek.org
DirectoryIndex index.html index.htm
HostnameLookups On
ErrorLog /var/log/apache/www.myerscreek.org-error_log
LogLevel warn
LogFormat "%h %l %u %t \"%!414r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"$
CustomLog /var/log/apache/www.myerscreek.org-access_log combined
</VirtualHost>
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]