STIGQter STIGQter: STIG Summary: Apache Server 2.4 Windows Site Security Technical Implementation Guide Version: 1 Release: 3 Benchmark Date: 24 Jul 2020:

The Apache web server must produce log records containing sufficient information to establish what type of events occurred.

DISA Rule

SV-102583r1_rule

Vulnerability Number

V-92495

Group Title

SRG-APP-000095-WSR-000056

Rule Version

AS24-W2-000090

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Open the <'INSTALLED PATH'>\conf\httpd.conf file.

Configure the "LogFormat" to look like the following within the <IfModule log_config_module> block:

LogFormat "%a %A %h %H %l %m %s %t %u %U \"%{Referer}i\" " combined

Check Contents

Review the access log file. If necessary, review the <'INSTALLED PATH'>\conf\httpd.conf file to determine the location of the logs.

Items to be logged are as shown in this sample line in the <'INSTALLED PATH'>\conf\httpd.conf file:

<IfModule log_config_module>
LogFormat "%a %A %h %H %l %m %s %t %u %U \"%{Referer}i\" " combined
</IfModule>

If the web server is not configured to capture the required audit events for all sites and virtual directories, this is a finding.

Vulnerability Number

V-92495

Documentable

False

Rule Version

AS24-W2-000090

Severity Override Guidance

Review the access log file. If necessary, review the <'INSTALLED PATH'>\conf\httpd.conf file to determine the location of the logs.

Items to be logged are as shown in this sample line in the <'INSTALLED PATH'>\conf\httpd.conf file:

<IfModule log_config_module>
LogFormat "%a %A %h %H %l %m %s %t %u %U \"%{Referer}i\" " combined
</IfModule>

If the web server is not configured to capture the required audit events for all sites and virtual directories, this is a finding.

Check Content Reference

M

Target Key

3419

Comments