SV-100563r1_rule
V-89913
SRG-APP-000016-WSR-000005
VRAU-TC-000090
CAT II
10
Navigate to and open /etc/vco/app-server/server.xml.
Navigate to and locate <Host>.
Configure the <Host> node with the <AccessLogValve> below.
Note: The AccessLogValve should be configured as follows:
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
pattern="%h %l %u %t "%r" %s %b"
prefix="localhost_access_log."
suffix=".txt"/>
Navigate to and open /etc/vco/app-server/server.xml.
Navigate to the <Host> node.
Verify that the node contains a <Valve className="org.apache.catalina.valves.AccessLogValve"> node.
If an "AccessLogValve" is not configured correctly or is missing, this is a finding.
Note: The AccessLogValve should be configured as follows:
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt"
pattern="%h %l %u %t "%r" %s %b"
rotatable="false"
checkExists="true"/>
V-89913
False
VRAU-TC-000090
Navigate to and open /etc/vco/app-server/server.xml.
Navigate to the <Host> node.
Verify that the node contains a <Valve className="org.apache.catalina.valves.AccessLogValve"> node.
If an "AccessLogValve" is not configured correctly or is missing, this is a finding.
Note: The AccessLogValve should be configured as follows:
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt"
pattern="%h %l %u %t "%r" %s %b"
rotatable="false"
checkExists="true"/>
M
3439