1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 VAMI-lighttpd V1R1
  4. VCLD-67-000016 – VAMI must only load allowed server modules – mod_rewrite

VCLD-67-000016 – VAMI must only load allowed server modules – mod_rewrite

Details

A web server can provide many features, services, and processes. Some of these may be deemed unnecessary or too unsecure to run on a production DoD system.

VAMI can be configured to load any number of external modules, but only a specific few are provided and supported by VMware. Additional, unexpected modules must be removed.

Solution

Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf.

Configure the ‘server.modules’ section to the following:

server.modules = (
‘mod_access’,
‘mod_accesslog’,
‘mod_proxy’,
‘mod_cgi’,
‘mod_rewrite’,
)
server.modules += ( ‘mod_magnet’ )

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles