Difference between revisions of "Redactor"

From Atomicorp Wiki
Jump to: navigation, search
(Created page with ' == Description: == ASL has the ability to redact content being sent from the server. Useful for conditions where malware is on the system via ftp, unknown, as a proxy, etc. …')
 

Latest revision as of 16:47, 19 May 2010

[edit] Description:

ASL has the ability to redact content being sent from the server. Useful for conditions where malware is on the system via ftp, unknown, as a proxy, etc.


[edit] Installation

Step 1) install the apache module

 yum install mod_sed

Step 2) Set redactor to on in /etc/asl/config

 MODSEC_99_REDACTOR="yes"

Step 3) Activate the component

 asl -s -f
Personal tools