- LoadModule cgi_module modules/mod_cgi.so
- ServerAdmin root@localhost
- UseCanonicalName Off
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- <IfVersion >= 2.4>
- <Directory "/var/lib/openshift/">
- Options Indexes FollowSymLinks
- AllowOverride None
- Require all granted
- </Directory>
- </IfVersion>
- <IfVersion < 2.4>
- <Directory "/var/lib/openshift/">
- Options Indexes FollowSymLinks
- AllowOverride None
- Order allow,deny
- Allow from all
- </Directory>
- </IfVersion>
- DirectoryIndex index.html index.html.var
- AccessFileName .htaccess
- <IfVersion >= 2.4>
- <Files ~ "^\.ht">
- Require all denied
- </Files>
- </IfVersion>
- <IfVersion < 2.4>
- <Files ~ "^\.ht">
- Order allow,deny
- Deny from all
- Satisfy All
- </Files>
- </IfVersion>
- TypesConfig /etc/mime.types
- <IfVersion < 2.4>
- DefaultType text/plain
- </IfVersion>
- <IfModule mod_mime_magic.c>
- MIMEMagicFile conf/magic
- </IfModule>