Apache Server Information

Server Settings, mod_php3.c, mod_php4.c, mod_ssl.c, mod_setenvif.c, mod_so.c, mod_auth.c, mod_access.c, mod_alias.c, mod_userdir.c, mod_actions.c, mod_imap.c, mod_asis.c, mod_cgi.c, mod_dir.c, mod_autoindex.c, mod_include.c, mod_info.c, mod_status.c, mod_negotiation.c, mod_mime.c, mod_log_config.c, mod_env.c, http_core.c
Server Version: Apache/1.3.29 (Unix) PHP/3.0.18-i18n-ja-3 PHP/4.4.9 mod_ssl/2.8.16 OpenSSL/0.9.7d
Server Built: Mar 27 2004 01:24:29
API Version: 19990320:15
Run Mode: standalone
User/Group: nobody(65534)/65534
Hostname/port: www.viewhotels.co.jp:80
Daemons: start: 5    min idle: 5    max idle: 10    max: 150
Max Requests: per child: 10000    keep alive: on    max per connection: 100
Threads: per child: 0   
Excess requests: per child: 0   
Timeouts: connection: 300    keep-alive: 15
Server Root: /usr/local/apache
Config File: conf/httpd.conf
PID File: /var/run/httpd/httpd.pid
Scoreboard File: /var/run/httpd/httpd.scoreboard

Module Name: mod_php3.c
Content handlers: application/x-httpd-php3 , application/x-httpd-php3-preprocessed , application/x-httpd-php3-source , text/html
Configuration Phase Participation: Create Directory Config, Merge Directory Configs
Request Phase Participation: none
Module Directives:
php3_error_reporting - error reporting level
php3_doc_root - directory
php3_user_dir - user directory
php3_safe_mode_exec_dir - safe mode executable dir
php3_include_path - colon-separated path
php3_auto_prepend_file - file name
php3_auto_append_file - file name
php3_upload_tmp_dir - directory
php3_extension_dir - directory
php3_error_log - error log file
php3_arg_separator - GET method arg separator
php3_max_execution_time - Max script run time in seconds
php3_memory_limit - Max memory in bytes a script may use
php3_sendmail_path - Full path to sendmail binary
php3_browscap - Full path to browscap file
php3_gpc_order - Set GET-COOKIE-POST order [default is GPC]
php3_error_prepend_string - String to add before an error message from PHP
php3_error_append_string - String to add after an error message from PHP
php3_open_basedir - Limit opening of files to this directory
php3_upload_max_filesize - Limit uploaded files to this many bytes
php3_charset - charset
php3_track_errors - on|off
php3_magic_quotes_gpc - on|off
php3_magic_quotes_runtime - on|off
php3_short_open_tag - on|off
php3_safe_mode - on|off
php3_track_vars - on|off
php3_sql_safe_mode - on|off
php3_engine - on|off
php3_xbithack - on|off
php3_last_modified - on|off
php3_log_errors - on|off
php3_display_errors - on|off
php3_magic_quotes_sybase - on|off
php3_enable_dl - on|off
php3_asp_tags - on|off
php3_ignore_user_abort - on|off
php3_expose_php - on|off
php3_i18n_http_output - I18N output code
php3_i18n_internal_encoding - I18N internal encoding
php3_i18n_script_encoding - I18N script encode
php3_i18n_http_input - I18N http input
php3_i18n_http_input_default - I18N http input default
Current Configuration:

Module Name: mod_php4.c
Content handlers: application/x-httpd-php , application/x-httpd-php-source , text/html
Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Child Exit
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)
Current Configuration:

