View Single Post
  #1  
Old 06-21-2012, 11:22 PM
MisterNinja MisterNinja is offline
Member
 
Join Date: Oct 2011
Posts: 13
Default SecFilterSelective not working?

I'm trying to block users who don't have a user agent:
SecFilterSelective HEADER_USER_AGENT "^$"
SecFilterSelective HTTP_USER_AGENT "^$"

Neither work and yes I am using vhosts, no Apache. Any suggestions?
Reply With Quote