Dear Suresh,

 
> Where did you insert the lines?  It has to be where you define 
> your site (in
> the virtualhost section for example - or VirtualHost *
> 
> > <VirtualHost *>
> >     ServerAdmin [EMAIL PROTECTED]
> >     ServerName blackehlo.cluestick.org
> > <Perl>
> > {
> >   package Apache::Vermicide;
> >   use Apache::Constants qw(:common :response);
> >   sub handler {
> >     my $r = shift;
> > 
> >     if ($r->uri() =~ /root\.exe|cmd\.exe|default\.ida/i) {
> >         $r->push_handlers(PerlLogHandler => sub { return BAD_REQUEST });
> >         return BAD_REQUEST;
> >     }
> >     return DECLINED;
> >   }
> > }
> > </Perl>
> > PerlPostReadRequestHandler Apache::Vermicide
> > </VirtualHost>
> 

I am not using any virtual host declaration.

--krishna%�{��wbj��f��)��+-�)��)݉�^��b��,���y�+��޶m����+-��.�ǟ�����+-��b�ا~��{��wbj�


Reply via email to