Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:waf:standalone [2018/10/05 15:50]
Jackson Zhang [How to Setup Comodo on Standalone LiteSpeed Web Server]
litespeed_wiki:waf:standalone [2018/10/05 20:17]
Jackson Zhang [How to enable mod_security rules on Standalone LiteSpeed Web Server]
Line 1: Line 1:
-====== How to Setup Comodo ​on Standalone LiteSpeed Web Server======+====== How to enable mod_security rules on Standalone LiteSpeed Web Server====== 
 +In LSWS Web Admin console, there is "Web Application Firewall (WAF)" under: Server -> Security ->  "Web Application Firewall (WAF). It is a LSWS built-in feature to enable and add mod_scurity rule set on an LSWS native server. For a control panel environment,​ these steps are unnecessary. Simply enable the mod_security rule set from the control panel, the same way you would enable a rule set for Apache. For more information on that, please see [[litespeed_wiki:​waf#​with_a_control_panel|this wiki]]. ​  
 + 
 +{{ :​litespeed_wiki:​waf:​lsws-builtin-waf.png?​600 |}} 
 + 
 +"Web Application Firewall (WAF)" for LSWS native is for user to choose whether to enable **request content deep inspection**. This feature is equivalent to Apache'​s mod_security,​ which can be used to detect and block requests with ill intention by matching them to known signatures. 
 + 
 +There are many rules sets you can choose, such as: **OWASP**, **Comodo**, **Atomicorp**,​ **Imunify360** etc. LSWS are compatible with these rule sets and it is up to you to choose one of them. You can also come up with your own customised rules if you are familiar with crafting mod_security rule set.  
 + 
 +The following wiki will use Comodo rule set as an example to show you how to enable mod_security rule set on LSWS native mode. 
 [[https://​waf.comodo.com/​ | Comodo ]] is a Mod_Security rule set created by the Comodo Team. It provides real time protection for web apps running on the LiteSpeed Web Server. Its functions include: [[https://​waf.comodo.com/​ | Comodo ]] is a Mod_Security rule set created by the Comodo Team. It provides real time protection for web apps running on the LiteSpeed Web Server. Its functions include:
   * Protecting sensitive customer data   * Protecting sensitive customer data
Line 6: Line 16:
   * Preventing SQL injection and Cross Site Scripting (XSS) attacks   * Preventing SQL injection and Cross Site Scripting (XSS) attacks
  
-The following wiki will show your steps on how to enable mod_security rule set on LSWS native server. For control panel environment,​ you don't need settings described from here and you can simply enable mod_security rule set from the control panel, the same way as enabling rule set for Apache, please check [[litespeed_wiki:​waf#​with_a_control_panel|here]].  ​ 
 ===== Download and Extract Rules ===== ===== Download and Extract Rules =====
  
Line 56: Line 65:
 Click **Save** to enable the firewall, and perform Graceful Restart. Click **Save** to enable the firewall, and perform Graceful Restart.
  
-===== Verify Comodo ​=====+===== Test mod_security rule set =====
 ====Method 1==== ====Method 1====
   - To check CWAF for protection, send the request as shown below: <​code>​http://​$server_domain/?​a=b AND 1=1</​code>​ The server will respond with a 403 status code \\ {{:​litespeed_wiki:​waf:​comodo-5.png?​500|}}   - To check CWAF for protection, send the request as shown below: <​code>​http://​$server_domain/?​a=b AND 1=1</​code>​ The server will respond with a 403 status code \\ {{:​litespeed_wiki:​waf:​comodo-5.png?​500|}}
  • Admin
  • Last modified: 2019/01/24 21:16
  • by Lisa Clarke