httpd Configuration

httpd.conf: ServerTokens OS
httpd.conf: ServerRoot "/etc/httpd"
httpd.conf: PidFile run/httpd.pid
httpd.conf: Timeout 120
httpd.conf: KeepAlive Off
httpd.conf: MaxKeepAliveRequests 100
httpd.conf: KeepAliveTimeout 15
httpd.conf: <IfModule prefork.c>
httpd.conf: StartServers       8
httpd.conf: MinSpareServers    5
httpd.conf: MaxSpareServers   20
httpd.conf: ServerLimit      256
httpd.conf: MaxClients       256
httpd.conf: MaxRequestsPerChild  4000
httpd.conf: </IfModule>
httpd.conf: <IfModule worker.c>
httpd.conf: StartServers         2
httpd.conf: MaxClients         150
httpd.conf: MinSpareThreads     25
httpd.conf: MaxSpareThreads     75 
httpd.conf: ThreadsPerChild     25
httpd.conf: MaxRequestsPerChild  0
httpd.conf: </IfModule>
httpd.conf: Listen 80
httpd.conf: LoadModule access_module modules/mod_access.so
httpd.conf: LoadModule auth_module modules/mod_auth.so
httpd.conf: LoadModule auth_anon_module modules/mod_auth_anon.so
httpd.conf: LoadModule auth_dbm_module modules/mod_auth_dbm.so
httpd.conf: LoadModule auth_digest_module modules/mod_auth_digest.so
httpd.conf: LoadModule ldap_module modules/mod_ldap.so
httpd.conf: LoadModule auth_ldap_module modules/mod_auth_ldap.so
httpd.conf: LoadModule include_module modules/mod_include.so
httpd.conf: LoadModule log_config_module modules/mod_log_config.so
httpd.conf: LoadModule env_module modules/mod_env.so
httpd.conf: LoadModule mime_magic_module modules/mod_mime_magic.so
httpd.conf: LoadModule cern_meta_module modules/mod_cern_meta.so
httpd.conf: LoadModule expires_module modules/mod_expires.so
httpd.conf: LoadModule deflate_module modules/mod_deflate.so
httpd.conf: LoadModule headers_module modules/mod_headers.so
httpd.conf: LoadModule usertrack_module modules/mod_usertrack.so
httpd.conf: LoadModule setenvif_module modules/mod_setenvif.so
httpd.conf: LoadModule mime_module modules/mod_mime.so
httpd.conf: LoadModule dav_module modules/mod_dav.so
httpd.conf: LoadModule status_module modules/mod_status.so
httpd.conf: LoadModule autoindex_module modules/mod_autoindex.so
httpd.conf: LoadModule asis_module modules/mod_asis.so
httpd.conf: LoadModule info_module modules/mod_info.so
httpd.conf: LoadModule dav_fs_module modules/mod_dav_fs.so
httpd.conf: LoadModule vhost_alias_module modules/mod_vhost_alias.so
httpd.conf: LoadModule negotiation_module modules/mod_negotiation.so
httpd.conf: LoadModule dir_module modules/mod_dir.so
httpd.conf: LoadModule imap_module modules/mod_imap.so
httpd.conf: LoadModule actions_module modules/mod_actions.so
httpd.conf: LoadModule speling_module modules/mod_speling.so
httpd.conf: LoadModule userdir_module modules/mod_userdir.so
httpd.conf: LoadModule alias_module modules/mod_alias.so
httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so
httpd.conf: LoadModule proxy_module modules/mod_proxy.so
httpd.conf: LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
httpd.conf: LoadModule proxy_http_module modules/mod_proxy_http.so
httpd.conf: LoadModule proxy_connect_module modules/mod_proxy_connect.so
httpd.conf: LoadModule cache_module modules/mod_cache.so
httpd.conf: LoadModule suexec_module modules/mod_suexec.so
httpd.conf: LoadModule disk_cache_module modules/mod_disk_cache.so
httpd.conf: LoadModule file_cache_module modules/mod_file_cache.so
httpd.conf: LoadModule mem_cache_module modules/mod_mem_cache.so
httpd.conf: LoadModule cgi_module modules/mod_cgi.so
httpd.conf: Include conf.d/*.conf
httpd.conf: User apache
httpd.conf: Group apache
httpd.conf: ServerAdmin root@localhost
httpd.conf: UseCanonicalName Off
httpd.conf: DocumentRoot "/var/www/html"
httpd.conf: <Directory />
httpd.conf:     Options FollowSymLinks
httpd.conf:     AllowOverride None
httpd.conf: </Directory>
httpd.conf: <Directory "/var/www/html">
httpd.conf:     Options Indexes FollowSymLinks
httpd.conf:     AllowOverride None
httpd.conf:     Order allow,deny
httpd.conf:     Allow from all
httpd.conf: </Directory>
httpd.conf: <IfModule mod_userdir.c>
httpd.conf:     UserDir disable
httpd.conf:     #UserDir public_html
httpd.conf: </IfModule>
httpd.conf: DirectoryIndex index.html index.html.var
httpd.conf: AccessFileName .htaccess
httpd.conf: <Files ~ "^\.ht">
httpd.conf:     Order allow,deny
httpd.conf:     Deny from all
httpd.conf: </Files>
httpd.conf: TypesConfig /etc/mime.types
httpd.conf: DefaultType text/plain
httpd.conf: <IfModule mod_mime_magic.c>
httpd.conf:     MIMEMagicFile conf/magic
httpd.conf: </IfModule>
httpd.conf: HostnameLookups Off
httpd.conf: ErrorLog logs/error_log
httpd.conf: LogLevel warn
httpd.conf: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
httpd.conf: LogFormat "%h %l %u %t \"%r\" %>s %b" common
httpd.conf: LogFormat "%{Referer}i -> %U" referer
httpd.conf: LogFormat "%{User-agent}i" agent
httpd.conf: CustomLog logs/access_log combined
httpd.conf: ServerSignature On
httpd.conf: Alias /icons/ "/var/www/icons/"
httpd.conf: <Directory "/var/www/icons">
httpd.conf:     Options Indexes MultiViews
httpd.conf:     AllowOverride None
httpd.conf:     Order allow,deny
httpd.conf:     Allow from all
httpd.conf: </Directory>
httpd.conf: <IfModule mod_dav_fs.c>
httpd.conf:     # Location of the WebDAV lock database.
httpd.conf:     DAVLockDB /var/lib/dav/lockdb
httpd.conf: </IfModule>
httpd.conf: ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
httpd.conf: <Directory "/var/www/cgi-bin">
httpd.conf:     AllowOverride None
httpd.conf:     Options None
httpd.conf:     Order allow,deny
httpd.conf:     Allow from all
httpd.conf: </Directory>
httpd.conf: IndexOptions FancyIndexing VersionSort NameWidth=*
httpd.conf: AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
httpd.conf: AddIconByType (TXT,/icons/text.gif) text/*
httpd.conf: AddIconByType (IMG,/icons/image2.gif) image/*
httpd.conf: AddIconByType (SND,/icons/sound2.gif) audio/*
httpd.conf: AddIconByType (VID,/icons/movie.gif) video/*
httpd.conf: AddIcon /icons/binary.gif .bin .exe
httpd.conf: AddIcon /icons/binhex.gif .hqx
httpd.conf: AddIcon /icons/tar.gif .tar
httpd.conf: AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
httpd.conf: AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
httpd.conf: AddIcon /icons/a.gif .ps .ai .eps
httpd.conf: AddIcon /icons/layout.gif .html .shtml .htm .pdf
httpd.conf: AddIcon /icons/text.gif .txt
httpd.conf: AddIcon /icons/c.gif .c
httpd.conf: AddIcon /icons/p.gif .pl .py
httpd.conf: AddIcon /icons/f.gif .for
httpd.conf: AddIcon /icons/dvi.gif .dvi
httpd.conf: AddIcon /icons/uuencoded.gif .uu
httpd.conf: AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
httpd.conf: AddIcon /icons/tex.gif .tex
httpd.conf: AddIcon /icons/bomb.gif core
httpd.conf: AddIcon /icons/back.gif ..
httpd.conf: AddIcon /icons/hand.right.gif README
httpd.conf: AddIcon /icons/folder.gif ^^DIRECTORY^^
httpd.conf: AddIcon /icons/blank.gif ^^BLANKICON^^
httpd.conf: DefaultIcon /icons/unknown.gif
httpd.conf: ReadmeName README.html
httpd.conf: HeaderName HEADER.html
httpd.conf: IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
httpd.conf: AddLanguage ca .ca
httpd.conf: AddLanguage cs .cz .cs
httpd.conf: AddLanguage da .dk
httpd.conf: AddLanguage de .de
httpd.conf: AddLanguage el .el
httpd.conf: AddLanguage en .en
httpd.conf: AddLanguage eo .eo
httpd.conf: AddLanguage es .es
httpd.conf: AddLanguage et .et
httpd.conf: AddLanguage fr .fr
httpd.conf: AddLanguage he .he
httpd.conf: AddLanguage hr .hr
httpd.conf: AddLanguage it .it
httpd.conf: AddLanguage ja .ja
httpd.conf: AddLanguage ko .ko
httpd.conf: AddLanguage ltz .ltz
httpd.conf: AddLanguage nl .nl
httpd.conf: AddLanguage nn .nn
httpd.conf: AddLanguage no .no
httpd.conf: AddLanguage pl .po
httpd.conf: AddLanguage pt .pt
httpd.conf: AddLanguage pt-BR .pt-br
httpd.conf: AddLanguage ru .ru
httpd.conf: AddLanguage sv .sv
httpd.conf: AddLanguage zh-CN .zh-cn
httpd.conf: AddLanguage zh-TW .zh-tw
httpd.conf: LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
httpd.conf: ForceLanguagePriority Prefer Fallback
httpd.conf: AddDefaultCharset UTF-8
httpd.conf: AddCharset ISO-8859-1  .iso8859-1  .latin1
httpd.conf: AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
httpd.conf: AddCharset ISO-8859-3  .iso8859-3  .latin3
httpd.conf: AddCharset ISO-8859-4  .iso8859-4  .latin4
httpd.conf: AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru
httpd.conf: AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb
httpd.conf: AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk
httpd.conf: AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb
httpd.conf: AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk
httpd.conf: AddCharset ISO-2022-JP .iso2022-jp .jis
httpd.conf: AddCharset ISO-2022-KR .iso2022-kr .kis
httpd.conf: AddCharset ISO-2022-CN .iso2022-cn .cis
httpd.conf: AddCharset Big5        .Big5       .big5
httpd.conf: AddCharset WINDOWS-1251 .cp-1251   .win-1251
httpd.conf: AddCharset CP866       .cp866
httpd.conf: AddCharset KOI8-r      .koi8-r .koi8-ru
httpd.conf: AddCharset KOI8-ru     .koi8-uk .ua
httpd.conf: AddCharset ISO-10646-UCS-2 .ucs2
httpd.conf: AddCharset ISO-10646-UCS-4 .ucs4
httpd.conf: AddCharset UTF-8       .utf8
httpd.conf: AddCharset GB2312      .gb2312 .gb 
httpd.conf: AddCharset utf-7       .utf7
httpd.conf: AddCharset utf-8       .utf8
httpd.conf: AddCharset big5        .big5 .b5
httpd.conf: AddCharset EUC-TW      .euc-tw
httpd.conf: AddCharset EUC-JP      .euc-jp
httpd.conf: AddCharset EUC-KR      .euc-kr
httpd.conf: AddCharset shift_jis   .sjis
httpd.conf: AddType application/x-compress .Z
httpd.conf: AddType application/x-gzip .gz .tgz
httpd.conf: AddHandler imap-file map
httpd.conf: AddHandler type-map var
httpd.conf: AddType text/html .shtml
httpd.conf: AddOutputFilter INCLUDES .shtml
httpd.conf: Alias /error/ "/var/www/error/"
httpd.conf: <IfModule mod_negotiation.c>
httpd.conf: <IfModule mod_include.c>
httpd.conf:     <Directory "/var/www/error">
httpd.conf:         AllowOverride None
httpd.conf:         Options IncludesNoExec
httpd.conf:         AddOutputFilter Includes html
httpd.conf:         AddHandler type-map var
httpd.conf:         Order allow,deny
httpd.conf:         Allow from all
httpd.conf:         LanguagePriority en es de fr
httpd.conf:         ForceLanguagePriority Prefer Fallback
httpd.conf:     </Directory>
httpd.conf: </IfModule>
httpd.conf: </IfModule>
httpd.conf: BrowserMatch "Mozilla/2" nokeepalive
httpd.conf: BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
httpd.conf: BrowserMatch "RealPlayer 4\.0" force-response-1.0
httpd.conf: BrowserMatch "Java/1\.0" force-response-1.0
httpd.conf: BrowserMatch "JDK/1\.0" force-response-1.0
httpd.conf: BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
httpd.conf: BrowserMatch "^WebDrive" redirect-carefully
httpd.conf: BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
httpd.conf: BrowserMatch "^gnome-vfs" redirect-carefully
auth_kerb.conf:LoadModule auth_kerb_module modules/mod_auth_kerb.so
auth_mysql.conf:LoadModule mysql_auth_module modules/mod_auth_mysql.so
auth_pgsql.conf:LoadModule auth_pgsql_module modules/mod_auth_pgsql.so
authz_ldap.conf:LoadModule authz_ldap_module modules/mod_authz_ldap.so
authz_ldap.conf:<IfModule mod_authz_ldap.c>
authz_ldap.conf:</IfModule>
htdig.conf:Alias /htdig /usr/share/htdig
mailman.conf:ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
mailman.conf:<Directory /usr/lib/mailman/cgi-bin/>
mailman.conf:    AllowOverride None
mailman.conf:    Options ExecCGI
mailman.conf:    Order allow,deny
mailman.conf:    Allow from all
mailman.conf:</Directory>
mailman.conf:Alias /pipermail/ /var/lib/mailman/archives/public/
mailman.conf:<Directory /var/lib/mailman/archives/public>
mailman.conf:    Options Indexes MultiViews FollowSymLinks
mailman.conf:    AllowOverride None
mailman.conf:    Order allow,deny
mailman.conf:    Allow from all
mailman.conf:</Directory>
manual.conf:AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
manual.conf:<Directory "/var/www/manual">
manual.conf:    Options Indexes
manual.conf:    AllowOverride None
manual.conf:    Order allow,deny
manual.conf:    Allow from all
manual.conf:    <Files *.html>
manual.conf:        SetHandler type-map
manual.conf:    </Files>
manual.conf:    SetEnvIf Request_URI ^/manual/de/ prefer-language=de
manual.conf:    SetEnvIf Request_URI ^/manual/en/ prefer-language=en
manual.conf:    SetEnvIf Request_URI ^/manual/fr/ prefer-language=fr
manual.conf:    SetEnvIf Request_URI ^/manual/ja/ prefer-language=ja
manual.conf:    SetEnvIf Request_URI ^/manual/ko/ prefer-language=ko
manual.conf:    SetEnvIf Request_URI ^/manual/ru/ prefer-language=ru
manual.conf:    RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
manual.conf:</Directory>
mrtg.conf:Alias /mrtg /var/www/mrtg
mrtg.conf:<Location /mrtg>
mrtg.conf:    Order deny,allow
mrtg.conf:    Deny from all
mrtg.conf:    Allow from 127.0.0.1
mrtg.conf:    Allow from ::1
mrtg.conf:    # Allow from .example.com
mrtg.conf:</Location>
perl.conf:LoadModule perl_module modules/mod_perl.so
php.conf:LoadModule php4_module modules/libphp4.so
php.conf:AddType application/x-httpd-php .php
php.conf:DirectoryIndex index.php
python.conf:LoadModule python_module modules/mod_python.so
python.conf:<Directory "/var/www/manual/mod/mod_python">
python.conf:	<Files *.html>
python.conf:		SetHandler default-handler
python.conf:	</Files>
python.conf:</Directory>
squirrelmail.conf:Alias /webmail /usr/share/squirrelmail
ssl.conf:LoadModule ssl_module modules/mod_ssl.so
ssl.conf:Listen 443
ssl.conf:AddType application/x-x509-ca-cert .crt
ssl.conf:AddType application/x-pkcs7-crl    .crl
ssl.conf:SSLPassPhraseDialog  builtin
ssl.conf:SSLSessionCache         shmcb:/var/cache/mod_ssl/scache(512000)
ssl.conf:SSLSessionCacheTimeout  300
ssl.conf:SSLMutex default
ssl.conf:SSLRandomSeed startup file:/dev/urandom  256
ssl.conf:SSLRandomSeed connect builtin
ssl.conf:SSLCryptoDevice builtin
ssl.conf:<VirtualHost _default_:443>
ssl.conf:ErrorLog logs/ssl_error_log
ssl.conf:TransferLog logs/ssl_access_log
ssl.conf:LogLevel warn
ssl.conf:SSLEngine on
ssl.conf:SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
ssl.conf:SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
ssl.conf:SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ssl.conf:<Files ~ "\.(cgi|shtml|phtml|php3?)$">
ssl.conf:    SSLOptions +StdEnvVars
ssl.conf:</Files>
ssl.conf:<Directory "/var/www/cgi-bin">
ssl.conf:    SSLOptions +StdEnvVars
ssl.conf:</Directory>
ssl.conf:SetEnvIf User-Agent ".*MSIE.*" \
ssl.conf:         nokeepalive ssl-unclean-shutdown \
ssl.conf:         downgrade-1.0 force-response-1.0
ssl.conf:CustomLog logs/ssl_request_log \
ssl.conf:          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
ssl.conf:</VirtualHost>                                  
subversion.conf:LoadModule dav_svn_module     modules/mod_dav_svn.so
subversion.conf:LoadModule authz_svn_module   modules/mod_authz_svn.so
webalizer.conf:Alias /usage /var/www/usage
webalizer.conf:<Location /usage>
webalizer.conf:    Order deny,allow
webalizer.conf:    Deny from all
webalizer.conf:    Allow from 127.0.0.1
webalizer.conf:    Allow from ::1
webalizer.conf:    # Allow from .example.com
webalizer.conf:</Location>
welcome.conf:<LocationMatch "^/+$">
welcome.conf:    Options -Indexes
welcome.conf:    ErrorDocument 403 /error/noindex.html
welcome.conf:</LocationMatch>
wordtrans.conf:Alias /wordtrans /var/www/wordtrans