inspec/test/unit/mock/files/apache2.conf

15 lines
316 B
ApacheConf
Raw Normal View History

# This is the main Apache server configuration file. It contains comments.
ServerRoot "/etc/apache2"
User ${APACHE_RUN_USER}
Include ports.conf
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf