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. …')

Revision as of 15:47, 19 May 2010

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.


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