Skip to content

Instantly share code, notes, and snippets.

@webjay
Created June 18, 2012 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webjay/2950985 to your computer and use it in GitHub Desktop.
Save webjay/2950985 to your computer and use it in GitHub Desktop.
Apache Server Information
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Server Information</title>
</head>
<body><h1 style="text-align:center">Apache Server Information</h1>
<dl><dt><tt>Subpages:<br/><a href="?config">Configuration Files</a>, <a href="?server">Server Settings</a>, <a href="?list">Module List</a>, <a href="?hooks">Active Hooks</a></tt></dt></dl><hr/><dl><dt><tt>Sections:<br/><a href="#server">Server Settings</a>, <a href="#startup_hooks">Startup Hooks</a>, <a href="#request_hooks">Request Hooks</a></tt></dt></dl><hr/><dl><dt><tt>Loaded Modules: <br/><a href="#mod_ssl.c">mod_ssl.c</a>, <a href="#mod_php5.c">mod_php5.c</a>, <a href="#mod_instaweb.cc">mod_instaweb.cc</a>, <a href="#mod_version.c">mod_version.c</a>, <a href="#mod_rewrite.c">mod_rewrite.c</a>, <a href="#mod_alias.c">mod_alias.c</a>, <a href="#mod_dir.c">mod_dir.c</a>, <a href="#mod_info.c">mod_info.c</a>, <a href="#mod_mime.c">mod_mime.c</a>, <a href="#mod_setenvif.c">mod_setenvif.c</a>, <a href="#mod_headers.c">mod_headers.c</a>, <a href="#mod_deflate.c">mod_deflate.c</a>, <a href="#mod_expires.c">mod_expires.c</a>, <a href="#mod_log_config.c">mod_log_config.c</a>, <a href="#mod_authz_host.c">mod_authz_host.c</a>, <a href="#mod_so.c">mod_so.c</a>, <a href="#http_core.c">http_core.c</a>, <a href="#prefork.c">prefork.c</a>, <a href="#core.c">core.c</a></tt></dt></dl><hr/><h2><a name="server">Server Settings</a></h2><dl><dt><strong>Server Version:</strong> <font size="+1"><tt>Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0j-fips</tt></font></dt>
<dt><strong>Server Built:</strong> <font size="+1"><tt>Feb 16 2012 07:14:01</tt></font></dt>
<dt><strong>Server loaded APR Version:</strong> <tt>1.3.9</tt></dt>
<dt><strong>Compiled with APR Version:</strong> <tt>1.3.9</tt></dt>
<dt><strong>Server loaded APU Version:</strong> <tt>1.3.9</tt></dt>
<dt><strong>Compiled with APU Version:</strong> <tt>1.3.9</tt></dt>
<dt><strong>Module Magic Number:</strong> <tt>20051115:30</tt></dt>
<dt><strong>Hostname/port:</strong> <tt>:443</tt></dt>
<dt><strong>Timeouts:</strong> <tt>connection: 60 &nbsp;&nbsp; keep-alive: 10</tt></dt><dt><strong>MPM Name:</strong> <tt>Prefork</tt></dt>
<dt><strong>MPM Information:</strong> <tt>Max Daemons: 256 Threaded: no Forked: yes</tt></dt>
<dt><strong>Server Architecture:</strong> <tt>64-bit</tt></dt>
<dt><strong>Server Root:</strong> <tt>/etc/httpd</tt></dt>
<dt><strong>Config File:</strong> <tt>/etc/httpd/conf/httpd.conf</tt></dt>
<dt><strong>Server Built With:</strong>
<tt style="white-space:pre">
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
</tt></dt>
</dl><hr/><h2><a name="startup_hooks">Startup Hooks</a></h2>
<dl><dt><strong>Pre-Config:</strong>
<br/><tt>
&nbsp;&nbsp; -10 <a href="#prefork.c">prefork.c</a> <br/>&nbsp;&nbsp; -10 <a href="#mod_log_config.c">mod_log_config.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_headers.c">mod_headers.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_php5.c">mod_php5.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>
</tt>
</dt>
<dt><strong>Test Configuration:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_so.c">mod_so.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>
</tt>
</dt>
<dt><strong>Post Configuration:</strong>
<br/><tt>
&nbsp;&nbsp; -10 <a href="#core.c">core.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_headers.c">mod_headers.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_mime.c">mod_mime.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_instaweb.cc">mod_instaweb.cc</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_php5.c">mod_php5.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>
</tt>
</dt>
<dt><strong>Open Logs:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#prefork.c">prefork.c</a> <br/>&nbsp;&nbsp; -10 <a href="#core.c">core.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_log_config.c">mod_log_config.c</a> <br/>
</tt>
</dt>
<dt><strong>Child Init:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#core.c">core.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_log_config.c">mod_log_config.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_php5.c">mod_php5.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_instaweb.cc">mod_instaweb.cc</a> <br/>
</tt>
</dt>
</dl>
<hr/>
<h2><a name="request_hooks">Request Hooks</a></h2>
<dl><dt><strong>Pre-Connection:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Create Connection:</strong>
<br/><tt>
&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Process Connection:</strong>
<br/><tt>
&nbsp;&nbsp; 30 <a href="#http_core.c">http_core.c</a> <br/>
</tt>
</dt>
<dt><strong>Create Request:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#core.c">core.c</a> <br/>&nbsp;&nbsp; 30 <a href="#http_core.c">http_core.c</a> <br/>
</tt>
</dt>
<dt><strong>Post-Read Request:</strong>
<br/><tt>
&nbsp;&nbsp; 00 <a href="#mod_headers.c">mod_headers.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_setenvif.c">mod_setenvif.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>
</tt>
</dt>
<dt><strong>Header Parse:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_setenvif.c">mod_setenvif.c</a> <br/>
</tt>
</dt>
<dt><strong>HTTP Scheme:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 30 <a href="#http_core.c">http_core.c</a> <br/>
</tt>
</dt>
<dt><strong>Default Port:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 30 <a href="#http_core.c">http_core.c</a> <br/>
</tt>
</dt>
<dt><strong>Quick Handler:</strong>
<br/><tt>
</tt>
</dt>
<dt><strong>Translate Name:</strong>
<br/><tt>
&nbsp;&nbsp; -2 <a href="#mod_instaweb.cc">mod_instaweb.cc</a> <br/>&nbsp;&nbsp; 00 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_alias.c">mod_alias.c</a> <br/>&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Map to Storage:</strong>
<br/><tt>
&nbsp;&nbsp; -2 <a href="#mod_instaweb.cc">mod_instaweb.cc</a> <br/>&nbsp;&nbsp; 10 <a href="#http_core.c">http_core.c</a> <br/>&nbsp;&nbsp; 10 <a href="#http_core.c">http_core.c</a> <br/>&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Check Access:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_authz_host.c">mod_authz_host.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Verify User ID:</strong>
<br/><tt>
&nbsp;&nbsp; 00 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>
</tt>
</dt>
<dt><strong>Verify User Access:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>
</tt>
</dt>
<dt><strong>Check Type:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_mime.c">mod_mime.c</a> <br/>&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Fixups:</strong>
<br/><tt>
&nbsp;&nbsp; -10 <a href="#core.c">core.c</a> <br/>&nbsp;&nbsp; 00 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_alias.c">mod_alias.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_headers.c">mod_headers.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_dir.c">mod_dir.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>
</tt>
</dt>
<dt><strong>Insert Filters:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#core.c">core.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_expires.c">mod_expires.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_ssl.c">mod_ssl.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_headers.c">mod_headers.c</a> <br/>
</tt>
</dt>
<dt><strong>Content Handlers:</strong>
<br/><tt>
&nbsp;&nbsp; -1 <a href="#mod_instaweb.cc">mod_instaweb.cc</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_info.c">mod_info.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_rewrite.c">mod_rewrite.c</a> <br/>&nbsp;&nbsp; 10 <a href="#mod_php5.c">mod_php5.c</a> <br/>&nbsp;&nbsp; 30 <a href="#core.c">core.c</a> <br/>
</tt>
</dt>
<dt><strong>Logging:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_log_config.c">mod_log_config.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_instaweb.cc">mod_instaweb.cc</a> <br/>
</tt>
</dt>
<dt><strong>Insert Errors:</strong>
<br/><tt>
&nbsp;&nbsp; 10 <a href="#mod_expires.c">mod_expires.c</a> <br/>&nbsp;&nbsp; 20 <a href="#mod_headers.c">mod_headers.c</a> <br/>
</tt>
</dt>
</dl>
<hr/>
<dl><dt><a name="mod_ssl.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_ssl.c">mod_ssl.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt>, <tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Pre-Connection</tt>, <tt>Post-Read Request</tt>, <tt>HTTP Scheme</tt>, <tt>Default Port</tt>, <tt>Check Access</tt>, <tt>Verify User ID</tt>, <tt>Verify User Access</tt>, <tt>Fixups</tt>, <tt>Insert Filters</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>SSLMutex - <i>Valid SSLMutex mechanisms are: `none', `default', `flock:/path/to/file', `fcntl:/path/to/file', `sysvsem', `posixsem', `pthread', `file:/path/to/file', `sem' </i></tt></dd>
<dd><tt>SSLPassPhraseDialog - <i>SSL dialog mechanism for the pass phrase query (`builtin', `|/path/to/pipe_program`, or `exec:/path/to/cgi_program')</i></tt></dd>
<dd><tt>SSLSessionCache - <i>SSL Session Cache storage (`none', `nonenotnull', `dbm:/path/to/file')</i></tt></dd>
<dd><tt>SSLCryptoDevice - <i>SSL external Crypto Device usage (`builtin', `...')</i></tt></dd>
<dd><tt>SSLRandomSeed - <i>SSL Pseudo Random Number Generator (PRNG) seeding source (`startup|connect builtin|file:/path|exec:/path [bytes]')</i></tt></dd>
<dd><tt>SSLEngine - <i>SSL switch for the protocol engine (`on', `off')</i></tt></dd>
<dd><tt>SSLFIPS - <i>Enable FIPS-140 mode (`on', `off')</i></tt></dd>
<dd><tt>SSLCipherSuite - <i>Colon-delimited list of permitted SSL Ciphers (`XXX:...:XXX' - see manual)</i></tt></dd>
<dd><tt>SSLCertificateFile - <i>SSL Server Certificate file (`/path/to/file' - PEM or DER encoded)</i></tt></dd>
<dd><tt>SSLCertificateKeyFile - <i>SSL Server Private Key file (`/path/to/file' - PEM or DER encoded)</i></tt></dd>
<dd><tt>SSLCertificateChainFile - <i>SSL Server CA Certificate Chain file (`/path/to/file' - PEM encoded)</i></tt></dd>
<dd><tt>SSLCACertificatePath - <i>SSL CA Certificate path (`/path/to/dir' - contains PEM encoded files)</i></tt></dd>
<dd><tt>SSLCACertificateFile - <i>SSL CA Certificate file (`/path/to/file' - PEM encoded)</i></tt></dd>
<dd><tt>SSLCADNRequestPath - <i>SSL CA Distinguished Name path (`/path/to/dir' - symlink hashes to PEM of acceptable CA names to request)</i></tt></dd>
<dd><tt>SSLCADNRequestFile - <i>SSL CA Distinguished Name file (`/path/to/file' - PEM encoded to derive acceptable CA names to request)</i></tt></dd>
<dd><tt>SSLCARevocationPath - <i>SSL CA Certificate Revocation List (CRL) path (`/path/to/dir' - contains PEM encoded files)</i></tt></dd>
<dd><tt>SSLCARevocationFile - <i>SSL CA Certificate Revocation List (CRL) file (`/path/to/file' - PEM encoded)</i></tt></dd>
<dd><tt>SSLVerifyClient - <i>SSL Client verify type (`none', `optional', `require', `optional_no_ca')</i></tt></dd>
<dd><tt>SSLVerifyDepth - <i>SSL Client verify depth (`N' - number of intermediate certificates)</i></tt></dd>
<dd><tt>SSLSessionCacheTimeout - <i>SSL Session Cache object lifetime (`N' - number of seconds)</i></tt></dd>
<dd><tt>SSLProtocol - <i>Enable or disable various SSL protocols(`[+-][SSLv2|SSLv3|TLSv1] ...' - see manual)</i></tt></dd>
<dd><tt>SSLHonorCipherOrder - <i>Use the server's cipher ordering preference</i></tt></dd>
<dd><tt>SSLInsecureRenegotiation - <i>Enable support for insecure renegotiation</i></tt></dd>
<dd><tt>SSLUserName - <i>Set user name to SSL variable value</i></tt></dd>
<dd><tt>SSLStrictSNIVHostCheck - <i>Strict SNI virtual host checking</i></tt></dd>
<dd><tt>SSLProxyEngine - <i>SSL switch for the proxy protocol engine (`on', `off')</i></tt></dd>
<dd><tt>SSLProxyProtocol - <i>SSL Proxy: enable or disable SSL protocol flavors (`[+-][SSLv2|SSLv3|TLSv1] ...' - see manual)</i></tt></dd>
<dd><tt>SSLProxyCipherSuite - <i>SSL Proxy: colon-delimited list of permitted SSL ciphers (`XXX:...:XXX' - see manual)</i></tt></dd>
<dd><tt>SSLProxyVerify - <i>SSL Proxy: whether to verify the remote certificate (`on' or `off')</i></tt></dd>
<dd><tt>SSLProxyVerifyDepth - <i>SSL Proxy: maximum certificate verification depth (`N' - number of intermediate certificates)</i></tt></dd>
<dd><tt>SSLProxyCACertificateFile - <i>SSL Proxy: file containing server certificates (`/path/to/file' - PEM encoded certificates)</i></tt></dd>
<dd><tt>SSLProxyCACertificatePath - <i>SSL Proxy: directory containing server certificates (`/path/to/dir' - contains PEM encoded certificates)</i></tt></dd>
<dd><tt>SSLProxyCARevocationPath - <i>SSL Proxy: CA Certificate Revocation List (CRL) path (`/path/to/dir' - contains PEM encoded files)</i></tt></dd>
<dd><tt>SSLProxyCARevocationFile - <i>SSL Proxy: CA Certificate Revocation List (CRL) file (`/path/to/file' - PEM encoded)</i></tt></dd>
<dd><tt>SSLProxyMachineCertificateFile - <i>SSL Proxy: file containing client certificates (`/path/to/file' - PEM encoded certificates)</i></tt></dd>
<dd><tt>SSLProxyMachineCertificatePath - <i>SSL Proxy: directory containing client certificates (`/path/to/dir' - contains PEM encoded certificates)</i></tt></dd>
<dd><tt>SSLProxyCheckPeerExpire - <i>SSL Proxy: check the peers certificate expiration date</i></tt></dd>
<dd><tt>SSLProxyCheckPeerCN - <i>SSL Proxy: check the peers certificate CN</i></tt></dd>
<dd><tt>SSLOptions - <i>Set one or more options to configure the SSL engine(`[+-]option[=value] ...' - see manual)</i></tt></dd>
<dd><tt>SSLRequireSSL - <i>Require the SSL protocol for the per-directory context (no arguments)</i></tt></dd>
<dd><tt>SSLRequire - <i>Require a boolean expression to evaluate to true for granting access(arbitrary complex boolean expression - see manual)</i></tt></dd>
<dd><tt>SSLRenegBufferSize - <i>Configure the amount of memory that will be used for buffering the request body if a per-location SSL renegotiation is required due to changed access control requirements</i></tt></dd>
<dd><tt>SSLLog - <i>SSLLog directive is no longer supported - use ErrorLog.</i></tt></dd>
<dd><tt>SSLLogLevel - <i>SSLLogLevel directive is no longer supported - use LogLevel.</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/ssl.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;31:&nbsp;SSLPassPhraseDialog <i>builtin</i></tt></dd>
<dd><tt>&nbsp;&nbsp;36:&nbsp;SSLSessionCache <i>shmcb:/var/cache/mod_ssl/scache(512000)</i></tt></dd>
<dd><tt>&nbsp;&nbsp;37:&nbsp;SSLSessionCacheTimeout <i>300</i></tt></dd>
<dd><tt>&nbsp;&nbsp;42:&nbsp;SSLMutex <i>default</i></tt></dd>
<dd><tt>&nbsp;&nbsp;54:&nbsp;SSLRandomSeed <i>startup file:/dev/urandom 256</i></tt></dd>
<dd><tt>&nbsp;&nbsp;55:&nbsp;SSLRandomSeed <i>connect builtin</i></tt></dd>
<dd><tt>&nbsp;&nbsp;67:&nbsp;SSLCryptoDevice <i>builtin</i></tt></dd>
<dd><tt>&nbsp;&nbsp;74:&nbsp;&lt;VirtualHost _default_:443&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;88:&nbsp;&nbsp;&nbsp;SSLEngine <i>on</i></tt></dd>
<dd><tt>&nbsp;&nbsp;93:&nbsp;&nbsp;&nbsp;SSLProtocol <i>all -SSLv2</i></tt></dd>
<dd><tt>&nbsp;&nbsp;98:&nbsp;&nbsp;&nbsp;SSLCipherSuite <i>ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW</i></tt></dd>
<dd><tt>&nbsp;105:&nbsp;&nbsp;&nbsp;SSLCertificateFile <i>/etc/pki/tls/certs/localhost.crt</i></tt></dd>
<dd><tt>&nbsp;112:&nbsp;&nbsp;&nbsp;SSLCertificateKeyFile <i>/etc/pki/tls/private/localhost.key</i></tt></dd>
<dd><tt>&nbsp;180:&nbsp;&nbsp;&nbsp;&lt;Files ~ &quot;\.(cgi|shtml|phtml|php3?)$&quot;&gt;</tt></dd>
<dd><tt>&nbsp;181:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SSLOptions <i>+StdEnvVars</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&lt;/Files&gt;</tt></dd><dd><tt>&nbsp;183:&nbsp;&nbsp;&nbsp;&lt;Directory &quot;/var/www/cgi-bin&quot;&gt;</tt></dd>
<dd><tt>&nbsp;184:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SSLOptions <i>+StdEnvVars</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd><dd><tt><strong>In file: /etc/httpd/conf.d/virtual.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;39:&nbsp;&lt;VirtualHost *:443&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;40:&nbsp;&nbsp;&nbsp;SSLEngine <i>On</i></tt></dd>
<dd><tt>&nbsp;&nbsp;41:&nbsp;&nbsp;&nbsp;SSLCertificateFile <i>/etc/httpd/ssl/server.crt</i></tt></dd>
<dd><tt>&nbsp;&nbsp;42:&nbsp;&nbsp;&nbsp;SSLCertificateKeyFile <i>/etc/httpd/ssl/server.key</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd></dl><hr/>
<dl><dt><a name="mod_php5.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_php5.c">mod_php5.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>yes</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Content Handlers</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>php_value - <i>PHP Value Modifier</i></tt></dd>
<dd><tt>php_flag - <i>PHP Flag Modifier</i></tt></dd>
<dd><tt>php_admin_value - <i>PHP Value Modifier (Admin)</i></tt></dd>
<dd><tt>php_admin_flag - <i>PHP Flag Modifier (Admin)</i></tt></dd>
<dd><tt>PHPINIDir - <i>Directory containing the php.ini file</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="mod_instaweb.cc"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_instaweb.cc">mod_instaweb.cc</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>yes</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt>, <tt>Create Server Config</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Translate Name</tt>, <tt>Map to Storage</tt>, <tt>Content Handlers</tt>, <tt>Logging</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>ModPagespeed - <i>Enable instaweb</i></tt></dd>
<dd><tt>ModPagespeedAllow - <i>wildcard_spec for urls</i></tt></dd>
<dd><tt>ModPagespeedAnalyticsID - <i>Google Analytics ID to use on site.</i></tt></dd>
<dd><tt>ModPagespeedAvoidRenamingIntrospectiveJavascript - <i>Don't combine, inline, cache extend, or otherwise modify javascript in ways that require changing the URL if we see introspection in the form of document.getElementsByTagName('script').</i></tt></dd>
<dd><tt>ModPagespeedBeaconUrl - <i>URL for beacon callback injected by add_instrumentation.</i></tt></dd>
<dd><tt>ModPagespeedCollectRefererStatistics - <i>Track page, resource, and div location referrals for prefetching.</i></tt></dd>
<dd><tt>ModPagespeedCombineAcrossPaths - <i>Allow combining resources from different paths</i></tt></dd>
<dd><tt>ModPagespeedCssImageInlineMaxBytes - <i>Number of bytes below which images will be inlined in external CSS.</i></tt></dd>
<dd><tt>ModPagespeedCssInlineMaxBytes - <i>Number of bytes below which stylesheets will be inlined.</i></tt></dd>
<dd><tt>ModPagespeedCssOutlineMinBytes - <i>Number of bytes above which inline CSS resources will be outlined.</i></tt></dd>
<dd><tt>ModPagespeedDisableFilters - <i>Comma-separated list of disabled filters</i></tt></dd>
<dd><tt>ModPagespeedDisallow - <i>wildcard_spec for urls</i></tt></dd>
<dd><tt>ModPagespeedDisableForBots - <i>Disable mod_pagespeed for bots.</i></tt></dd>
<dd><tt>ModPagespeedDomain - <i>Authorize mod_pagespeed to rewrite resources in a domain.</i></tt></dd>
<dd><tt>ModPagespeedDomainRewriteHyperlinks - <i>Allow rewrite_domains to rewrite &lt;form&gt; and &lt;a&gt; tags in addition to resource tags.</i></tt></dd>
<dd><tt>ModPagespeedEnableFilters - <i>Comma-separated list of enabled filters</i></tt></dd>
<dd><tt>ModPagespeedExperimentVariable - <i>Specify the custom variable slot with which to run experiments.Defaults to 1.</i></tt></dd>
<dd><tt>ModPagespeedExperimentSpec - <i>Configuration for one side of an experiment in the form: 'id= ;enabled= ;disabled= ;ga= ;percent= ...'</i></tt></dd>
<dd><tt>ModPagespeedHashRefererStatistics - <i>Hash URLs and div locations in referer statistics.</i></tt></dd>
<dd><tt>ModPagespeedImageInlineMaxBytes - <i>Number of bytes below which images will be inlined.</i></tt></dd>
<dd><tt>ModPagespeedImgInlineMaxBytes - <i>DEPRECATED, use ModPagespeedImageInlineMaxBytes.</i></tt></dd>
<dd><tt>ModPagespeedJsInlineMaxBytes - <i>Number of bytes below which javascript will be inlined.</i></tt></dd>
<dd><tt>ModPagespeedJsOutlineMinBytes - <i>Number of bytes above which inline Javascript resources willbe outlined.</i></tt></dd>
<dd><tt>ModPagespeedListOutstandingUrlsOnError - <i>Adds an error message into the log for every URL fetch in flight when the HTTP stack encounters a system error, e.g. Connection Refused</i></tt></dd>
<dd><tt>ModPagespeedLogRewriteTiming - <i>Whether or not to report timing information about HtmlParse.</i></tt></dd>
<dd><tt>ModPagespeedLowercaseHtmlNames - <i>Lowercase tag and attribute names for HTML.</i></tt></dd>
<dd><tt>ModPagespeedMaxSegmentLength - <i>Maximum size of a URL segment.</i></tt></dd>
<dd><tt>ModPagespeedModifyCachingHeaders - <i>Set to false to disallow mod_pagespeed from editing HTML Cache-Control headers. This is not safe in general and can cause the incorrect versions of HTML to be served to users.</i></tt></dd>
<dd><tt>ModPagespeedRefererStatisticsOutputLevel - <i>Set the output level of mod_pagespeed_referer_statistics (Fast, Simple, Organized). There is a trade-off between readability and speed.</i></tt></dd>
<dd><tt>ModPagespeedRespectVary - <i>Whether to respect the Vary header.</i></tt></dd>
<dd><tt>ModPagespeedRetainComment - <i>Retain HTML comments matching wildcard, even with remove_comments enabled</i></tt></dd>
<dd><tt>ModPagespeedRewriteLevel - <i>Base level of rewriting (PassThrough, CoreFilters)</i></tt></dd>
<dd><tt>ModPagespeedRunExperiment - <i>Run an experiment to test the effectiveness of rewriters.</i></tt></dd>
<dd><tt>ModPagespeedIncreaseSpeedTracking - <i>Increase the percentage of sites that have Google Analytics page speed tracking</i></tt></dd>
<dd><tt>ModPagespeedStatistics - <i>Whether to collect cross-process statistics.</i></tt></dd>
<dd><tt>ModPagespeedCacheFlushFilename - <i>Name of file to check for timestamp updates used to flush cache. This file will be relative to the ModPagespeedFileCachePath if it does not begin with a slash.</i></tt></dd>
<dd><tt>ModPagespeedCacheFlushPollIntervalSec - <i>Number of seconds to wait between polling for cache-flush requests</i></tt></dd>
<dd><tt>ModPagespeedFetcherTimeOutMs - <i>Set internal fetcher timeout in milliseconds</i></tt></dd>
<dd><tt>ModPagespeedFetchProxy - <i>Set the fetch proxy</i></tt></dd>
<dd><tt>ModPagespeedFetchWithGzip - <i>Request http content from origin servers using gzip</i></tt></dd>
<dd><tt>ModPagespeedFileCacheCleanIntervalMs - <i>Set the interval (in ms) for cleaning the file cache</i></tt></dd>
<dd><tt>ModPagespeedFileCachePath - <i>Set the path for file cache</i></tt></dd>
<dd><tt>ModPagespeedFileCacheSizeKb - <i>Set the target size (in kilobytes) for file cache</i></tt></dd>
<dd><tt>ModPagespeedForceCaching - <i>Ignore HTTP cache headers and TTLs</i></tt></dd>
<dd><tt>ModPagespeedGeneratedFilePrefix - <i>Set generated file's prefix</i></tt></dd>
<dd><tt>ModPagespeedImageMaxRewritesAtOnce - <i>Set bound on number of images being rewritten at one time (0 = unbounded).</i></tt></dd>
<dd><tt>ModPagespeedImageLimitOptimizedPercent - <i>Replace images whose size after recompression is less than the given percent of original image size; 100 means replace if smaller.</i></tt></dd>
<dd><tt>ModPagespeedImageLimitResizeAreaPercent - <i>Consider resizing images whose area in pixels is less than the given percent of original image area; 100 means replace if smaller.</i></tt></dd>
<dd><tt>ModPagespeedImgMaxRewritesAtOnce - <i>DEPRECATED, use ModPagespeedImageMaxRewritesAtOnce.</i></tt></dd>
<dd><tt>ModPagespeedJpegRecompressionQuality - <i>Set quality parameter for recompressing jpeg images [-1,100], 100 refers to best quality, -1 disables lossy compression.</i></tt></dd>
<dd><tt>ModPagespeedLRUCacheByteLimit - <i>Set the maximum byte size entry to store in the per-process in-memory LRU cache</i></tt></dd>
<dd><tt>ModPagespeedLRUCacheKbPerProcess - <i>Set the total size, in KB, of the per-process in-memory LRU cache</i></tt></dd>
<dd><tt>ModPagespeedMaxImageSizeLowResolutionBytes - <i>Maximum image size below which low resolution image is generated.</i></tt></dd>
<dd><tt>ModPagespeedMaxInlinedPreviewImagesIndex - <i>Number of first N images for which low resolution image is generated. Negative values result in generation for all images.</i></tt></dd>
<dd><tt>ModPagespeedMessageBufferSize - <i>Set the size of buffer used for /mod_pagespeed_message.</i></tt></dd>
<dd><tt>ModPagespeedMinImageSizeLowResolutionBytes - <i>Minimum image size above which low resolution image is generated.</i></tt></dd>
<dd><tt>ModPagespeedNumRewriteThreads - <i>Number of threads to use for inexpensive portions of resource-rewriting. &lt;= 0 to auto-detect</i></tt></dd>
<dd><tt>ModPagespeedNumExpensiveRewriteThreads - <i>Number of threads to use for computation-intensive portions of resource-rewriting. &lt;= 0 to auto-detect</i></tt></dd>
<dd><tt>ModPagespeedNumShards - <i>Set number of shards</i></tt></dd>
<dd><tt>ModPagespeedReportUnloadTime - <i>If set reports optional page unload time.</i></tt></dd>
<dd><tt>ModPagespeedSharedMemoryLocks - <i>Use shared memory for internal named lock service</i></tt></dd>
<dd><tt>ModPagespeedSlurpDirectory - <i>Directory from which to read slurped resources</i></tt></dd>
<dd><tt>ModPagespeedSlurpFlushLimit - <i>Set the maximum byte size for the slurped content to hold before a flush</i></tt></dd>
<dd><tt>ModPagespeedSlurpReadOnly - <i>Only read from the slurped directory, fail to fetch URLs not already in the slurped directory</i></tt></dd>
<dd><tt>ModPagespeedTestProxy - <i>Act as a proxy without maintaining a slurp dump.</i></tt></dd>
<dd><tt>ModPagespeedUrlPrefix - <i>Set the url prefix</i></tt></dd>
<dd><tt>ModPagespeedXHeaderValue - <i>Set the value for the X-Mod-Pagespeed HTTP header</i></tt></dd>
<dd><tt>ModPagespeedMapOriginDomain - <i>to_domain from_domain[,from_domain]*</i></tt></dd>
<dd><tt>ModPagespeedMapRewriteDomain - <i>to_domain from_domain[,from_domain]*</i></tt></dd>
<dd><tt>ModPagespeedShardDomain - <i>from_domain shard_domain1[,shard_domain2]*</i></tt></dd>
<dd><tt>ModPagespeedLoadFromFile - <i>url_prefix filename_prefix</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/pagespeed.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;20:&nbsp;ModPagespeed <i>on</i></tt></dd>
<dd><tt>&nbsp;&nbsp;34:&nbsp;ModPagespeedFileCachePath <i>&quot;/var/www/mod_pagespeed/cache/&quot;</i></tt></dd>
<dd><tt>&nbsp;&nbsp;35:&nbsp;ModPagespeedGeneratedFilePrefix <i>&quot;/var/www/mod_pagespeed/files/&quot;</i></tt></dd>
<dd><tt>&nbsp;&nbsp;62:&nbsp;ModPagespeedEnableFilters <i>rewrite_javascript,rewrite_css</i></tt></dd>
<dd><tt>&nbsp;&nbsp;63:&nbsp;ModPagespeedEnableFilters <i>collapse_whitespace,elide_attributes</i></tt></dd>
<dd><tt>&nbsp;&nbsp;64:&nbsp;ModPagespeedEnableFilters <i>extend_cache,combine_css,move_css_above_scripts,move_css_to_head,inline_css,inline_import_to_link,flatten_css_imports,inline_javascript,outline_javascript,rewrite_style_attributes,rewrite_images,sprite_images</i></tt></dd>
<dd><tt>&nbsp;167:&nbsp;ModPagespeedAvoidRenamingIntrospectiveJavascript <i>on</i></tt></dd>
<dd><tt>&nbsp;236:&nbsp;ModPagespeedMessageBufferSize <i>100000</i></tt></dd>
</dl><hr/>
<dl><dt><a name="mod_version.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_version.c">mod_version.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt> <em>none</em></tt></dt><dt><strong>Request Phase Participation:</strong>
<tt> <em>none</em></tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>&lt;IfVersion&gt; - <i>a comparison operator, a version (and a delimiter)</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="mod_rewrite.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_rewrite.c">mod_rewrite.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>yes</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt>, <tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Translate Name</tt>, <tt>Fixups</tt>, <tt>Content Handlers</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>RewriteEngine - <i>On or Off to enable or disable (default) the whole rewriting engine</i></tt></dd>
<dd><tt>RewriteOptions - <i>List of option strings to set</i></tt></dd>
<dd><tt>RewriteBase - <i>the base URL of the per-directory context</i></tt></dd>
<dd><tt>RewriteCond - <i>an input string and a to be applied regexp-pattern</i></tt></dd>
<dd><tt>RewriteRule - <i>an URL-applied regexp-pattern and a substitution URL</i></tt></dd>
<dd><tt>RewriteMap - <i>a mapname and a filename</i></tt></dd>
<dd><tt>RewriteLock - <i>the filename of a lockfile used for inter-process synchronization</i></tt></dd>
<dd><tt>RewriteLog - <i>the filename of the rewriting logfile</i></tt></dd>
<dd><tt>RewriteLogLevel - <i>the level of the rewriting logfile verbosity (0=none, 1=std, .., 9=max)</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/virtual.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;4:&nbsp;&lt;VirtualHost *:80&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;7:&nbsp;&nbsp;&nbsp;RewriteEngine <i>off</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;8:&nbsp;&nbsp;&nbsp;&lt;Location /&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;9:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteEngine <i>on</i></tt></dd>
<dd><tt>&nbsp;&nbsp;10:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteCond <i>%{REQUEST_FILENAME} !-f</i></tt></dd>
<dd><tt>&nbsp;&nbsp;11:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteCond <i>%{REQUEST_FILENAME} !-d</i></tt></dd>
<dd><tt>&nbsp;&nbsp;12:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteRule <i>!\.(js|ico|gif|jpg|png|css)$ /index.php</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd><dd><tt>&nbsp;&nbsp;16:&nbsp;&lt;VirtualHost *:80&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;19:&nbsp;&nbsp;&nbsp;RewriteEngine <i>off</i></tt></dd>
<dd><tt>&nbsp;&nbsp;20:&nbsp;&nbsp;&nbsp;&lt;Location /&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;21:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteEngine <i>on</i></tt></dd>
<dd><tt>&nbsp;&nbsp;22:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteCond <i>%{REQUEST_FILENAME} !-f</i></tt></dd>
<dd><tt>&nbsp;&nbsp;23:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteCond <i>%{REQUEST_FILENAME} !-d</i></tt></dd>
<dd><tt>&nbsp;&nbsp;24:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RewriteRule <i>!\.(js|ico|gif|jpg|png|css)$ /index.php</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd></dl><hr/>
<dl><dt><a name="mod_alias.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_alias.c">mod_alias.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt>, <tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Translate Name</tt>, <tt>Fixups</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>Alias - <i>a fakename and a realname</i></tt></dd>
<dd><tt>ScriptAlias - <i>a fakename and a realname</i></tt></dd>
<dd><tt>Redirect - <i>an optional status, then document to be redirected and destination URL</i></tt></dd>
<dd><tt>AliasMatch - <i>a regular expression and a filename</i></tt></dd>
<dd><tt>ScriptAliasMatch - <i>a regular expression and a filename</i></tt></dd>
<dd><tt>RedirectMatch - <i>an optional status, then a regular expression and destination URL</i></tt></dd>
<dd><tt>RedirectTemp - <i>a document to be redirected, then the destination URL</i></tt></dd>
<dd><tt>RedirectPermanent - <i>a document to be redirected, then the destination URL</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;552:&nbsp;Alias <i>/icons/ &quot;/var/www/icons/&quot;</i></tt></dd>
<dd><tt>&nbsp;577:&nbsp;ScriptAlias <i>/cgi-bin/ &quot;/var/www/cgi-bin/&quot;</i></tt></dd>
<dd><tt>&nbsp;859:&nbsp;Alias <i>/error/ &quot;/var/www/error/&quot;</i></tt></dd>
</dl><hr/>
<dl><dt><a name="mod_dir.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_dir.c">mod_dir.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Fixups</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>FallbackResource - <i>Set a default handler</i></tt></dd>
<dd><tt>DirectoryIndex - <i>a list of file names</i></tt></dd>
<dd><tt>DirectorySlash - <i>On or Off</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/php.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;22:&nbsp;DirectoryIndex <i>index.php</i></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;403:&nbsp;DirectoryIndex <i>index.html index.html.var</i></tt></dd>
</dl><hr/>
<dl><dt><a name="mod_info.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_info.c">mod_info.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>yes</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Content Handlers</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>AddModuleInfo - <i>a module name and additional information on that module</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="mod_mime.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_mime.c">mod_mime.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Check Type</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>AddCharset - <i>a charset (e.g., iso-2022-jp), followed by one or more file extensions</i></tt></dd>
<dd><tt>AddEncoding - <i>an encoding (e.g., gzip), followed by one or more file extensions</i></tt></dd>
<dd><tt>AddHandler - <i>a handler name followed by one or more file extensions</i></tt></dd>
<dd><tt>AddInputFilter - <i>input filter name (or ; delimited names) followed by one or more file extensions</i></tt></dd>
<dd><tt>AddLanguage - <i>a language (e.g., fr), followed by one or more file extensions</i></tt></dd>
<dd><tt>AddOutputFilter - <i>output filter name (or ; delimited names) followed by one or more file extensions</i></tt></dd>
<dd><tt>AddType - <i>a mime type followed by one or more file extensions</i></tt></dd>
<dd><tt>DefaultLanguage - <i>language to use for documents with no other language file extension</i></tt></dd>
<dd><tt>MultiviewsMatch - <i>NegotiatedOnly (default), Handlers and/or Filters, or Any</i></tt></dd>
<dd><tt>RemoveCharset - <i>one or more file extensions</i></tt></dd>
<dd><tt>RemoveEncoding - <i>one or more file extensions</i></tt></dd>
<dd><tt>RemoveHandler - <i>one or more file extensions</i></tt></dd>
<dd><tt>RemoveInputFilter - <i>one or more file extensions</i></tt></dd>
<dd><tt>RemoveLanguage - <i>one or more file extensions</i></tt></dd>
<dd><tt>RemoveOutputFilter - <i>one or more file extensions</i></tt></dd>
<dd><tt>RemoveType - <i>one or more file extensions</i></tt></dd>
<dd><tt>TypesConfig - <i>the MIME types config file</i></tt></dd>
<dd><tt>ModMimeUsePathInfo - <i>Set to 'yes' to allow mod_mime to use path info for type checking</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/php.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;15:&nbsp;AddHandler <i>php5-script .php</i></tt></dd>
<dd><tt>&nbsp;&nbsp;16:&nbsp;AddType <i>text/html .php</i></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;426:&nbsp;TypesConfig <i>/etc/mime.types</i></tt></dd>
<dd><tt>&nbsp;783:&nbsp;AddType <i>application/x-compress .Z</i></tt></dd>
<dd><tt>&nbsp;784:&nbsp;AddType <i>application/x-gzip .gz .tgz</i></tt></dd>
<dd><tt>&nbsp;789:&nbsp;AddType <i>application/x-x509-ca-cert .crt</i></tt></dd>
<dd><tt>&nbsp;790:&nbsp;AddType <i>application/x-pkcs7-crl .crl</i></tt></dd>
<dd><tt>&nbsp;812:&nbsp;AddHandler <i>type-map var</i></tt></dd>
<dd><tt>&nbsp;820:&nbsp;AddType <i>text/html .shtml</i></tt></dd>
<dd><tt>&nbsp;821:&nbsp;AddOutputFilter <i>INCLUDES .shtml</i></tt></dd>
</dl><hr/>
<dl><dt><a name="mod_setenvif.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_setenvif.c">mod_setenvif.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt>, <tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Post-Read Request</tt>, <tt>Header Parse</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>SetEnvIf - <i>A header-name, regex and a list of variables.</i></tt></dd>
<dd><tt>SetEnvIfNoCase - <i>a header-name, regex and a list of variables.</i></tt></dd>
<dd><tt>BrowserMatch - <i>A browser regex and a list of variables.</i></tt></dd>
<dd><tt>BrowserMatchNoCase - <i>A browser regex and a list of variables.</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/ssl.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;74:&nbsp;&lt;VirtualHost _default_:443&gt;</tt></dd>
<dd><tt>&nbsp;213:&nbsp;&nbsp;&nbsp;SetEnvIf <i>User-Agent &quot;.*MSIE.*&quot; nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd><dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;899:&nbsp;BrowserMatch <i>&quot;Mozilla/2&quot; nokeepalive</i></tt></dd>
<dd><tt>&nbsp;900:&nbsp;BrowserMatch <i>&quot;MSIE 4\.0b2;&quot; nokeepalive downgrade-1.0 force-response-1.0</i></tt></dd>
<dd><tt>&nbsp;901:&nbsp;BrowserMatch <i>&quot;RealPlayer 4\.0&quot; force-response-1.0</i></tt></dd>
<dd><tt>&nbsp;902:&nbsp;BrowserMatch <i>&quot;Java/1\.0&quot; force-response-1.0</i></tt></dd>
<dd><tt>&nbsp;903:&nbsp;BrowserMatch <i>&quot;JDK/1\.0&quot; force-response-1.0</i></tt></dd>
<dd><tt>&nbsp;912:&nbsp;BrowserMatch <i>&quot;Microsoft Data Access Internet Publishing Provider&quot; redirect-carefully</i></tt></dd>
<dd><tt>&nbsp;913:&nbsp;BrowserMatch <i>&quot;MS FrontPage&quot; redirect-carefully</i></tt></dd>
<dd><tt>&nbsp;914:&nbsp;BrowserMatch <i>&quot;^WebDrive&quot; redirect-carefully</i></tt></dd>
<dd><tt>&nbsp;915:&nbsp;BrowserMatch <i>&quot;^WebDAVFS/1.[0123]&quot; redirect-carefully</i></tt></dd>
<dd><tt>&nbsp;916:&nbsp;BrowserMatch <i>&quot;^gnome-vfs/1.0&quot; redirect-carefully</i></tt></dd>
<dd><tt>&nbsp;917:&nbsp;BrowserMatch <i>&quot;^XML Spy&quot; redirect-carefully</i></tt></dd>
<dd><tt>&nbsp;918:&nbsp;BrowserMatch <i>&quot;^Dreamweaver-WebDAV-SCM1&quot; redirect-carefully</i></tt></dd>
</dl><hr/>
<dl><dt><a name="mod_headers.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_headers.c">mod_headers.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Post-Read Request</tt>, <tt>Fixups</tt>, <tt>Insert Filters</tt>, <tt>Insert Errors</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>Header - <i>an optional condition, an action, header and value followed by optional env clause</i></tt></dd>
<dd><tt>RequestHeader - <i>an action, header and value followed by optional env clause</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="mod_deflate.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_deflate.c">mod_deflate.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Server Config</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt> <em>none</em></tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>DeflateFilterNote - <i>Set a note to report on compression ratio</i></tt></dd>
<dd><tt>DeflateWindowSize - <i>Set the Deflate window size (1-15)</i></tt></dd>
<dd><tt>DeflateBufferSize - <i>Set the Deflate Buffer Size</i></tt></dd>
<dd><tt>DeflateMemLevel - <i>Set the Deflate Memory Level (1-9)</i></tt></dd>
<dd><tt>DeflateCompressionLevel - <i>Set the Deflate Compression Level (1-9)</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="mod_expires.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_expires.c">mod_expires.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Insert Filters</tt>, <tt>Insert Errors</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>ExpiresActive - <i>Limited to 'on' or 'off'</i></tt></dd>
<dd><tt>ExpiresByType - <i>a MIME type followed by an expiry date code</i></tt></dd>
<dd><tt>ExpiresDefault - <i>an expiry date code</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="mod_log_config.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_log_config.c">mod_log_config.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Logging</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>CustomLog - <i>a file name, a custom log format string or format name, and an optional &quot;env=&quot; clause (see docs)</i></tt></dd>
<dd><tt>TransferLog - <i>the filename of the access log</i></tt></dd>
<dd><tt>LogFormat - <i>a log format string (see docs) and an optional format name</i></tt></dd>
<dd><tt>CookieLog - <i>the filename of the cookie log</i></tt></dd>
<dd><tt>BufferedLogs - <i>Enable Buffered Logging (experimental)</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/ssl.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;74:&nbsp;&lt;VirtualHost _default_:443&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;83:&nbsp;&nbsp;&nbsp;TransferLog <i>logs/ssl_access_log</i></tt></dd>
<dd><tt>&nbsp;219:&nbsp;&nbsp;&nbsp;CustomLog <i>logs/ssl_request_log &quot;%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \&quot;%r\&quot; %b&quot;</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd><dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;498:&nbsp;LogFormat <i>&quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined</i></tt></dd>
<dd><tt>&nbsp;499:&nbsp;LogFormat <i>&quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common</i></tt></dd>
<dd><tt>&nbsp;500:&nbsp;LogFormat <i>&quot;%{Referer}i -&gt; %U&quot; referer</i></tt></dd>
<dd><tt>&nbsp;501:&nbsp;LogFormat <i>&quot;%{User-agent}i&quot; agent</i></tt></dd>
<dd><tt>&nbsp;527:&nbsp;CustomLog <i>logs/access_log combined</i></tt></dd>
</dl><hr/>
<dl><dt><a name="mod_authz_host.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_authz_host.c">mod_authz_host.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Check Access</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>order - <i>'allow,deny', 'deny,allow', or 'mutual-failure'</i></tt></dd>
<dd><tt>allow - <i>'from' followed by hostnames or IP-address wildcards</i></tt></dd>
<dd><tt>deny - <i>'from' followed by hostnames or IP-address wildcards</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf.d/pagespeed.conf</strong></tt></dd>
<dd><tt>&nbsp;215:&nbsp;&lt;Location /mod_pagespeed_statistics&gt;</tt></dd>
<dd><tt>&nbsp;216:&nbsp;&nbsp;&nbsp;Order <i>allow,deny</i></tt></dd>
<dd><tt>&nbsp;224:&nbsp;&nbsp;&nbsp;Allow <i>from localhost</i></tt></dd>
<dd><tt>&nbsp;225:&nbsp;&nbsp;&nbsp;Allow <i>from 127.0.0.1</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;238:&nbsp;&lt;Location /mod_pagespeed_message&gt;</tt></dd>
<dd><tt>&nbsp;239:&nbsp;&nbsp;&nbsp;Allow <i>from localhost</i></tt></dd>
<dd><tt>&nbsp;240:&nbsp;&nbsp;&nbsp;Allow <i>from 127.0.0.1</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;244:&nbsp;&lt;Location /mod_pagespeed_referer_statistics&gt;</tt></dd>
<dd><tt>&nbsp;245:&nbsp;&nbsp;&nbsp;Allow <i>from localhost</i></tt></dd>
<dd><tt>&nbsp;246:&nbsp;&nbsp;&nbsp;Allow <i>from 127.0.0.1</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;318:&nbsp;&lt;Directory &quot;/var/www/html&quot;&gt;</tt></dd>
<dd><tt>&nbsp;344:&nbsp;&nbsp;&nbsp;Order <i>allow,deny</i></tt></dd>
<dd><tt>&nbsp;345:&nbsp;&nbsp;&nbsp;Allow <i>from all</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;416:&nbsp;&lt;Files ~ &quot;^\.ht&quot;&gt;</tt></dd>
<dd><tt>&nbsp;417:&nbsp;&nbsp;&nbsp;Order <i>allow,deny</i></tt></dd>
<dd><tt>&nbsp;418:&nbsp;&nbsp;&nbsp;Deny <i>from all</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Files&gt;</tt></dd><dd><tt>&nbsp;554:&nbsp;&lt;Directory &quot;/var/www/icons&quot;&gt;</tt></dd>
<dd><tt>&nbsp;557:&nbsp;&nbsp;&nbsp;Order <i>allow,deny</i></tt></dd>
<dd><tt>&nbsp;558:&nbsp;&nbsp;&nbsp;Allow <i>from all</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;583:&nbsp;&lt;Directory &quot;/var/www/cgi-bin&quot;&gt;</tt></dd>
<dd><tt>&nbsp;586:&nbsp;&nbsp;&nbsp;Order <i>allow,deny</i></tt></dd>
<dd><tt>&nbsp;587:&nbsp;&nbsp;&nbsp;Allow <i>from all</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;937:&nbsp;&lt;Location /server-info&gt;</tt></dd>
<dd><tt>&nbsp;939:&nbsp;&nbsp;&nbsp;Order <i>deny,allow</i></tt></dd>
<dd><tt>&nbsp;940:&nbsp;&nbsp;&nbsp;Deny <i>from all</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd></dl><hr/>
<dl><dt><a name="mod_so.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?mod_so.c">mod_so.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Server Config</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt> <em>none</em></tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>LoadModule - <i>a module name and the name of a shared object file to load it from</i></tt></dd>
<dd><tt>LoadFile - <i>shared object file or library to load into the server at runtime</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
</dl><hr/>
<dl><dt><a name="http_core.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?http_core.c">http_core.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt> <em>none</em></tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Process Connection</tt>, <tt>Create Request</tt>, <tt>HTTP Scheme</tt>, <tt>Default Port</tt>, <tt>Map to Storage</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>KeepAliveTimeout - <i>Keep-Alive timeout duration (sec)</i></tt></dd>
<dd><tt>MaxKeepAliveRequests - <i>Maximum number of Keep-Alive requests per connection, or 0 for infinite</i></tt></dd>
<dd><tt>KeepAlive - <i>Whether persistent connections should be On or Off</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;76:&nbsp;KeepAlive <i>On</i></tt></dd>
<dd><tt>&nbsp;&nbsp;83:&nbsp;MaxKeepAliveRequests <i>256</i></tt></dd>
<dd><tt>&nbsp;&nbsp;89:&nbsp;KeepAliveTimeout <i>10</i></tt></dd>
</dl><hr/>
<dl><dt><a name="prefork.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?prefork.c">prefork.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>none</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt> <em>none</em></tt></dt><dt><strong>Request Phase Participation:</strong>
<tt> <em>none</em></tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>User - <i>Effective user id for this server</i></tt></dd>
<dd><tt>Group - <i>Effective group id for this server</i></tt></dd>
<dd><tt>ChrootDir - <i>The directory to chroot(2) into</i></tt></dd>
<dd><tt>ListenBacklog - <i>Maximum length of the queue of pending connections, as used by listen(2)</i></tt></dd>
<dd><tt>Listen - <i>A port number or a numeric IP address and a port number, and an optional protocol</i></tt></dd>
<dd><tt>SendBufferSize - <i>Send buffer size in bytes</i></tt></dd>
<dd><tt>ReceiveBufferSize - <i>Receive buffer size in bytes</i></tt></dd>
<dd><tt>StartServers - <i>Number of child processes launched at server startup</i></tt></dd>
<dd><tt>MinSpareServers - <i>Minimum number of idle children, to handle request spikes</i></tt></dd>
<dd><tt>MaxSpareServers - <i>Maximum number of idle children</i></tt></dd>
<dd><tt>MaxClients - <i>Maximum number of children alive at the same time</i></tt></dd>
<dd><tt>ServerLimit - <i>Maximum value of MaxClients for this run of Apache</i></tt></dd>
<dd><tt>GracefulShutdownTimeout - <i>Maximum time in seconds to wait for child processes to complete transactions during shutdown</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;103:&nbsp;StartServers <i>8</i></tt></dd>
<dd><tt>&nbsp;104:&nbsp;MinSpareServers <i>5</i></tt></dd>
<dd><tt>&nbsp;105:&nbsp;MaxSpareServers <i>20</i></tt></dd>
<dd><tt>&nbsp;106:&nbsp;ServerLimit <i>256</i></tt></dd>
<dd><tt>&nbsp;107:&nbsp;MaxClients <i>256</i></tt></dd>
<dd><tt>&nbsp;136:&nbsp;Listen <i>80</i></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf.d/ssl.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;18:&nbsp;Listen <i>443</i></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;243:&nbsp;User <i>apache</i></tt></dd>
<dd><tt>&nbsp;244:&nbsp;Group <i>apache</i></tt></dd>
</dl><hr/>
<dl><dt><a name="core.c"><strong>Module Name:</strong></a> <font size="+1"><tt><a href="?core.c">core.c</a></tt></font></dt>
<dt><strong>Content handlers:</strong> <tt> <em>yes</em></tt></dt><dt><strong>Configuration Phase Participation:</strong>
<tt>Create Directory Config</tt>, <tt>Merge Directory Configs</tt>, <tt>Create Server Config</tt>, <tt>Merge Server Configs</tt></dt><dt><strong>Request Phase Participation:</strong>
<tt>Pre-Connection</tt>, <tt>Create Connection</tt>, <tt>Create Request</tt>, <tt>Translate Name</tt>, <tt>Map to Storage</tt>, <tt>Check Access</tt>, <tt>Check Type</tt>, <tt>Fixups</tt>, <tt>Insert Filters</tt>, <tt>Content Handlers</tt></dt>
<dt><strong>Module Directives:</strong></dt><dd><tt>&lt;Directory&gt; - <i>Container for directives affecting resources located in the specified directories</i></tt></dd>
<dd><tt>&lt;Location&gt; - <i>Container for directives affecting resources accessed through the specified URL paths</i></tt></dd>
<dd><tt>&lt;VirtualHost&gt; - <i>Container to map directives to a particular virtual host, takes one or more host addresses</i></tt></dd>
<dd><tt>&lt;Files&gt; - <i>Container for directives affecting files matching specified patterns</i></tt></dd>
<dd><tt>&lt;Limit&gt; - <i>Container for authentication directives when accessed using specified HTTP methods</i></tt></dd>
<dd><tt>&lt;LimitExcept&gt; - <i>Container for authentication directives to be applied when any HTTP method other than those specified is used to access the resource</i></tt></dd>
<dd><tt>&lt;IfModule&gt; - <i>Container for directives based on existance of specified modules</i></tt></dd>
<dd><tt>&lt;IfDefine&gt; - <i>Container for directives based on existance of command line defines</i></tt></dd>
<dd><tt>&lt;DirectoryMatch&gt; - <i>Container for directives affecting resources located in the specified directories</i></tt></dd>
<dd><tt>&lt;LocationMatch&gt; - <i>Container for directives affecting resources accessed through the specified URL paths</i></tt></dd>
<dd><tt>&lt;FilesMatch&gt; - <i>Container for directives affecting files matching specified patterns</i></tt></dd>
<dd><tt>AuthType - <i>An HTTP authorization type (e.g., &quot;Basic&quot;)</i></tt></dd>
<dd><tt>AuthName - <i>The authentication realm (e.g. &quot;Members Only&quot;)</i></tt></dd>
<dd><tt>Require - <i>Selects which authenticated users or groups may access a protected space</i></tt></dd>
<dd><tt>Satisfy - <i>access policy if both allow and require used ('all' or 'any')</i></tt></dd>
<dd><tt>AddDefaultCharset - <i>The name of the default charset to add to any Content-Type without one or 'Off' to disable</i></tt></dd>
<dd><tt>AcceptPathInfo - <i>Set to on or off for PATH_INFO to be accepted by handlers, or default for the per-handler preference</i></tt></dd>
<dd><tt>AccessFileName - <i>Name(s) of per-directory config files (default: .htaccess)</i></tt></dd>
<dd><tt>DocumentRoot - <i>Root directory of the document tree</i></tt></dd>
<dd><tt>ErrorDocument - <i>Change responses for HTTP errors</i></tt></dd>
<dd><tt>AllowOverride - <i>Controls what groups of directives can be configured by per-directory config files</i></tt></dd>
<dd><tt>Options - <i>Set a number of attributes for a given directory</i></tt></dd>
<dd><tt>DefaultType - <i>the default MIME type for untypable files</i></tt></dd>
<dd><tt>FileETag - <i>Specify components used to construct a file's ETag</i></tt></dd>
<dd><tt>EnableMMAP - <i>Controls whether memory-mapping may be used to read files</i></tt></dd>
<dd><tt>EnableSendfile - <i>Controls whether sendfile may be used to transmit files</i></tt></dd>
<dd><tt>Protocol - <i>Set the Protocol for httpd to use.</i></tt></dd>
<dd><tt>AcceptFilter - <i>Set the Accept Filter to use for a protocol</i></tt></dd>
<dd><tt>Port - <i>Port was replaced with Listen in Apache 2.0</i></tt></dd>
<dd><tt>HostnameLookups - <i>&quot;on&quot; to enable, &quot;off&quot; to disable reverse DNS lookups, or &quot;double&quot; to enable double-reverse DNS lookups</i></tt></dd>
<dd><tt>ServerAdmin - <i>The email address of the server administrator</i></tt></dd>
<dd><tt>ServerName - <i>The hostname and port of the server</i></tt></dd>
<dd><tt>ServerSignature - <i>En-/disable server signature (on|off|email)</i></tt></dd>
<dd><tt>ServerRoot - <i>Common directory of server-related files (logs, confs, etc.)</i></tt></dd>
<dd><tt>ErrorLog - <i>The filename of the error log</i></tt></dd>
<dd><tt>ServerAlias - <i>A name or names alternately used to access the server</i></tt></dd>
<dd><tt>ServerPath - <i>The pathname the server can be reached at</i></tt></dd>
<dd><tt>Timeout - <i>Timeout duration (sec)</i></tt></dd>
<dd><tt>ContentDigest - <i>whether or not to send a Content-MD5 header with each request</i></tt></dd>
<dd><tt>UseCanonicalName - <i>How to work out the ServerName : Port when constructing URLs</i></tt></dd>
<dd><tt>UseCanonicalPhysicalPort - <i>Whether to use the physical Port when constructing URLs</i></tt></dd>
<dd><tt>Include - <i>Name of the config file to be included</i></tt></dd>
<dd><tt>LogLevel - <i>Level of verbosity in error logging</i></tt></dd>
<dd><tt>NameVirtualHost - <i>A numeric IP address:port, or the name of a host</i></tt></dd>
<dd><tt>ServerTokens - <i>Determine tokens displayed in the Server: header - Min(imal), OS or Full</i></tt></dd>
<dd><tt>LimitRequestLine - <i>Limit on maximum size of an HTTP request line</i></tt></dd>
<dd><tt>LimitRequestFieldsize - <i>Limit on maximum size of an HTTP request header field</i></tt></dd>
<dd><tt>LimitRequestFields - <i>Limit (0 = unlimited) on max number of header fields in a request message</i></tt></dd>
<dd><tt>LimitRequestBody - <i>Limit (in bytes) on maximum size of request message body</i></tt></dd>
<dd><tt>LimitXMLRequestBody - <i>Limit (in bytes) on maximum size of an XML-based request body</i></tt></dd>
<dd><tt>MaxRanges - <i>Maximum number of Ranges in a request before returning the entire resource, or 0 for unlimited</i></tt></dd>
<dd><tt>RLimitCPU - <i>Soft/hard limits for max CPU usage in seconds</i></tt></dd>
<dd><tt>RLimitMEM - <i>Soft/hard limits for max memory usage per process</i></tt></dd>
<dd><tt>RLimitNPROC - <i>soft/hard limits for max number of processes per uid</i></tt></dd>
<dd><tt>LimitInternalRecursion - <i>maximum recursion depth of internal redirects and subrequests</i></tt></dd>
<dd><tt>ForceType - <i>a mime type that overrides other configured type</i></tt></dd>
<dd><tt>SetHandler - <i>a handler name that overrides any other configured handler</i></tt></dd>
<dd><tt>SetOutputFilter - <i>filter (or ; delimited list of filters) to be run on the request content</i></tt></dd>
<dd><tt>SetInputFilter - <i>filter (or ; delimited list of filters) to be run on the request body</i></tt></dd>
<dd><tt>AddOutputFilterByType - <i>output filter name followed by one or more content-types</i></tt></dd>
<dd><tt>AllowEncodedSlashes - <i>Allow URLs containing '/' encoded as '%2F'</i></tt></dd>
<dd><tt>PidFile - <i>A file for logging the server process ID</i></tt></dd>
<dd><tt>ScoreBoardFile - <i>A file for Apache to maintain runtime process management information</i></tt></dd>
<dd><tt>LockFile - <i>The lockfile used when Apache needs to lock the accept() call</i></tt></dd>
<dd><tt>MaxRequestsPerChild - <i>Maximum number of requests a particular child serves before dying.</i></tt></dd>
<dd><tt>CoreDumpDirectory - <i>The location of the directory Apache changes to before dumping core</i></tt></dd>
<dd><tt>AcceptMutex - <i>Valid accept mutexes for this platform and MPM are: default, flock, fcntl, sysvsem, posixsem, pthread.</i></tt></dd>
<dd><tt>MaxMemFree - <i>Maximum number of 1k blocks a particular childs allocator may hold.</i></tt></dd>
<dd><tt>TraceEnable - <i>'on' (default), 'off' or 'extended' to trace request body content</i></tt></dd>
<dd><tt>Suexec - <i>Enable or disable suEXEC support</i></tt></dd>
<dt><strong>Current Configuration:</strong></dt>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;44:&nbsp;ServerTokens <i>Prod</i></tt></dd>
<dd><tt>&nbsp;&nbsp;65:&nbsp;PidFile <i>run/httpd.pid</i></tt></dd>
<dd><tt>&nbsp;&nbsp;70:&nbsp;Timeout <i>60</i></tt></dd>
<dd><tt>&nbsp;108:&nbsp;MaxRequestsPerChild <i>4000</i></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf.d/notrace.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;6:&nbsp;TraceEnable <i>off</i></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf.d/pagespeed.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;24:&nbsp;AddOutputFilterByType <i>MOD_PAGESPEED_OUTPUT_FILTER text/html</i></tt></dd>
<dd><tt>&nbsp;206:&nbsp;&lt;Location /mod_pagespeed_beacon&gt;</tt></dd>
<dd><tt>&nbsp;207:&nbsp;&nbsp;&nbsp;SetHandler <i>mod_pagespeed_beacon</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;215:&nbsp;&lt;Location /mod_pagespeed_statistics&gt;</tt></dd>
<dd><tt>&nbsp;227:&nbsp;&nbsp;&nbsp;SetHandler <i>mod_pagespeed_statistics</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;238:&nbsp;&lt;Location /mod_pagespeed_message&gt;</tt></dd>
<dd><tt>&nbsp;242:&nbsp;&nbsp;&nbsp;SetHandler <i>mod_pagespeed_message</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt>&nbsp;244:&nbsp;&lt;Location /mod_pagespeed_referer_statistics&gt;</tt></dd>
<dd><tt>&nbsp;248:&nbsp;&nbsp;&nbsp;SetHandler <i>mod_pagespeed_referer_statistics</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd><dd><tt><strong>In file: /etc/httpd/conf.d/ssl.conf</strong></tt></dd>
<dd><tt>&nbsp;&nbsp;74:&nbsp;&lt;VirtualHost _default_:443&gt;</tt></dd>
<dd><tt>&nbsp;&nbsp;82:&nbsp;&nbsp;&nbsp;ErrorLog <i>logs/ssl_error_log</i></tt></dd>
<dd><tt>&nbsp;&nbsp;84:&nbsp;&nbsp;&nbsp;LogLevel <i>warn</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/VirtualHost&gt;</tt></dd><dd><tt><strong>In file: /etc/httpd/conf.d/virtual.conf</strong></tt></dd>
<dd><tt><strong>In file: /etc/httpd/conf/httpd.conf</strong></tt></dd>
<dd><tt>&nbsp;263:&nbsp;ServerAdmin <i></i></tt></dd>
<dd><tt>&nbsp;286:&nbsp;UseCanonicalName <i>Off</i></tt></dd>
<dd><tt>&nbsp;293:&nbsp;DocumentRoot <i>&quot;/var/www/html&quot;</i></tt></dd>
<dd><tt>&nbsp;303:&nbsp;&lt;Directory /&gt;</tt></dd>
<dd><tt>&nbsp;304:&nbsp;&nbsp;&nbsp;Options <i>FollowSymLinks</i></tt></dd>
<dd><tt>&nbsp;305:&nbsp;&nbsp;&nbsp;AllowOverride <i>None</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;318:&nbsp;&lt;Directory &quot;/var/www/html&quot;&gt;</tt></dd>
<dd><tt>&nbsp;332:&nbsp;&nbsp;&nbsp;Options <i>Indexes FollowSymLinks</i></tt></dd>
<dd><tt>&nbsp;339:&nbsp;&nbsp;&nbsp;AllowOverride <i>None</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;410:&nbsp;AccessFileName <i>.htaccess</i></tt></dd>
<dd><tt>&nbsp;416:&nbsp;&lt;Files ~ &quot;^\.ht&quot;&gt;</tt></dd>
<dd><tt>&nbsp;419:&nbsp;&nbsp;&nbsp;Satisfy <i>All</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Files&gt;</tt></dd><dd><tt>&nbsp;437:&nbsp;DefaultType <i>text/plain</i></tt></dd>
<dd><tt>&nbsp;457:&nbsp;HostnameLookups <i>Off</i></tt></dd>
<dd><tt>&nbsp;485:&nbsp;ErrorLog <i>logs/error_log</i></tt></dd>
<dd><tt>&nbsp;492:&nbsp;LogLevel <i>warn</i></tt></dd>
<dd><tt>&nbsp;537:&nbsp;ServerSignature <i>On</i></tt></dd>
<dd><tt>&nbsp;554:&nbsp;&lt;Directory &quot;/var/www/icons&quot;&gt;</tt></dd>
<dd><tt>&nbsp;555:&nbsp;&nbsp;&nbsp;Options <i>Indexes MultiViews FollowSymLinks</i></tt></dd>
<dd><tt>&nbsp;556:&nbsp;&nbsp;&nbsp;AllowOverride <i>None</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;583:&nbsp;&lt;Directory &quot;/var/www/cgi-bin&quot;&gt;</tt></dd>
<dd><tt>&nbsp;584:&nbsp;&nbsp;&nbsp;AllowOverride <i>None</i></tt></dd>
<dd><tt>&nbsp;585:&nbsp;&nbsp;&nbsp;Options <i>None</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Directory&gt;</tt></dd><dd><tt>&nbsp;763:&nbsp;AddDefaultCharset <i>UTF-8</i></tt></dd>
<dd><tt>&nbsp;937:&nbsp;&lt;Location /server-info&gt;</tt></dd>
<dd><tt>&nbsp;938:&nbsp;&nbsp;&nbsp;SetHandler <i>server-info</i></tt></dd>
<dd><tt>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&lt;/Location&gt;</tt></dd></dl><hr/>
<address>Apache Server at Port 443</address>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment