
02-04-2011, 05:53 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,296
|
|
search cxs on the forum can find a few other posts regarding cxs.
I'd summary here. it requires litespeed to support following mod_security rules:
SecUploadFileMode 0644
SecRule FILES_TMPNAMES "@inspectFile /etc/cxs/cxscgi.sh" \
"id:351000,rev:1,severity:2,msg:'Atomicorp.com Upload Malware Scanner:
Malicious File upload attempt detected and blocked',log,deny,auditlog,status:403,t:none"
SecRequestBodyAccess On
SecRule FILES_TMPNAMES "@inspectFile /etc/cxs/cxscgi.sh" \
"log,auditlog,deny,severity:2,id:'1010101'"
since we're investigating complete support for mod_security 2.5.x now, it's a good timing to bring up this issue here 
|