apache_conf.conf
738 Bytes
## Syntax Highlighting Test File for Apache Configuration Files
## Comment line
# Directive and Parameter
ServerType standalone
# Directive and String
ServerRoot "/usr"
# Directive and Number
Timeout 300
# Directive and IP number
Listen 12.34.56.78:80
# Directive and Extension
AccessFileName .htaccess
# Some Extra Examples
DefaultType text/plain
HostnameLookups Off
ErrorLog "/private/var/log/httpd/error_log"
LogLevel warn
<IfModule mod_setenvif.c>
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
</IfModule>