Apache Server Information
- Server Settings, mod_bw.c, mod_php5.c, mod_encoding.c, mod_so.c, mod_alias.c, mod_userdir.c, mod_actions.c, mod_imap.c, mod_dir.c, mod_negotiation.c, mod_dav_fs.c, mod_cgi.c, mod_suexec.c, mod_info.c, mod_asis.c, mod_autoindex.c, mod_status.c, mod_dav.c, mod_mime.c, http_core.c, prefork.c, mod_ssl.c, mod_setenvif.c, mod_headers.c, mod_env.c, mod_log_config.c, mod_include.c, mod_auth.c, mod_access.c, core.c
- Server Version: Apache/2.0.52 (Unix) DAV/2 PHP/5.2.10 mod_ssl/2.0.52 OpenSSL/0.9.7d
- Server Built: Dec 14 2005 05:00:24
- API Version: 20020903:9
- Hostname/port: ns.beppers.jp:80
- Timeouts: connection: 300 keep-alive: 300
- MPM Name: Prefork
- MPM Information: Max Daemons: 256 Threaded: no Forked: yes
- Server Root: /usr/local/apache2
- Config File: /usr/local/apache2/conf/httpd.conf
- 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_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:
- Module Name: mod_encoding.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:
- EncodingEngine - Usage: EncodingEngine (on|off)
- SetServerEncoding - Usage: SetServerEncoding
- AddClientEncoding - Usage: AddClientEncoding [ ...]
- DefaultClientEncoding - Usage: DefaultClientEncoding
- NormalizeUsername - Usage: NormalizeUsername (on|off)
- Current Configuration:
- EncodingEngine on
- NormalizeUserName on
- SetServerEncoding UTF-8
- DefaultClientEncoding JA-AUTO-SJIS-MS SJIS
- AddClientEncoding "Microsoft-WebDAV-MiniRedir/" UTF-8
- AddClientEncoding "Microsoft .* DAV 1\.1$" SJIS
- AddClientEncoding "Microsoft .* DAV$" UTF-8
- AddClientEncoding "xdwin9x/" SJIS
- AddClientEncoding "cadaver/" EUC-JP
- 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: 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:
- Alias /icons/ "/usr/local/apache2/icons/"
- Alias /doc/ "/usr/local/share/doc/"
- ScriptAlias /cgi-bin/ "/usr/local/apache2/cgi-bin/"
- 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:
- UserDir public_html
- 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:
- DirectoryIndex index.php index.cgi index.html index.htm
- 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:
- LanguagePriority ja en da nl et fr de el it ko no pl pt pt-br ltz ca es sv tw
- ForceLanguagePriority Prefer Fallback
- 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:
- DAVLockDB /var/run/httpd/DAVLock
- 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_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_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:
- IndexOptions FancyIndexing VersionSort
- IndexOptions +NameWidth=*
- AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
- AddIconByType (TXT,/icons/text.gif) text/*
- AddIconByType (IMG,/icons/image2.gif) image/*
- AddIconByType (SND,/icons/sound2.gif) audio/*
- AddIconByType (VID,/icons/movie.gif) video/*
- AddIcon /icons/binary.gif .bin .exe
- AddIcon /icons/binhex.gif .hqx
- AddIcon /icons/tar.gif .tar
- AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
- AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
- AddIcon /icons/a.gif .ps .ai .eps
- AddIcon /icons/layout.gif .html .shtml .htm .pdf
- AddIcon /icons/text.gif .txt
- AddIcon /icons/c.gif .c
- AddIcon /icons/p.gif .pl .py
- AddIcon /icons/f.gif .for
- AddIcon /icons/dvi.gif .dvi
- AddIcon /icons/uuencoded.gif .uu
- AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
- AddIcon /icons/tex.gif .tex
- AddIcon /icons/bomb.gif core
- AddIcon /icons/back.gif ..
- AddIcon /icons/hand.right.gif README
- AddIcon /icons/folder.gif ^^DIRECTORY^^
- AddIcon /icons/blank.gif ^^BLANKICON^^
- DefaultIcon /icons/unknown.gif
- ReadmeName README.html
- HeaderName HEADER.html
- IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
- 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:
- ExtendedStatus On
- 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:
- DAVMinTimeout 600
- 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:
- TypesConfig conf/mime.types
- AddEncoding x-compress Z
- AddEncoding x-gzip gz tgz
- AddLanguage da .dk
- AddLanguage nl .nl
- AddLanguage en .en
- AddLanguage et .et
- AddLanguage fr .fr
- AddLanguage de .de
- AddLanguage he .he
- AddLanguage el .el
- AddLanguage it .it
- AddLanguage ja .ja
- AddLanguage pl .po
- AddLanguage ko .ko
- AddLanguage pt .pt
- AddLanguage nn .nn
- AddLanguage no .no
- AddLanguage pt-br .pt-br
- AddLanguage ltz .ltz
- AddLanguage ca .ca
- AddLanguage es .es
- AddLanguage sv .sv
- AddLanguage cs .cz .cs
- AddLanguage ru .ru
- AddLanguage zh-CN .zh-cn
- AddLanguage zh-TW .zh-tw
- AddLanguage hr .hr
- AddCharset ISO-8859-1 .iso8859-1 .latin1
- AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
- AddCharset ISO-8859-3 .iso8859-3 .latin3
- AddCharset ISO-8859-4 .iso8859-4 .latin4
- AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
- AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
- AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
- AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
- AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
- AddCharset ISO-2022-JP .iso2022-jp .jis
- AddCharset ISO-2022-KR .iso2022-kr .kis
- AddCharset ISO-2022-CN .iso2022-cn .cis
- AddCharset Big5 .Big5 .big5
- AddCharset WINDOWS-1251 .cp-1251 .win-1251
- AddCharset CP866 .cp866
- AddCharset KOI8-r .koi8-r .koi8-ru
- AddCharset KOI8-ru .koi8-uk .ua
- AddCharset ISO-10646-UCS-2 .ucs2
- AddCharset ISO-10646-UCS-4 .ucs4
- AddCharset UTF-8 .utf8
- AddCharset GB2312 .gb2312 .gb
- AddCharset utf-7 .utf7
- AddCharset utf-8 .utf8
- AddCharset big5 .big5 .b5
- AddCharset EUC-TW .euc-tw
- AddCharset EUC-JP .euc-jp
- AddCharset EUC-KR .euc-kr
- AddCharset shift_jis .sjis
- AddType application/x-tar .tgz
- AddType image/x-icon .ico
- AddHandler cgi-script .cgi
- AddHandler server-parsed .shtml
- AddType text/html .shtml
- AddOutputFilter INCLUDES .shtml
- AddType application/x-httpd-php .php
- AddType application/x-httpd-php-source .phps
- AddType audio/x-ms-asf .asf .asx
- 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 On
- MaxKeepAliveRequests 100
- KeepAliveTimeout 10
- 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
- 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 8
- MinSpareServers 5
- MaxSpareServers 20
- ServerLimit 256
- MaxClients 256
- User www
- Group www
- Listen 80
- 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, Translate Path, 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', `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')
- 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_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:
- BrowserMatch "Mozilla/2" nokeepalive
- BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
- BrowserMatch "RealPlayer 4\.0" force-response-1.0
- BrowserMatch "Java/1\.0" force-response-1.0
- BrowserMatch "JDK/1\.0" force-response-1.0
- BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
- BrowserMatch "^WebDrive" redirect-carefully
- BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
- BrowserMatch "^gnome-vfs" redirect-carefully
- 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_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:
- LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{X-DCMGUID}i%{X-UP-SUBNO}i%{X-JPHONE-UID}i\"" combined
- LogFormat "%h %l %u %t \"%r\" %>s %b" common
- LogFormat "%{Referer}i -> %U" referer
- LogFormat "%{User-agent}i" agent
- CustomLog /var/log/httpd/access.log combined
- <VirtualHost *>
- CustomLog /var/log/httpd/access.log combined
- </Directory>
- 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.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:
- 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 "/usr/local/apache2/htdocs">
- Order Allow,Deny
- Allow from all
- </Directory>
- <Directory /home/*/public_html>
- Order Allow,Deny
- Allow from all
- </Directory>
- <Files ~ "^\.ht">
- Order Allow,Deny
- Deny from all
- </Files>
- <Directory "/usr/local/apache2/icons">
- Order Allow,Deny
- Allow from all
- </Directory>
- <Directory "/usr/local/share/doc">
- Order Allow,Deny
- Allow from all
- </Directory>
- <Directory "/usr/local/apache2/cgi-bin">
- Order Allow,Deny
- Allow from all
- </Directory>
- <Location /server-status>
- Order Allow,Deny
- Allow from all
- </Location>
- <Location /server-info>
- Order Allow,Deny
- Allow from all
- </Location>
- <Directory "/usr/local/apache2/htdocs">
- Order Allow,Deny
- <Directory "/usr/local/apache2/htdocs">
- Allow from all
- </Directory>
- 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.
- MaxMemFree - Maximum number of 1k blocks a particular childs allocator may hold.
- Current Configuration:
- LockFile /var/run/httpd/httpd.lock
- PidFile /var/run/httpd/httpd.pid
- ScoreBoardFile /var/run/httpd/httpd.scoreboard
- Timeout 300
- MaxRequestsPerChild 4000
- ServerAdmin postmaster@beppers.jp
- ServerName ns.beppers.jp
- UseCanonicalName Off
- DocumentRoot "/usr/local/apache2/htdocs"
- <Directory "/usr/local/apache2/htdocs">
- AllowOverride All
- Options ExecCGI FollowSymLinks Includes Indexes
- </Directory>
- AccessFileName .htaccess
- <Directory /home/*/public_html>
- AllowOverride All
- Options ExecCGI FollowSymLinks Includes Indexes
- </Directory>
- DefaultType text/plain
- HostnameLookups Off
- ErrorLog /var/log/httpd/error.log
- LogLevel warn
- ServerTokens Full
- ServerSignature On
- <Directory "/usr/local/apache2/icons">
- AllowOverride None
- Options Indexes MultiViews
- </Directory>
- <Directory "/usr/local/share/doc">
- AllowOverride None
- Options Indexes MultiViews
- </Directory>
- <Directory "/usr/local/apache2/cgi-bin">
- AllowOverride None
- Options None
- </Directory>
- <Location /server-status>
- SetHandler server-status
- </Location>
- <Location /server-info>
- SetHandler server-info
- </Location>
- NameVirtualHost *
- <VirtualHost *>
- DocumentRoot "/usr/local/apache2/htdocs"
- ServerName ns.beppers.jp
- ServerAdmin postmaster@beppers.jp
- ErrorLog /var/log/httpd/error.log
- <Directory "/usr/local/apache2/htdocs">
- AllowOverride All
- Options ExecCGI FollowSymLinks Includes Indexes
- </Directory>
Apache/2.0.52 (Unix) DAV/2 PHP/5.2.10 mod_ssl/2.0.52 OpenSSL/0.9.7d Server at ns.beppers.jp Port 80