Can you do this in Request Filter?

yulia

Active Member
#1
I setup a rule with the following:

Include /opt/lsws/conf/exclude.conf
Include /opt/lsws/conf/whitelist.conf
Include /opt/lsws/conf/asl_antimalware.conf
Include /opt/lsws/conf/rules.conf
Include /opt/lsws/conf/useragents.conf
Include /opt/lsws/conf/antispam.conf
Include /opt/lsws/conf/rootkits.conf
Include /opt/lsws/conf/recons.conf
Include /opt/lsws/conf/jitp.conf

Will that work and will it load those config files?
 

mistwang

LiteSpeed Staff
#2
If you configure request filter natively through web console, you need to copy paste those rules.
If you use Apache httpd.conf, you can include those files from httpd.conf
 

yulia

Active Member
#3
So I don't need mod_security.so or anything? I just have to include the files and LSWS will interpret them? ok, cool.
 
Top