Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Red Hat Enterprise Linux 8
Services
Web Server
Secure Apache Configuration
Configure PERL Securely
Configure HTTP PERL Scripts To Use TAINT Option
Configure HTTP PERL Scripts To Use TAINT Option
An XCCDF Rule
Details
Profiles
Prose
Configure HTTP PERL Scripts To Use TAINT Option
Medium Severity
If the
mod_perl
module is installed, enable Perl Taint checking in
/etc/httpd/conf/httpd.conf
. To enable Perl Taint checking, add or uncomment the following to
/etc/httpd/conf.d/perl.conf
:
PerlSwitches -T