Deny ScriptAlias from VirtualHost

Deny ScriptAlias from VirtualHost

am 30.09.2007 17:44:22 von brianhray

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



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

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


AllowOverride None
Options None
Order deny,allow
Allow from all
deny from 216.80.126.112




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

Re: Deny ScriptAlias from VirtualHost

am 30.09.2007 17:55:24 von brianhray

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


Options Indexes Includes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny

#global wiki ban list
deny from 216.80.126.112

Allow from all