Module Name: mod_ssl.c
Content handlers: mod_ssl:content-handler
Configuration Phase Participation: Child Init, 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 - SSL lock for handling internal mutual exclusions (`none', `file:/path/to/file')
SSLPassPhraseDialog - SSL dialog mechanism for the pass phrase query (`builtin', `exec:/path/to/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)
SSLLog - SSL logfile for SSL-related messages (`/path/to/file', `|/path/to/program')
SSLLogLevel - SSL logfile verbosity level (`none', `error', `warn', `info', `debug')
SSLProtocol - Enable or disable various SSL protocols(`[+-][SSLv2|SSLv3|TLSv1] ...' - see manual)
SSLOptions - Set one of 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 expresion to evaluate to true for granting access(arbitrary complex boolean expression - see manual)
Current Configuration:
conf/httpd.conf
SSLPassPhraseDialog builtin
SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex file:/usr/local/apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog /usr/local/apache/logs/ssl_engine.log
SSLLogLevel info
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /usr/local/ssl/www_viewhotels_co_jp.crt
SSLCertificateKeyFile /usr/local/ssl/www_viewhotels_co_jp.key
SSLCACertificateFile /usr/local/ssl/RapidSSL_CA.crt
<Directory "/www/www.viewhotels.co.jp/old/www">
  SSLOptions +StdEnvVars
</Directory>

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:
conf/httpd.conf
SetEnvIf Request_URI "\.(gif)|(jpg)|(png)|(bmp)|(css)|(cgi)$" nolog
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
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0

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:
conf/httpd.conf
LoadModule php4_module libexec/libphp4.so
LoadModule php3_module libexec/libphp3.so

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 'off' 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:
conf/httpd.conf
<Files ~ "^\.ht">
  Order allow,deny
  Deny from all
</Files>
<Directory "/usr/local/apache/icons">
  Order allow,deny
  Allow from all
</Directory>
<Location /server-status>
  Order deny,allow
  Deny from all
  Allow from all
</Location>
<Location /server-info>
  Order deny,allow
  Deny from all
  Allow from all
</Location>
<Directory "/usr/local/urchin/htdocs">
  Order allow,deny
  Allow from all
</Directory>

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:
conf/httpd.conf
Alias /icons/ "/usr/local/apache/icons/"

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:
conf/httpd.conf
UserDir public_html

Module Name: mod_actions.c
Content handlers: */*
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: application/x-httpd-imap , imap-file
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_asis.c
Content handlers: httpd/send-as-is , send-as-is
Configuration Phase Participation: none
Request Phase Participation: none
Module Directives: none

Module Name: mod_cgi.c
Content handlers: application/x-httpd-cgi , cgi-script
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_dir.c
Content handlers: httpd/unix-directory
Configuration Phase Participation: Create Directory Config, Merge Directory Configs
Request Phase Participation: none
Module Directives:
DirectoryIndex - a list of file names
Current Configuration:
conf/httpd.conf
DirectoryIndex index.php index.html
<Directory "/usr/local/urchin/htdocs">
  DirectoryIndex session.cgi
</Directory>

Module Name: mod_autoindex.c
Content handlers: httpd/unix-directory
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 - Limited to 'on' or 'off' (superseded by IndexOptions FancyIndexing)
DefaultIcon - an icon URL
Current Configuration:
conf/httpd.conf
IndexOptions FancyIndexing
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
HeaderName HEADER
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

Module Name: mod_include.c
Content handlers: text/x-server-parsed-html , text/x-server-parsed-html3 , server-parsed , text/html
Configuration Phase Participation: Create Directory Config
Request Phase Participation: none
Module Directives:
XBitHack - Off, On, or Full
Current Configuration:

Module Name: mod_info.c
Content handlers: server-info
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_status.c
Content handlers: application/x-httpd-status , server-status
Configuration Phase Participation: none
Request Phase Participation: none
Module Directives:
ExtendedStatus - "On" to enable extended status information, "Off" to disable
Current Configuration:
conf/httpd.conf
ExtendedStatus On

Module Name: mod_negotiation.c
Content handlers: application/x-type-map , type-map
Configuration Phase Participation: Create Directory Config, Merge Directory Configs
Request Phase Participation: Check Type, Fixups
Module Directives:
CacheNegotiatedDocs - no arguments (either present or absent)
LanguagePriority - space-delimited list of MIME language abbreviations
Current Configuration:
conf/httpd.conf
LanguagePriority ja en zh-CN

Module Name: mod_mime.c
Content handlers: none
Configuration Phase Participation: Create Directory Config, Merge Directory Configs
Request Phase Participation: Check Type
Module Directives:
AddType - a mime type followed by one or more file extensions
AddEncoding - an encoding (e.g., gzip), followed by one or more file extensions
AddCharset - a charset (e.g., iso-2022-jp), followed by one or more file extensions
AddLanguage - a language (e.g., fr), followed by one or more file extensions
AddHandler - a handler name followed by one or more file extensions
ForceType - a media type
RemoveHandler - one or more file extensions
RemoveEncoding - one or more file extensions
RemoveType - one or more file extensions
SetHandler - a handler name
TypesConfig - the MIME types config file
DefaultLanguage - language to use for documents with no other language file extension
Current Configuration:
conf/httpd.conf
TypesConfig /usr/local/apache/conf/mime.types
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .ee
AddLanguage fr .fr
AddLanguage de .de
AddLanguage el .el
AddLanguage he .he
AddCharset ISO-8859-8 .iso8859-8
AddLanguage it .it
AddLanguage ja .ja
AddCharset ISO-2022-JP .jis
AddLanguage kr .kr
AddCharset ISO-2022-KR .iso-kr
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pl .po
AddCharset ISO-8859-2 .iso-pl
AddLanguage pt .pt
AddLanguage pt-br .pt-br
AddLanguage ltz .lu
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage zh .zh
AddLanguage tw .tw
AddCharset Big5 .Big5 .big5
AddCharset WINDOWS-1251 .cp-1251
AddCharset CP866 .cp866
AddCharset ISO-8859-5 .iso-ru
AddCharset KOI8-R .koi8-r
AddCharset UCS-2 .ucs2
AddCharset UCS-4 .ucs4
AddCharset UTF-8 .utf8
AddType application/x-httpd-php3 .html
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps .php3s
AddType application/x-tar .tgz
AddType video/x-ms-asf .asx
AddHandler cgi-script .cgi
<Location /server-status>
  SetHandler server-status
</Location>
<Location /server-info>
  SetHandler server-info
</Location>
<Directory "/usr/local/urchin/htdocs">
  AddHandler cgi-script .cgi
</Directory>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl

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
Current Configuration:
conf/httpd.conf
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /usr/local/apache/logs/access.log combined env=!nolog
CustomLog logs/www.viewhotels.co.jp-current.log combined env=!nolog
CustomLog logs/view-wedding.jp/asakusa-current.log combined env=!nolog
CustomLog logs/www.vad.co.jp-current.log combined env=!nolog
CustomLog logs/www.senzankaku.com-current.log combined env=!nolog
CustomLog logs/www.rich-hotels.co.jp-current.log combined env=!nolog
CustomLog logs/www.tmflora.jp-current.log combined env=!nolog
CustomLog logs/www.sekumiya.jp-current.log combined env=!nolog
CustomLog logs/www.topbay.co.jp-current.log combined env=!nolog
CustomLog logs/www.kyoto-ranzan.jp-current.log combined env=!nolog
CustomLog logs/www.024-924-1111.jp-current.log combined env=!nolog
CustomLog logs/www.viewnetwork.co.jp-current.log combined env=!nolog
CustomLog logs/www.viewhotels.co.jp-current.log combined env=!nolog

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 a value to pass to CGI.
UnsetEnv - a list of variables to remove from the CGI environment.
Current Configuration:

Module Name: http_core.c
Content handlers: */* , default-handler
Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
Request Phase Participation: Translate Path, Check Access, Check Type
Module Directives:
<Directory - Container for directives affecting resources located in the specified directories
</Directory> - Marks end of
<Location - Container for directives affecting resources accessed through the specified URL paths
</Location> - Marks end of
<VirtualHost - Container to map directives to a particular virtual host, takes one or more host addresses
</VirtualHost> - Marks end of
<Files - Container for directives affecting files matching specified patterns
</Files> - Marks end of
<Limit - Container for authentication directives when accessed using specified HTTP methods
</Limit> - Marks end of
<LimitExcept - Container for authentication directives to be applied when any HTTP method other than those specified is used to access the resource
</LimitExcept> - Marks end of
<IfModule - Container for directives based on existance of specified modules
</IfModule> - Marks end of
<IfDefine - Container for directives based on existance of command line defines
</IfDefine> - Marks end of
<DirectoryMatch - Container for directives affecting resources located in the specified directories
</DirectoryMatch> - Marks end of
<LocationMatch - Container for directives affecting resources accessed through the specified URL paths
</LocationMatch> - Marks end of
<FilesMatch - Container for directives affecting files matching specified patterns
</FilesMatch> - Marks end of
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
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
ServerType - 'inetd' or 'standalone'
Port - A TCP port number
HostnameLookups - "on" to enable, "off" to disable reverse DNS lookups, or "double" to enable double-reverse DNS lookups
User - Effective user id for this server
Group - Effective group id for this server
ServerAdmin - The email address of the server administrator
ServerName - The hostname 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
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
AccessConfig - The filename of the access config file
ResourceConfig - The filename of the resource config file
ServerAlias - A name or names alternately used to access the server
ServerPath - The pathname the server can be reached at
Timeout - Timeout duration (sec)
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
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
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
MaxServers - Deprecated equivalent to MaxSpareServers
ServersSafetyLimit - Deprecated equivalent to MaxClients
MaxClients - Maximum number of children alive at the same time
MaxRequestsPerChild - Maximum number of requests a particular child serves before dying.
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
BindAddress - '*', a numeric IP address, or the name of a host with a unique IP address
Listen - A port number or a numeric IP address and a port number
SendBufferSize - Send buffer size in bytes
AddModule - The name of a module
ClearModuleList -
ThreadsPerChild - Number of threads a child creates
ExcessRequestsPerChild - Maximum number of requests a particular child serves after it is ready to die.
ListenBacklog - Maximum length of the queue of pending connections, as used by listen(2)
AcceptFilter - Switch AcceptFiltering on/off (default is on).
CoreDumpDirectory - The location of the directory Apache changes to before dumping core
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
CGICommandArgs - Allow or Disallow CGI requests to pass args on the command line
ServerTokens - Tokens displayed in the Server: header - Min[imal], OS, Prod[uctOnly], 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
ProtocolReqCheck - Enable strict checking of Protocol type in requests
ShmemUIDisUser - Enable the setting of SysV shared memory scoreboard uid/gid to User/Group
AcceptMutex - Serialized Accept Mutex; the methods 'flock' are compiled in
FileETag - Specify components used to construct a file's ETag
LimitInternalRecursion - maximum recursion depth of internal redirects and subrequests
Current Configuration:
conf/httpd.conf
ServerType standalone
ServerRoot "/usr/local/apache"
LockFile /var/run/httpd/httpd.lock
PidFile /var/run/httpd/httpd.pid
ScoreBoardFile /var/run/httpd/httpd.scoreboard
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 150
MaxRequestsPerChild 10000
User nobody
Group nobody
ServerAdmin postmaster@viewhotels.co.jp
ServerName www.viewhotels.co.jp
DocumentRoot "/usr/local/apache/htdocs"
Port 80
<Directory "/">
  Options FollowSymLinks
  AllowOverride None
</Directory>
<Directory "/www">
  Options FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
<IfModule mod_userdir.c>
</IfModule>
<IfModule mod_dir.c>
</IfModule>
AccessFileName .htaccess
<Files ~ "^\.ht">
  Satisfy All
</Files>
UseCanonicalName On
<IfModule mod_mime.c>
</IfModule>
DefaultType text/plain
<IfModule mod_mime_magic.c>
</IfModule>
HostnameLookups Off
ErrorLog /usr/local/apache/logs/error.log
LogLevel warn
ServerSignature On
<IfModule mod_alias.c>
<Directory "/usr/local/apache/icons">
  Options Indexes MultiViews
  AllowOverride None
</Directory>
</IfModule>
<IfModule mod_autoindex.c>
</IfModule>
<IfModule mod_mime.c>
<IfModule mod_negotiation.c>
</IfModule>
</IfModule>
<IfModule mod_setenvif.c>
</IfModule>
<IfModule mod_ssl.c>
</IfModule>
NameVirtualHost *:80
Listen 80
<VirtualHost *>
ServerName www.viewhotels.co.jp
ServerAlias viewhotels.co.jp
DocumentRoot /www/www.viewhotels.co.jp/old/www
ServerAdmin postmaster@viewhotels.co.jp
ErrorLog logs/www.viewhotels.co.jp-error.log
<Directory "/www/www.viewhotels.co.jp/old/www">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName asakusa.view-wedding.jp
DocumentRoot /www/view-wedding.jp/asakusa/htdocs
ServerAdmin postmaster@viewhotels.co.jp
ErrorLog logs/view-wedding.jp/asakusa-error.log
<Directory "/www/view-wedding.jp/asakusa/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *>
ServerName www.vad.co.jp
DocumentRoot /www/www.vad.co.jp/htdocs
ServerAdmin postmaster@vad.co.jp
ErrorLog logs/www.vad.co.jp-error.log
<Directory "/www/www.vad.co.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.senzankaku.com
DocumentRoot /www/www.senzankaku.com/htdocs
ServerAdmin postmaster@senzankaku.com
ErrorLog logs/www.senzankaku.com-error.log
<Directory "/www/www.senzankaku.com/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.rich-hotels.co.jp
DocumentRoot /www/www.rich-hotels.co.jp/htdocs
ServerAdmin postmaster@rich-hotels.co.jp
ErrorLog logs/www.rich-hotels.co.jp-error.log
<Directory "/www/www.rich-hotels.co.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.tmflora.jp
DocumentRoot /www/www.tmflora.jp/htdocs
ServerAdmin postmaster@tmflora.jp
ErrorLog logs/www.tmflora.jp-error.log
<Directory "/www/www.tmflora.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.sekumiya.jp
DocumentRoot /www/www.sekumiya.jp/htdocs
ServerAdmin postmaster@sekumiya.jp
ErrorLog logs/www.sekumiya.jp-error.log
<Directory "/www/www.sekumiya.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.topbay.co.jp
DocumentRoot /www/www.topbay.co.jp/htdocs
ServerAdmin postmaster@topbay.co.jp
ErrorLog logs/www.topbay.co.jp-error.log
<Directory "/www/www.topbay.co.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName ranzan.viewhotels.co.jp
DocumentRoot /www/www.kyoto-ranzan.jp/htdocs
ServerAdmin postmaster@kyoto-ranzan.jp
ErrorLog logs/www.kyoto-ranzan.jp-error.log
<Directory "/www/www.kyoto-ranzan.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.024-924-1111.jp
DocumentRoot /www/www.024-924-1111.jp/htdocs
ServerAdmin postmaster@024-924-1111.jp
ErrorLog logs/www.024-924-1111.jp-error.log
<Directory "/www/www.024-924-1111.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.viewnetwork.co.jp
DocumentRoot /www/www.viewnetwork.co.jp/htdocs
ServerAdmin postmaster@viewnetwork.co.jp
ErrorLog logs/www.viewnetwork.co.jp-error.log
<Directory "/www/www.viewnetwork.co.jp/htdocs">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName urchin.viewhotels.co.jp
DocumentRoot /usr/local/urchin/htdocs
ServerAdmin postmaster@viewhotels.co.jp
ErrorLog /usr/local/urchin/var/error.log
<Directory "/usr/local/urchin/htdocs">
  Options ExecCGI
  AllowOverride None
</Directory>
</VirtualHost>
<IfDefine SSL>
Listen 443
NameVirtualHost *:443
<VirtualHost *:443>
ServerName www.viewhotels.co.jp
DocumentRoot /www/www.viewhotels.co.jp/old/www
ServerAdmin postmaster@viewhotels.co.jp
ErrorLog logs/www.viewhotels.co.jp-error.log
<Directory "/www/www.viewhotels.co.jp/old/www">
  Options Indexes FollowSymLinks ExecCGI
  AllowOverride All
</Directory>
</VirtualHost>
</IfDefine>

Apache/1.3.29 Server at www.viewhotels.co.jp Port 80