Apache Server Information
- Server Settings, mod_authz_svn.c, mod_dav_svn.c, mod_ssl.c, mod_python.c, mod_php5.c, mod_perl.c, mod_authz_ldap.c, mod_auth_pgsql.c, mod_auth_mysql.c, mod_auth_kerb.c, mod_bw.c, mod_jk.c, mod_cgi.c, mod_mem_cache.c, mod_file_cache.c, mod_disk_cache.c, mod_suexec.c, mod_cache.c, proxy_connect.c, proxy_http.c, proxy_ftp.c, mod_proxy.c, mod_rewrite.c, mod_alias.c, mod_userdir.c, mod_speling.c, mod_actions.c, mod_imap.c, mod_dir.c, mod_negotiation.c, mod_vhost_alias.c, mod_dav_fs.c, mod_info.c, mod_asis.c, mod_autoindex.c, mod_status.c, mod_dav.c, mod_mime.c, mod_setenvif.c, mod_usertrack.c, mod_headers.c, mod_deflate.c, mod_expires.c, mod_cern_meta.c, mod_mime_magic.c, mod_env.c, mod_log_config.c, mod_include.c, mod_auth_ldap.c, util_ldap.c, mod_auth_digest.c, mod_auth_dbm.c, mod_auth_anon.c, mod_auth.c, mod_access.c, mod_so.c, http_core.c, prefork.c, core.c
- Server Version: Apache/2.0.63 (CentOS)
- Server Built: Jul 2 2008 15:44:12
- API Version: 20020903:13
- Hostname/port: otala.net:80
- Timeouts: connection: 120 keep-alive: 120
- MPM Name: Prefork
- MPM Information: Max Daemons: 256 Threaded: no Forked: yes
- Server Root: /etc/httpd
- Config File: /etc/httpd/conf/httpd.conf
- Module Name: mod_authz_svn.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Check Access, Verify User ID, Verify User Access
- Module Directives:
- AuthzSVNAuthoritative - Set to 'Off' to allow access control to be passed along to lower modules. (default is On.)
- AuthzSVNAccessFile - Text file containing permissions of repository paths.
- AuthzSVNAnonymous - Set to 'Off' to disable two special-case behaviours of this module: (1) interaction with the 'Satisfy Any' directive, and (2) enforcement of the authorization policy even when no 'Require' directives are present. (default is On.)
- AuthzSVNNoAuthWhenAnonymousAllowed - Set to 'On' to suppress authentication and authorization for requests which anonymous users are allowed to perform. (default is Off.)
- Current Configuration:
- Module Name: mod_dav_svn.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
none
- Module Directives:
- SVNPath - specifies the location in the filesystem for a Subversion repository's files.
- SVNSpecialURI - specify the URI component for special Subversion resources
- SVNReposName - specify the name of a Subversion repository
- SVNIndexXSLT - specify the URI of an XSL transformation for directory indexes
- SVNParentPath - specifies the location in the filesystem whose subdirectories are assumed to be Subversion repositories.
- SVNAutoversioning - turn on deltaV autoversioning.
- SVNPathAuthz - control path-based authz by enabling/disabling subrequests
- SVNListParentPath - allow GET of SVNParentPath.
- Current Configuration:
- Module Name: mod_ssl.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Post-Read Request, Check Access, Verify User ID, Verify User Access, Fixups
- Module Directives:
- SSLMutex - Valid SSLMutex mechanisms are: `none', `default', `flock:/path/to/file', `fcntl:/path/to/file', `sysvsem', `posixsem', `pthread', `file:/path/to/file', `sem'
- SSLPassPhraseDialog - SSL dialog mechanism for the pass phrase query (`builtin', `|/path/to/pipe_program`, or `exec:/path/to/cgi_program')
- SSLSessionCache - SSL Session Cache storage (`none', `dbm:/path/to/file')
- SSLCryptoDevice - SSL external Crypto Device usage (`builtin', `...')
- SSLRandomSeed - SSL Pseudo Random Number Generator (PRNG) seeding source (`startup|connect builtin|file:/path|exec:/path [bytes]')
- SSLEngine - SSL switch for the protocol engine (`on', `off')
- SSLCipherSuite - Colon-delimited list of permitted SSL Ciphers (`XXX:...:XXX' - see manual)
- SSLCertificateFile - SSL Server Certificate file (`/path/to/file' - PEM or DER encoded)
- SSLCertificateKeyFile - SSL Server Private Key file (`/path/to/file' - PEM or DER encoded)
- SSLCertificateChainFile - SSL Server CA Certificate Chain file (`/path/to/file' - PEM encoded)
- SSLCACertificatePath - SSL CA Certificate path (`/path/to/dir' - contains PEM encoded files)
- SSLCACertificateFile - SSL CA Certificate file (`/path/to/file' - PEM encoded)
- SSLCARevocationPath - SSL CA Certificate Revocation List (CRL) path (`/path/to/dir' - contains PEM encoded files)
- SSLCARevocationFile - SSL CA Certificate Revocation List (CRL) file (`/path/to/file' - PEM encoded)
- SSLVerifyClient - SSL Client verify type (`none', `optional', `require', `optional_no_ca')
- SSLVerifyDepth - SSL Client verify depth (`N' - number of intermediate certificates)
- SSLSessionCacheTimeout - SSL Session Cache object lifetime (`N' - number of seconds)
- SSLProtocol - Enable or disable various SSL protocols(`[+-][SSLv2|SSLv3|TLSv1] ...' - see manual)
- SSLUserName - Set user name to SSL variable value
- SSLProxyEngine - SSL switch for the proxy protocol engine (`on', `off')
- SSLProxyProtocol - SSL Proxy: enable or disable SSL protocol flavors (`[+-][SSLv2|SSLv3|TLSv1] ...' - see manual)
- SSLProxyCipherSuite - SSL Proxy: colon-delimited list of permitted SSL ciphers (`XXX:...:XXX' - see manual)
- SSLProxyVerify - SSL Proxy: whether to verify the remote certificate (`on' or `off')
- SSLProxyVerifyDepth - SSL Proxy: maximum certificate verification depth (`N' - number of intermediate certificates)
- SSLProxyCACertificateFile - SSL Proxy: file containing server certificates (`/path/to/file' - PEM encoded certificates)
- SSLProxyCACertificatePath - SSL Proxy: directory containing server certificates (`/path/to/dir' - contains PEM encoded certificates)
- SSLProxyCARevocationPath - SSL Proxy: CA Certificate Revocation List (CRL) path (`/path/to/dir' - contains PEM encoded files)
- SSLProxyCARevocationFile - SSL Proxy: CA Certificate Revocation List (CRL) file (`/path/to/file' - PEM encoded)
- SSLProxyMachineCertificateFile - SSL Proxy: file containing client certificates (`/path/to/file' - PEM encoded certificates)
- SSLProxyMachineCertificatePath - SSL Proxy: directory containing client certificates (`/path/to/dir' - contains PEM encoded certificates)
- SSLOptions - Set one or more options to configure the SSL engine(`[+-]option[=value] ...' - see manual)
- SSLRequireSSL - Require the SSL protocol for the per-directory context (no arguments)
- SSLRequire - Require a boolean expression to evaluate to true for granting access(arbitrary complex boolean expression - see manual)
- SSLLog - SSLLog directive is no longer supported - use ErrorLog.
- SSLLogLevel - SSLLogLevel directive is no longer supported - use LogLevel.
- Current Configuration:
- Module Name: mod_python.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Post-Read Request, Header Parse, Translate Path, Check Access, Verify User ID, Verify User Access, Check Type, Fixups, Logging
- Module Directives:
- PythonAccessHandler - Python access by host address handlers.
- PythonAuthenHandler - Python authentication handlers.
- PythonAutoReload - Set to Off if you don't want changed modules to reload.
- PythonAuthzHandler - Python authorization handlers.
- PythonCleanupHandler - Python clean up handlers.
- PythonConnectionHandler - Python connection handlers.
- PythonDebug - Send (most) Python error output to the client rather than logfile.
- PythonEnablePdb - Run handlers in PDB (Python Debugger). Use with -DONE_PROCESS.
- PythonFixupHandler - Python fixups handlers.
- PythonHandler - Python request handlers.
- PythonHeaderParserHandler - Python header parser handlers.
- PythonImport - Module and interpreter name to be imported at server/child init time.
- PythonInitHandler - Python request initialization handler.
- PythonInterpPerDirective - Create subinterpreters per directive.
- PythonInterpPerDirectory - Create subinterpreters per directory.
- PythonInterpreter - Forces a specific Python interpreter name to be used here.
- PythonLogHandler - Python logger handlers.
- PythonHandlerModule - A Python module containing handlers to be executed.
- PythonOptimize - Set the equivalent of the -O command-line flag on the interpreter.
- PythonOption - Useful to pass custom configuration information to scripts.
- PythonPath - Python path, specified in Python list syntax.
- PythonPostReadRequestHandler - Python post read-request handlers.
- PythonTransHandler - Python filename to URI translation handlers.
- PythonTypeHandler - Python MIME type checker/setter handlers.
- PythonInputFilter - Python input filter.
- PythonOutputFilter - Python output filter.
- Current Configuration:
- Module Name: mod_php5.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
none
- Module Directives:
- php_value - PHP Value Modifier
- php_flag - PHP Flag Modifier
- php_admin_value - PHP Value Modifier (Admin)
- php_admin_flag - PHP Flag Modifier (Admin)
- PHPINIDir - Directory containing the php.ini file
- Current Configuration:
- <Directory /var/www/cacti/>
- php_flag magic_quotes_gpc on
- php_flag track_vars on
- </Directory>
- Module Name: mod_perl.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Post-Read Request, Header Parse, Translate Path, Check Access, Verify User ID, Verify User Access, Check Type, Fixups, Logging
- Module Directives:
- PerlSwitches - Perl Switches
- PerlModule - PerlModule
- PerlRequire - PerlRequire
- PerlConfigRequire - PerlConfigRequire
- PerlPostConfigRequire - PerlPostConfigRequire
- PerlOptions - Perl Options
- PerlInitHandler - Subroutine name
- PerlSetVar - PerlSetVar
- PerlAddVar - PerlAddVar
- PerlSetEnv - PerlSetEnv
- PerlPassEnv - PerlPassEnv
- <Perl - Perl Code
- Perl - Perl Code
- PerlSetInputFilter - filter[;filter]
- PerlSetOutputFilter - filter[;filter]
- =pod - Start of POD
- =back - End of =over
- =cut - End of POD
- __END__ - Stop reading config
- PerlLoadModule - A Perl module
- PerlInterpStart - Number of Perl interpreters to start
- PerlInterpMax - Max number of running Perl interpreters
- PerlInterpMaxSpare - Max number of spare Perl interpreters
- PerlInterpMinSpare - Min number of spare Perl interpreters
- PerlInterpMaxRequests - Max number of requests per Perl interpreters
- PerlInterpScope - Scope of a Perl interpreter
- PerlSendHeader - Tell mod_perl to scan output for HTTP headers
- PerlSetupEnv - Turn setup of %ENV On or Off
- PerlHandler - Subroutine name
- PerlTaintCheck - Turn on -T switch
- PerlWarn - Turn on -w switch
- PerlProcessConnectionHandler - Subroutine name
- PerlChildInitHandler - Subroutine name
- PerlChildExitHandler - Subroutine name
- PerlPreConnectionHandler - Subroutine name
- PerlHeaderParserHandler - Subroutine name
- PerlAccessHandler - Subroutine name
- PerlAuthenHandler - Subroutine name
- PerlAuthzHandler - Subroutine name
- PerlTypeHandler - Subroutine name
- PerlFixupHandler - Subroutine name
- PerlResponseHandler - Subroutine name
- PerlLogHandler - Subroutine name
- PerlCleanupHandler - Subroutine name
- PerlInputFilterHandler - Subroutine name
- PerlOutputFilterHandler - Subroutine name
- PerlPostReadRequestHandler - Subroutine name
- PerlTransHandler - Subroutine name
- PerlMapToStorageHandler - Subroutine name
- PerlOpenLogsHandler - Subroutine name
- PerlPostConfigHandler - Subroutine name
- Current Configuration:
- Module Name: mod_authz_ldap.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthzLDAPMethod - Select authentication method to use, also enables mod_authz_ldap. Valid arguments are `ldap', `certificate' and `both'.
- AuthzLDAPMapMethod - Select certificate mapping method, also enables certificate mapping. Valid arguments are `certificate', `issuerserial', `issuersubject' and `ad' (for active directory)
- AuthzLDAPCacheConnection - Set to 'on' if mod_authz_ldap should cache the connection to the directory
- AuthzLDAPServer - Name of LDAP Server that should be queried
- AuthzLDAPBindDN - DN as which to bind to the LDAP directory
- AuthzLDAPBindPassword - The password to use when binding to the directory
- AuthzLDAPProtocolVersion - The version of the LDAP protocol to use to connect to the directory
- AuthzLDAPUserKey - The attribute name associated with the userid
- AuthzLDAPUserBase - The DN of the node immediate above the users
- AuthzLDAPUserScope - the scope for a search for the user: subtree, onelevel, base
- AuthzLDAPGroupBase - Base DN for searches for groups
- AuthzLDAPGroupKey - attribute name for groups
- AuthzLDAPGroupScope - the scope for a search for the group: subtree, onelevel, base
- AuthzLDAPMemberKey - attribute name for group members
- AuthzLDAPAllowPassword - Still allow password login if the user has no certificate
- AuthzLDAPMapBase - Where to start searching during a certificate lookup
- AuthzLDAPMapScope - the scope for a search during the mapping of a X.509 certificate: subtree, onelevel, base
- AuthzLDAPSetAuthorization - Specifies which fields in the authorization header should should be set to what values. Possible values are `user', `ldapdn', `subject', `map'. The password field is set to `password' unless `+password' is appended, in which case the user specified password is used
- AuthzLDAPSetGroupAuth - Spcifies which (mapped) username should be used toverify group membership. Possible values are `user', `ldapdn', `subject' and `map'
- AuthzLDAPMapUserToAttr - attribute name that contains the name to be used for the user
- AuthzLDAPRoleAttributeName - Name of attribute containing role designations
- AuthzLDAPModifyKey - Key to look for when trying to check for the last modification
- AuthzLDAPAuthoritative - Set to 'off' if you want to hand authentication to some other authentication handler further down
- AuthzLDAPProxyAuthentication - Set to 'on' if proxy authentication is happening here
- AuthzLDAPLogLevel - limit the debug information from the module
- Current Configuration:
- Module Name: mod_auth_pgsql.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- Auth_PG_host - the host name of the postgreSQL server.
- Auth_PG_database - the name of the database that contains authorization information.
- Auth_PG_port - the port the postmaster is running on.
- Auth_PG_options - an options string to be sent to the postgres backed process.
- Auth_PG_user - user name connect as
- Auth_PG_pwd - password to connect
- Auth_PG_pwd_table - the name of the table containing username/password tuples.
- Auth_PG_pwd_field - the name of the password field.
- Auth_PG_uid_field - the name of the user-id field.
- Auth_PG_grp_table - the name of the table containing username/group tuples.
- Auth_PG_grp_group_field - the name of the group-name field.
- Auth_PG_grp_user_field - the name of the group-name field.
- Auth_PG_nopasswd - 'on' or 'off'
- Auth_PG_encrypted - 'on' or 'off'
- Auth_PG_hash_type - password hash type (CRYPT|MD5|BASE64).
- Auth_PG_cache_passwords - 'on' or 'off'
- Auth_PG_authoritative - 'on' or 'off'
- Auth_PG_lowercase_uid - 'on' or 'off'
- Auth_PG_uppercase_uid - 'on' or 'off'
- Auth_PG_pwd_ignore_case - 'on' or 'off'
- Auth_PG_grp_whereclause - an SQL fragement that can be attached to the end of a where clause.
- Auth_PG_pwd_whereclause - an SQL fragement that can be attached to the end of a where clause.
- Auth_PG_log_table - the name of the table containing log tuples.
- Auth_PG_log_addrs_field - the name of the field containing addrs in the log table (type char).
- Auth_PG_log_uname_field - the name of the field containing username in the log table (type char).
- Auth_PG_log_pwd_field - the name of the field containing password in the log table (type char).
- Auth_PG_log_date_field - the name of the field containing date in the log table (type char).
- Auth_PG_log_uri_field - the name of the field containing uri (Object fetched) in the log table (type char).
- Current Configuration:
- Module Name: mod_auth_mysql.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthMySQLHost - mysql server host name
- AuthMySQLPort - mysql server port number
- AuthMySQLSocket - mysql server socket path
- AuthMySQLUser - mysql server user name
- AuthMySQLPassword - mysql server user password
- AuthMySQLDB - mysql database name
- AuthMySQLUserTable - mysql user table name
- AuthMySQLGroupTable - mysql group table name
- AuthMySQLNameField - mysql User ID field name within User table
- AuthMySQLGroupField - mysql Group field name within table
- AuthMySQLGroupUserNameField - mysql User ID field name within Group table
- AuthMySQLPasswordField - mysql Password field name within table
- AuthMySQLPwEncryption - mysql password encryption method
- AuthMySQLSaltField - mysql salfe field name within table
- AuthMySQLAuthoritative - mysql lookup is authoritative if On
- AuthMySQLNoPasswd - If On, only check if user exists; ignore password
- AuthMySQLEnable - enable mysql authorization
- AuthMySQLUserCondition - condition to add to user where-clause
- AuthMySQLGroupCondition - condition to add to group where-clause
- AuthMySQLCharacterSet - mysql character set to be used
- Current Configuration:
- Module Name: mod_auth_kerb.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID
- Module Directives:
- KrbAuthRealms - Realms to attempt authentication against (can be multiple).
- KrbAuthRealm - Alias for KrbAuthRealms.
- KrbSaveCredentials - Save and store credentials/tickets retrieved during auth.
- KrbVerifyKDC - Verify tickets against keytab to prevent KDC spoofing attacks.
- KrbServiceName - Service name to be used by Apache for authentication.
- KrbAuthoritative - Set to 'off' to allow access control to be passed along to lower modules if the UserID is not known to this module.
- Krb5Keytab - Location of Kerberos V5 keytab file.
- KrbMethodNegotiate - Enable Negotiate authentication method.
- KrbMethodK5Passwd - Enable Kerberos V5 password authentication.
- Current Configuration:
- Module Name: mod_bw.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
none
- Module Directives:
- MaxConnection - a domain (or ip, or all) and the max connections allowed
- BandWidthModule - On or Off to enable or disable (default) the whole bandwidth module
- ForceBandWidthModule - On or Off to enable or disable (default) the mod catching every request
- BandWidthPacket - Size of the maximun packet to use.
- BandWidth - a domain (or ip, or all) and a bandwidth limit (in bytes/s)
- MinBandWidth - a domain (or ip, or all) and a minimal bandwidth limit (in bytes/s)
- BandWidthError - a http error number. Useful to deliver standar (or personal) error messages
- LargeFileLimit - a filesize (in Kbytes) and a bandwidth limit (in bytes/s)
- Current Configuration:
- Module Name: mod_jk.c
- Content handlers: yes
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path
- Module Directives:
- JkWorkersFile - the name of a worker file for the Tomcat servlet containers
- JkMountFile - the name of a mount file for the Tomcat servlet uri mapping
- JkMountFileReload - the reload check interval of the mount file
- JkAutoMount - automatic mount points to a Tomcat worker
- JkMount - A mount point from a context to a Tomcat worker
- JkUnMount - A no mount point from a context to a Tomcat worker
- JkMountCopy - Should the base server mounts be copied to the virtual server
- JkLogFile - Full path to the Tomcat module log file
- JkShmFile - Full path to the Tomcat module shared memory file
- JkShmSize - Size of the shared memory file in KBytes
- JkLogLevel - The Tomcat module log level, can be debug, info, error or emerg
- JkLogStampFormat - The Tomcat module log format, follow strftime synthax
- JkRequestLogFormat - The mod_jk module request log format string
- JkAutoAlias - The mod_jk module automatic context apache alias directory
- JkWorkerIndicator - Name of the Apache environment that contains the worker name
- JkHTTPSIndicator - Name of the Apache environment that contains SSL indication
- JkCERTSIndicator - Name of the Apache environment that contains SSL client certificates
- JkCIPHERIndicator - Name of the Apache environment that contains SSL client cipher
- JkSESSIONIndicator - Name of the Apache environment that contains SSL session
- JkKEYSIZEIndicator - Name of the Apache environment that contains SSL key size in use
- JkExtractSSL - Turns on SSL processing and information gathering by mod_jk
- JkOptions - Set one of more options to configure the mod_jk module
- JkEnvVar - Adds a name of environment variable and an optional value that should be sent to servlet-engine
- JkWorkerProperty - Set workers.properties formated directive
- Current Configuration:
- JkWorkersFile "/etc/httpd/conf/workers.properties"
- JkLogFile "/var/log/httpd/mod_jk.log"
- JkLogLevel info
- JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
- JkMount /*.jsp wlb
- JkMount /servlet/* wlb
- Module Name: mod_cgi.c
- Content handlers: yes
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
none
- Module Directives:
- ScriptLog - the name of a log for script debugging info
- ScriptLogLength - the maximum length (in bytes) of the script debug log
- ScriptLogBuffer - the maximum size (in bytes) to record of a POST request
- Current Configuration:
- Module Name: mod_mem_cache.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
none
- Module Directives:
- MCacheSize - The maximum amount of memory used by the cache in KBytes
- MCacheMaxObjectCount - The maximum number of objects allowed to be placed in the cache
- MCacheMinObjectSize - The minimum size (in bytes) of an object to be placed in the cache
- MCacheMaxObjectSize - The maximum size (in bytes) of an object to be placed in the cache
- MCacheRemovalAlgorithm - The algorithm used to remove entries from the cache (default: GDSF)
- MCacheMaxStreamingBuffer - Maximum number of bytes of content to buffer for a streamed response
- Current Configuration:
- Module Name: mod_file_cache.c
- Content handlers: yes
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
Translate Path
- Module Directives:
- cachefile - A space separated list of files to add to the file handle cache at config time
- mmapfile - A space separated list of files to mmap at config time
- Current Configuration:
- Module Name: mod_disk_cache.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
none
- Module Directives:
- CacheRoot - The directory to store cache files
- CacheSize - The maximum disk space used by the cache in KB
- CacheGcInterval - The interval between garbage collections, in hours
- CacheDirLevels - The number of levels of subdirectories in the cache
- CacheDirLength - The number of characters in subdirectory names
- CacheExpiryCheck - on if cache observes Expires date when seeking files
- CacheMinFileSize - The minimum file size to cache a document
- CacheMaxFileSize - The maximum file size to cache a document
- CacheTimeMargin - The minimum time margin to cache a document
- CacheGcDaily - The time of day for garbage collection (24 hour clock)
- CacheGcUnused - The time in hours to retain unused file that match a url
- CacheGcClean - The time in hours to retain unchanged files that match a url
- CacheGcMemUsage - The maximum kilobytes of memory used for garbage collection
- Current Configuration:
- Module Name: mod_suexec.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
none
- Module Directives:
- SuexecUserGroup - User and group for spawned processes
- Current Configuration:
- Module Name: mod_cache.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
none
- Module Directives:
- CacheEnable - A cache type and partial URL prefix below which caching is enabled
- CacheDisable - A partial URL prefix below which caching is disabled
- CacheMaxExpire - The maximum time in seconds to cache a document
- CacheDefaultExpire - The default time in seconds to cache a document
- CacheIgnoreNoLastMod - Ignore Responses where there is no Last Modified Header
- CacheIgnoreCacheControl - Ignore requests from the client for uncached content
- CacheIgnoreHeaders - A space separated list of headers that should not be stored by the cache
- CacheLastModifiedFactor - The factor used to estimate Expires date from LastModified date
- CacheForceCompletion - Percentage of download to arrive for the cache to force complete transfer
- Current Configuration:
- Module Name: proxy_connect.c
- Content handlers: none
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives: none
- Module Name: proxy_http.c
- Content handlers: none
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives: none
- Module Name: proxy_ftp.c
- Content handlers: none
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives: none
- Module Name: mod_proxy.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Post-Read Request, Translate Path, Fixups
- Module Directives:
- <Proxy - Container for directives affecting resources located in the proxied location
- <ProxyMatch - Container for directives affecting resources located in the proxied location, in regular expression syntax
- ProxyRequests - on if the true proxy requests should be accepted
- ProxyRemote - a scheme, partial URL or '*' and a proxy server
- ProxyRemoteMatch - a regex pattern and a proxy server
- ProxyPass - a virtual path and a URL
- ProxyPassReverse - a virtual path and a URL for reverse proxy behaviour
- ProxyBlock - A list of names, hosts or domains to which the proxy will not connect
- ProxyReceiveBufferSize - Receive buffer size for outgoing HTTP and FTP connections in bytes
- ProxyIOBufferSize - IO buffer size for outgoing HTTP and FTP connections in bytes
- ProxyMaxForwards - The maximum number of proxies a request may be forwarded through.
- NoProxy - A list of domains, hosts, or subnets to which the proxy will connect directly
- ProxyDomain - The default intranet domain name (in absence of a domain in the URL)
- AllowCONNECT - A list of ports which CONNECT may connect to
- ProxyVia - Configure Via: proxy header header to one of: on | off | block | full
- ProxyErrorOverride - use our error handling pages instead of the servers' we are proxying
- ProxyPreserveHost - on if we should preserve host header while proxying
- ProxyTimeout - Set the timeout (in seconds) for a proxied connection. This overrides the server timeout
- ProxyBadHeader - How to handle bad header line in response: IsError | Ignore | StartBody
- ProxyFtpDirCharset - Define the character set for proxied FTP listings
- Current Configuration:
- Module Name: mod_rewrite.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path, Check Type, Fixups
- Module Directives:
- RewriteEngine - On or Off to enable or disable (default) the whole rewriting engine
- RewriteOptions - List of option strings to set
- RewriteBase - the base URL of the per-directory context
- RewriteCond - an input string and a to be applied regexp-pattern
- RewriteRule - an URL-applied regexp-pattern and a substitution URL
- RewriteMap - a mapname and a filename
- RewriteLock - the filename of a lockfile used for inter-process synchronization
- RewriteLog - the filename of the rewriting logfile
- RewriteLogLevel - the level of the rewriting logfile verbosity (0=none, 1=std, .., 9=max)
- Current Configuration:
- Module Name: mod_alias.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path, Fixups
- Module Directives:
- Alias - a fakename and a realname
- ScriptAlias - a fakename and a realname
- Redirect - an optional status, then document to be redirected and destination URL
- AliasMatch - a regular expression and a filename
- ScriptAliasMatch - a regular expression and a filename
- RedirectMatch - an optional status, then a regular expression and destination URL
- RedirectTemp - a document to be redirected, then the destination URL
- RedirectPermanent - a document to be redirected, then the destination URL
- Current Configuration:
- ScriptAlias /apcupsd/ /var/www/apcupsd/
- Alias /cacti/ /var/www/cacti/
- Alias /htdig /usr/share/htdig
- ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
- Alias /pipermail/ /var/lib/mailman/archives/public/
- RedirectMatch ^/mailman[/]*$ http://www.otala.com/mailman/listinfo
- AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
- <Directory "/var/www/manual">
- RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
- </Directory>
- Alias /mrtg /var/www/mrtg
- ScriptAlias /nagios/cgi-bin "/usr/lib/nagios/cgi"
- Alias /nagios "/usr/share/nagios"
- Module Name: mod_userdir.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
Translate Path
- Module Directives:
- UserDir - the public subdirectory in users' home directories, or 'disabled', or 'disabled username username...', or 'enabled username username...'
- Current Configuration:
- Module Name: mod_speling.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
Fixups
- Module Directives:
- CheckSpelling - whether or not to fix miscapitalized/misspelled requests
- Current Configuration:
- Module Name: mod_actions.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
none
- Module Directives:
- Action - a media type followed by a script name
- Script - a method followed by a script name
- Current Configuration:
- Module Name: mod_imap.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
none
- Module Directives:
- ImapMenu - the type of menu generated: none, formatted, semiformatted, unformatted
- ImapDefault - the action taken if no match: error, nocontent, referer, menu, URL
- ImapBase - the base for all URL's: map, referer, URL (or start of)
- Current Configuration:
- Module Name: mod_dir.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Fixups
- Module Directives:
- DirectoryIndex - a list of file names
- DirectorySlash - On or Off
- Current Configuration:
- <Directory /var/www/apcupsd/>
- DirectoryIndex upsstats.cgi
- </Directory>
- <Directory /var/www/cacti/>
- DirectoryIndex index.php
- </Directory>
- DirectoryIndex index.php
- Module Name: mod_negotiation.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Check Type, Fixups
- Module Directives:
- CacheNegotiatedDocs - Either 'on' or 'off' (default)
- LanguagePriority - space-delimited list of MIME language abbreviations
- ForceLanguagePriority - Force LanguagePriority elections, either None, or Fallback and/or Prefer
- Current Configuration:
- Module Name: mod_vhost_alias.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path
- Module Directives:
- VirtualScriptAlias - how to create a ScriptAlias based on the host
- VirtualDocumentRoot - how to create the DocumentRoot based on the host
- VirtualScriptAliasIP - how to create a ScriptAlias based on the host
- VirtualDocumentRootIP - how to create the DocumentRoot based on the host
- Current Configuration:
- Module Name: mod_dav_fs.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
none
- Module Directives:
- DAVLockDB - specify a lock database
- Current Configuration:
- Module Name: mod_info.c
- Content handlers: yes
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
none
- Module Directives:
- AddModuleInfo - a module name and additional information on that module
- Current Configuration:
- Module Name: mod_asis.c
- Content handlers: yes
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives: none
- Module Name: mod_autoindex.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
none
- Module Directives:
- AddIcon - an icon URL followed by one or more filenames
- AddIconByType - an icon URL followed by one or more MIME types
- AddIconByEncoding - an icon URL followed by one or more content encodings
- AddAlt - alternate descriptive text followed by one or more filenames
- AddAltByType - alternate descriptive text followed by one or more MIME types
- AddAltByEncoding - alternate descriptive text followed by one or more content encodings
- IndexOptions - one or more index options [+|-][]
- IndexOrderDefault - {Ascending,Descending} {Name,Size,Description,Date}
- IndexIgnore - one or more file extensions
- AddDescription - Descriptive text followed by one or more filenames
- HeaderName - a filename
- ReadmeName - a filename
- FancyIndexing - The FancyIndexing directive is no longer supported. Use IndexOptions FancyIndexing.
- DefaultIcon - an icon URL
- Current Configuration:
- Module Name: mod_status.c
- Content handlers: yes
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives:
- ExtendedStatus - "On" to enable extended status information, "Off" to disable
- Current Configuration:
- Module Name: mod_dav.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Fixups
- Module Directives:
- DAV - specify the DAV provider for a directory or location
- DAVMinTimeout - specify minimum allowed timeout
- DAVDepthInfinity - allow Depth infinity PROPFIND requests
- Current Configuration:
- Module Name: mod_mime.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Check Type
- Module Directives:
- AddCharset - a charset (e.g., iso-2022-jp), followed by one or more file extensions
- AddEncoding - an encoding (e.g., gzip), followed by one or more file extensions
- AddHandler - a handler name followed by one or more file extensions
- AddInputFilter - input filter name (or ; delimited names) followed by one or more file extensions
- AddLanguage - a language (e.g., fr), followed by one or more file extensions
- AddOutputFilter - output filter name (or ; delimited names) followed by one or more file extensions
- AddType - a mime type followed by one or more file extensions
- DefaultLanguage - language to use for documents with no other language file extension
- MultiviewsMatch - NegotiatedOnly (default), Handlers and/or Filters, or Any
- RemoveCharset - one or more file extensions
- RemoveEncoding - one or more file extensions
- RemoveHandler - one or more file extensions
- RemoveInputFilter - one or more file extensions
- RemoveLanguage - one or more file extensions
- RemoveOutputFilter - one or more file extensions
- RemoveType - one or more file extensions
- TypesConfig - the MIME types config file
- ModMimeUsePathInfo - Set to 'yes' to allow mod_mime to use path info for type checking
- Current Configuration:
- <Directory /var/www/cacti/>
- AddType application/x-httpd-php .php
- </Directory>
- AddHandler php5-script .php
- AddType text/html .php
- Module Name: mod_setenvif.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Post-Read Request, Header Parse
- Module Directives:
- SetEnvIf - A header-name, regex and a list of variables.
- SetEnvIfNoCase - a header-name, regex and a list of variables.
- BrowserMatch - A browser regex and a list of variables.
- BrowserMatchNoCase - A browser regex and a list of variables.
- Current Configuration:
- <Directory "/var/www/manual">
- SetEnvIf Request_URI ^/manual/de/ prefer-language=de
- SetEnvIf Request_URI ^/manual/en/ prefer-language=en
- SetEnvIf Request_URI ^/manual/fr/ prefer-language=fr
- SetEnvIf Request_URI ^/manual/ja/ prefer-language=ja
- SetEnvIf Request_URI ^/manual/ko/ prefer-language=ko
- SetEnvIf Request_URI ^/manual/ru/ prefer-language=ru
- </Directory>
- Module Name: mod_usertrack.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
Fixups
- Module Directives:
- CookieExpires - an expiry date code
- CookieDomain - domain to which this cookie applies
- CookieStyle - 'Netscape', 'Cookie' (RFC2109), or 'Cookie2' (RFC2965)
- CookieTracking - whether or not to enable cookies
- CookieName - name of the tracking cookie
- Current Configuration:
- Module Name: mod_headers.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Fixups
- Module Directives:
- Header - an optional condition, an action, header and value followed by optional env clause
- RequestHeader - an action, header and value
- Current Configuration:
- Module Name: mod_deflate.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
none
- Module Directives:
- DeflateFilterNote - Set a note to report on compression ratio
- DeflateWindowSize - Set the Deflate window size (1-15)
- DeflateBufferSize - Set the Deflate Buffer Size
- DeflateMemLevel - Set the Deflate Memory Level (1-9)
- DeflateCompressionLevel - Set the Deflate Compression Level (1-9)
- Current Configuration:
- Module Name: mod_expires.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
none
- Module Directives:
- ExpiresActive - Limited to 'on' or 'off'
- ExpiresByType - a MIME type followed by an expiry date code
- ExpiresDefault - an expiry date code
- Current Configuration:
- Module Name: mod_cern_meta.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Fixups
- Module Directives:
- MetaFiles - Limited to 'on' or 'off'
- MetaDir - the name of the directory containing meta files
- MetaSuffix - the filename suffix for meta files
- Current Configuration:
- Module Name: mod_mime_magic.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
Check Type
- Module Directives:
- MimeMagicFile - Path to MIME Magic file (in file(1) format)
- Current Configuration:
- Module Name: mod_env.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Fixups
- Module Directives:
- PassEnv - a list of environment variables to pass to CGI.
- SetEnv - an environment variable name and optional value to pass to CGI.
- UnsetEnv - a list of variables to remove from the CGI environment.
- Current Configuration:
- Module Name: mod_log_config.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
Logging
- Module Directives:
- CustomLog - a file name, a custom log format string or format name, and an optional "env=" clause (see docs)
- TransferLog - the filename of the access log
- LogFormat - a log format string (see docs) and an optional format name
- CookieLog - the filename of the cookie log
- BufferedLogs - Enable Buffered Logging (experimental)
- Current Configuration:
- Module Name: mod_include.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
Fixups
- Module Directives:
- XBitHack - Off, On, or Full
- SSIErrorMsg - a string
- SSITimeFormat - a strftime(3) formatted string
- SSIStartTag - SSI Start String Tag
- SSIEndTag - SSI End String Tag
- SSIUndefinedEcho - SSI Start String Tag
- Current Configuration:
- Module Name: mod_auth_ldap.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthLDAPURL - URL to define LDAP connection. This should be an RFC 2255 complaint
URL of the form ldap://host[:port]/basedn[?attrib[?scope[?filter]]].
- Host is the name of the LDAP server. Use a space separated list of hosts
to specify redundant servers.
- Port is optional, and specifies the port to connect to.
- basedn specifies the base DN to start searches from
- Attrib specifies what attribute to search for in the directory. If not provided, it defaults to uid.
- Scope is the scope of the search, and can be either sub or one. If not provided, the default is sub.
- Filter is a filter to use in the search. If not provided, defaults to (objectClass=*).
Searches are performed using the attribute and the filter combined. For example, assume that the
LDAP URL is ldap://ldap.airius.com/ou=People, o=Airius?uid?sub?(posixid=*). Searches will
be done using the filter (&((posixid=*))(uid=username)), where username
is the user name passed by the HTTP client. The search will be a subtree search on the branch ou=People, o=Airius.
- AuthLDAPBindDN - DN to use to bind to LDAP server. If not provided, will do an anonymous bind.
- AuthLDAPBindPassword - Password to use to bind to LDAP server. If not provided, will do an anonymous bind.
- AuthLDAPRemoteUserIsDN - Set to 'on' to set the REMOTE_USER environment variable to be the full DN of the remote user. By default, this is set to off, meaning that the REMOTE_USER variable will contain whatever value the remote user sent.
- AuthLDAPAuthoritative - Set to 'off' to allow access control to be passed along to lower modules if the UserID and/or group is not known to this module
- AuthLDAPCompareDNOnServer - Set to 'on' to force auth_ldap to do DN compares (for the "require dn" directive) using the server, and set it 'off' to do the compares locally (at the expense of possible false matches). See the documentation for a complete description of this option.
- AuthLDAPGroupAttribute - A list of attributes used to define group membership - defaults to member and uniquemember
- AuthLDAPGroupAttributeIsDN - If set to 'on', auth_ldap uses the DN that is retrieved from the server forsubsequent group comparisons. If set to 'off', auth_ldap uses the stringprovided by the client directly. Defaults to 'on'.
- AuthLDAPDereferenceAliases - Determines how aliases are handled during a search. Can bo one of thevalues "never", "searching", "finding", or "always". Defaults to always.
- AuthLDAPEnabled - Set to off to disable auth_ldap, even if it's been enabled in a higher tree
- AuthLDAPFrontPageHack - Set to 'on' to support Microsoft FrontPage
- AuthLDAPCharsetConfig - Character set conversion configuration file. If omitted, character setconversion is disabled.
- Current Configuration:
- Module Name: util_ldap.c
- Content handlers: yes
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
none
- Module Directives:
- LDAPSharedCacheSize - Sets the size of the shared memory cache in bytes. Zero means disable the shared memory cache. Defaults to 100KB.
- LDAPSharedCacheFile - Sets the file of the shared memory cache.Nothing means disable the shared memory cache.
- LDAPCacheEntries - Sets the maximum number of entries that are possible in the LDAP search cache. Zero means no limit; -1 disables the cache. Defaults to 1024 entries.
- LDAPCacheTTL - Sets the maximum time (in seconds) that an item can be cached in the LDAP search cache. Zero means no limit. Defaults to 600 seconds (10 minutes).
- LDAPOpCacheEntries - Sets the maximum number of entries that are possible in the LDAP compare cache. Zero means no limit; -1 disables the cache. Defaults to 1024 entries.
- LDAPOpCacheTTL - Sets the maximum time (in seconds) that an item is cached in the LDAP operation cache. Zero means no limit. Defaults to 600 seconds (10 minutes).
- LDAPTrustedCA - Sets the file containing the trusted Certificate Authority certificate. Used to validate the LDAP server certificate for SSL connections.
- LDAPTrustedCAType - Specifies the type of the Certificate Authority file. The following types are supported: DER_FILE - file in binary DER format BASE64_FILE - file in Base64 format CERT7_DB_PATH - Netscape certificate database file
- LDAPConnectionTimeout - Specifies the LDAP socket connection timeout in seconds. Default is 10 seconds.
- Current Configuration:
- Module Name: mod_auth_digest.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Post-Read Request, Verify User ID, Verify User Access, Fixups
- Module Directives:
- AuthName - The authentication realm (e.g. "Members Only")
- AuthDigestFile - The name of the file containing the usernames and password hashes
- AuthDigestGroupFile - The name of the file containing the group names and members
- AuthDigestQop - A list of quality-of-protection options
- AuthDigestNonceLifetime - Maximum lifetime of the server nonce (seconds)
- AuthDigestNonceFormat - The format to use when generating the server nonce
- AuthDigestNcCheck - Whether or not to check the nonce-count sent by the client
- AuthDigestAlgorithm - The algorithm used for the hash calculation
- AuthDigestDomain - A list of URI's which belong to the same protection space as the current URI
- AuthDigestShmemSize - The amount of shared memory to allocate for keeping track of clients
- Current Configuration:
- <Directory "/usr/lib/nagios/cgi">
- AuthName "Nagios Access"
- </Directory>
- <Directory "/usr/share/nagios">
- AuthName "Nagios Access"
- </Directory>
- Module Name: mod_auth_dbm.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthDBMUserFile - dbm database file containing user IDs and passwords
- AuthDBMGroupFile - dbm database file containing group names and member user IDs
- AuthUserFile -
- AuthGroupFile -
- AuthDBMType - what type of DBM file the user file is
- AuthDBMAuthoritative - Set to 'no' to allow access control to be passed along to lower modules, if the UserID is not known in this module
- Current Configuration:
- <Directory "/usr/lib/nagios/cgi">
- AuthUserFile /etc/nagios/htpasswd.users
- </Directory>
- <Directory "/usr/share/nagios">
- AuthUserFile /etc/nagios/htpasswd.users
- </Directory>
- Module Name: mod_auth_anon.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- Anonymous - a space-separated list of user IDs
- Anonymous_MustGiveEmail - Limited to 'on' or 'off'
- Anonymous_NoUserId - Limited to 'on' or 'off'
- Anonymous_VerifyEmail - Limited to 'on' or 'off'
- Anonymous_LogEmail - Limited to 'on' or 'off'
- Anonymous_Authoritative - Limited to 'on' or 'off'
- Current Configuration:
- Module Name: mod_auth.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthUserFile - text file containing user IDs and passwords
- AuthGroupFile - text file containing group names and member user IDs
- AuthAuthoritative - Set to 'no' to allow access control to be passed along to lower modules if the UserID is not known to this module
- Current Configuration:
- <Directory "/usr/lib/nagios/cgi">
- AuthUserFile /etc/nagios/htpasswd.users
- </Directory>
- <Directory "/usr/share/nagios">
- AuthUserFile /etc/nagios/htpasswd.users
- </Directory>
- Module Name: mod_access.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Check Access
- Module Directives:
- order - 'allow,deny', 'deny,allow', or 'mutual-failure'
- allow - 'from' followed by hostnames or IP-address wildcards
- deny - 'from' followed by hostnames or IP-address wildcards
- Current Configuration:
- <Directory /var/www/apcupsd/>
- order deny,allow
- deny from all
- allow from 127.0.0.1
- allow from 64.81.49.140
- allow from 192.168.254.
- allow from 204.11.230.218
- </Directory>
- <Directory /var/www/cacti/>
- order deny,allow
- deny from all
- allow from 127.0.0.1
- </Directory>
- <Directory /usr/lib/mailman/cgi-bin/>
- Order allow,deny
- Allow from all
- </Directory>
- <Directory /var/lib/mailman/archives/public>
- Order allow,deny
- Allow from all
- </Directory>
- <Directory "/var/www/manual">
- Order allow,deny
- Allow from all
- </Files>
- <Location /mrtg>
- Order deny,allow
- Deny from all
- Allow from 127.0.0.1
- Allow from ::1
- </Location>
- <Directory "/usr/lib/nagios/cgi">
- Order allow,deny
- Allow from all
- </Directory>
- <Directory "/usr/share/nagios">
- Order allow,deny
- Allow from all
- </Directory>
- Module Name: mod_so.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
none
- Module Directives:
- LoadModule - a module name and the name of a shared object file to load it from
- LoadFile - shared object file or library to load into the server at runtime
- Current Configuration:
- Module Name: http_core.c
- Content handlers: none
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives:
- KeepAliveTimeout - Keep-Alive timeout duration (sec)
- MaxKeepAliveRequests - Maximum number of Keep-Alive requests per connection, or 0 for infinite
- KeepAlive - Whether persistent connections should be On or Off
- Current Configuration:
- KeepAlive Off
- MaxKeepAliveRequests 500
- KeepAliveTimeout 15
- Module Name: prefork.c
- Content handlers: none
- Configuration Phase Participation:
none
- Request Phase Participation:
none
- Module Directives:
- User - Effective user id for this server
- Group - Effective group id for this server
- ListenBacklog - Maximum length of the queue of pending connections, as used by listen(2)
- Listen - A port number or a numeric IP address and a port number
- SendBufferSize - Send buffer size in bytes
- ReceiveBufferSize - Receive buffer size in bytes
- StartServers - Number of child processes launched at server startup
- MinSpareServers - Minimum number of idle children, to handle request spikes
- MaxSpareServers - Maximum number of idle children
- MaxClients - Maximum number of children alive at the same time
- ServerLimit - Maximum value of MaxClients for this run of Apache
- Current Configuration:
- StartServers 16
- MinSpareServers 5
- MaxSpareServers 20
- ServerLimit 256
- MaxClients 256
- Listen 80
- Module Name: core.c
- Content handlers: yes
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path, Check Access, Check Type, Fixups
- Module Directives:
- <Directory - Container for directives affecting resources located in the specified directories
- <Location - Container for directives affecting resources accessed through the specified URL paths
- <VirtualHost - Container to map directives to a particular virtual host, takes one or more host addresses
- <Files - Container for directives affecting files matching specified patterns
- <Limit - Container for authentication directives when accessed using specified HTTP methods
- <LimitExcept - Container for authentication directives to be applied when any HTTP method other than those specified is used to access the resource
- <IfModule - Container for directives based on existance of specified modules
- <IfDefine - Container for directives based on existance of command line defines
- <DirectoryMatch - Container for directives affecting resources located in the specified directories
- <LocationMatch - Container for directives affecting resources accessed through the specified URL paths
- <FilesMatch - Container for directives affecting files matching specified patterns
- AuthType - An HTTP authorization type (e.g., "Basic")
- AuthName - The authentication realm (e.g. "Members Only")
- Require - Selects which authenticated users or groups may access a protected space
- Satisfy - access policy if both allow and require used ('all' or 'any')
- AddDefaultCharset - The name of the default charset to add to any Content-Type without one or 'Off' to disable
- AcceptPathInfo - Set to on or off for PATH_INFO to be accepted by handlers, or default for the per-handler preference
- AccessFileName - Name(s) of per-directory config files (default: .htaccess)
- DocumentRoot - Root directory of the document tree
- ErrorDocument - Change responses for HTTP errors
- AllowOverride - Controls what groups of directives can be configured by per-directory config files
- Options - Set a number of attributes for a given directory
- DefaultType - the default MIME type for untypable files
- FileETag - Specify components used to construct a file's ETag
- EnableMMAP - Controls whether memory-mapping may be used to read files
- EnableSendfile - Controls whether sendfile may be used to transmit files
- Port - Port was replaced with Listen in Apache 2.0
- HostnameLookups - "on" to enable, "off" to disable reverse DNS lookups, or "double" to enable double-reverse DNS lookups
- ServerAdmin - The email address of the server administrator
- ServerName - The hostname and port of the server
- ServerSignature - En-/disable server signature (on|off|email)
- ServerRoot - Common directory of server-related files (logs, confs, etc.)
- ErrorLog - The filename of the error log
- ServerAlias - A name or names alternately used to access the server
- ServerPath - The pathname the server can be reached at
- Timeout - Timeout duration (sec)
- IdentityCheck - Enable identd (RFC 1413) user lookups - SLOW
- ContentDigest - whether or not to send a Content-MD5 header with each request
- UseCanonicalName - How to work out the ServerName : Port when constructing URLs
- Include - Name of the config file to be included
- LogLevel - Level of verbosity in error logging
- NameVirtualHost - A numeric IP address:port, or the name of a host
- ServerTokens - Determine tokens displayed in the Server: header - Min(imal), OS or Full
- LimitRequestLine - Limit on maximum size of an HTTP request line
- LimitRequestFieldsize - Limit on maximum size of an HTTP request header field
- LimitRequestFields - Limit (0 = unlimited) on max number of header fields in a request message
- LimitRequestBody - Limit (in bytes) on maximum size of request message body
- LimitXMLRequestBody - Limit (in bytes) on maximum size of an XML-based request body
- RLimitCPU - Soft/hard limits for max CPU usage in seconds
- RLimitMEM - Soft/hard limits for max memory usage per process
- RLimitNPROC - soft/hard limits for max number of processes per uid
- LimitInternalRecursion - maximum recursion depth of internal redirects and subrequests
- ForceType - a mime type that overrides other configured type
- SetHandler - a handler name that overrides any other configured handler
- SetOutputFilter - filter (or ; delimited list of filters) to be run on the request content
- SetInputFilter - filter (or ; delimited list of filters) to be run on the request body
- AddOutputFilterByType - output filter name followed by one or more content-types
- AllowEncodedSlashes - Allow URLs containing '/' encoded as '%2F'
- PidFile - A file for logging the server process ID
- ScoreBoardFile - A file for Apache to maintain runtime process management information
- LockFile - The lockfile used when Apache needs to lock the accept() call
- MaxRequestsPerChild - Maximum number of requests a particular child serves before dying.
- CoreDumpDirectory - The location of the directory Apache changes to before dumping core
- AcceptMutex - Valid accept mutexes for this platform and MPM are: default, flock, fcntl, sysvsem, posixsem, pthread.
- MaxMemFree - Maximum number of 1k blocks a particular childs allocator may hold.
- TraceEnable - 'on' (default), 'off' or 'extended' to trace request body content
- Current Configuration:
- ServerTokens OS
- PidFile run/httpd.pid
- Timeout 120
- MaxRequestsPerChild 4000
- <Directory /var/www/apcupsd/>
- Options ExecCGI
- </Directory>
- <Directory /var/www/cacti/>
- Options -Indexes
- AllowOverride all
- </Directory>
- <Directory /usr/lib/mailman/cgi-bin/>
- AllowOverride None
- Options ExecCGI
- </Directory>
- <Directory /var/lib/mailman/archives/public>
- Options Indexes MultiViews FollowSymLinks
- AllowOverride None
- </Directory>
- <Directory "/var/www/manual">
- Options Indexes
- AllowOverride None
- <Files *.html>
- SetHandler type-map
- </Files>
- </Directory>
- <Directory "/usr/lib/nagios/cgi">
- Options ExecCGI
- AllowOverride None
- AuthName "Nagios Access"
- AuthType Basic
- Require valid-user
- </Directory>
- <Directory "/usr/share/nagios">
- Options None
- AllowOverride None
- AuthName "Nagios Access"
- AuthType Basic
- Require valid-user
- </Directory>
- <Files *.html>
- SetHandler default-handler
- </Files>
Apache/2.0.63 (CentOS) Server at otala.net Port 80