mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
15 lines
316 B
ApacheConf
15 lines
316 B
ApacheConf
|
# 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
|