■拒否
2.2 系
Order deny,allow Deny from all
2.4 系
Require all denied
■許可
2.2 系
Order allow,deny Allow from all
2.4 系
Require all granted
■ホスト限定
2.2 系
Order Deny,Allow Deny from all Allow from example.org
2.4 系
Require host example.org
LoadModule vhost_alias_module modules/mod_vhost_alias.so
cgiモジュールがコメントアウトされている
LoadModule cgid_module modules/mod_cgid.so