Deny ScriptAlias from VirtualHost

For some reason, I am unable to deny (216.80.126.112) myself with
this:

<VirtualHost 207.210.221.109>

ServerName chipy.org
ServerAlias www.chipy.org chipy.org

Alias /chipy "/usr/share/moin/htdocs/"
ScriptAlias / "/usr/share/moin/cgi-bin/moin.cgi/"

<Directory "/usr/share/moin/cgi-bin/moin.cgi">
AllowOverride None
Options None
Order deny,allow
Allow from all
deny from 216.80.126.112
</Directory>

</VirtualHost>

Once I get it working, I would like to add some spammers IP to the
deny from ... But this does not seem to be working. Can someone tell
me why?

Thanks, Brian Ray
brianhray [ So, 30 September 2007 17:44 ] [ ID #1832704 ]

Re: Deny ScriptAlias from VirtualHost

Crap, just figured out from http://moinmoin.wikiwikiweb.de/RedirectingExternalLinks

<Directory "/usr/share/moin">
Options Indexes Includes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny

#global wiki ban list
deny from 216.80.126.112

Allow from all
</Directory>
brianhray [ So, 30 September 2007 17:55 ] [ ID #1832706 ]
Webserver » alt.apache.configuration » Deny ScriptAlias from VirtualHost

Vorheriges Thema: Apache mod_balacer
Nächstes Thema: Apache Balancer