Re: [us...@httpd] httpd.conf syntax

2009-09-24 Thread Rich Bowen
RewriteRule ^.* - [F,L] ` Now in httpd.conf I have added the file as ` Include /etc/apache2/blacklist.conf ` Restarted the apache and no error message. BUT wget is successful. It was not successful when the configuration was in .htaccess.

[us...@httpd] httpd.conf syntax

2009-09-23 Thread J. Bakshi
Dear list, I use some rewrite rule in .htaccess to prevent some bots like ` RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] a-lot-of RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] RewriteCond

Re: [us...@httpd] httpd.conf syntax

2009-09-23 Thread André Warnier
J. Bakshi wrote: Dear list, I use some rewrite rule in .htaccess to prevent some bots like ` RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] a-lot-of RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]

Re: [us...@httpd] httpd.conf syntax

2009-09-23 Thread J. Bakshi
André Warnier wrote: J. Bakshi wrote: Dear list, I use some rewrite rule in .htaccess to prevent some bots like ` RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] a-lot-of RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond