Apache Server Information

Server Settings, mod_setenvif.c, mod_auth.c, mod_access.c, mod_alias.c, mod_actions.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.17 (Unix)
Server Built: Apr 5 2002 00:20:27
API Version: 19990320:10
Run Mode: standalone
User/Group: nobody(60001)/60001
Hostname/port: u524.cs.uow.edu.au:8080
Daemons: start: 5    min idle: 5    max idle: 10    max: 30
Max Requests: per child: 10    keep alive: on    max per connection: 100
Threads: per child: 0   
Excess requests: per child: 0   
Timeouts: connection: 300    keep-alive: 15
Server Root: /spare0/csci399/sv24/AP_INST
Config File: conf/httpd.conf
PID File: /spare0/csci399/sv24/AP_INST/logs/httpd.pid
Scoreboard File: /spare0/csci399/sv24/AP_INST/logs/httpd.scoreboard

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
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

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:
conf/httpd.conf
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/access" >
  AuthGroupFile /spare0/csci399/sv24/AP_INST/passwords/.htgroups
  AuthUserFile /spare0/csci399/sv24/AP_INST/passwords/.htpasswords
</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:
conf/httpd.conf
<Directory "/spare0/csci399/sv24/AP_INST/htdocs">
  Order allow,deny
  Allow from all
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/multiv">
  Allow from all
</Directory>
<Files ~ "^\.ht">
  Order allow,deny
  Deny from all
</Files>
<Directory "/spare0/csci399/sv24/AP_INST/icons">
  Order deny,allow
  Allow from all
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/access" >
  Order deny,allow
  Allow from cs.uow.edu.au
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/cgi-bin">
  Order allow,deny
  Allow from all
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/progs">
  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>

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/ "/spare0/csci399/sv24/AP_INST/icons/"
ScriptAlias /cgi-bin/ "/spare0/csci399/sv24/AP_INST/cgi-bin/"

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_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.html

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:

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:

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 /spare0/csci399/sv24/AP_INST/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 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 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-tar .tgz
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddType text/html .shtml
AddHandler server-parsed .shtml
<Location /server-status>
  SetHandler server-status
</Location>
<Location /server-info>
  SetHandler server-info
</Location>

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\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /spare0/csci399/sv24/AP_INST/logs/access_log common

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)
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
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
Current Configuration:
conf/httpd.conf
ServerType standalone
ServerRoot "/spare0/csci399/sv24/AP_INST"
PidFile /spare0/csci399/sv24/AP_INST/logs/httpd.pid
ScoreBoardFile /spare0/csci399/sv24/AP_INST/logs/httpd.scoreboard
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 30
MaxRequestsPerChild 10
Port 8080
User nobody
Group nobody
ServerAdmin sv24@u516.cs.uow.edu.au
DocumentRoot "/spare0/csci399/sv24/AP_INST/htdocs"
<Directory />
  Options FollowSymLinks
  AllowOverride None
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs">
  Options Indexes FollowSymLinks MultiViews
  AllowOverride None
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/multiv">
  options MultiViews
</Directory>
<Directory /spare0/csci399/sv24/AP_INST/htdocs/over>
  AllowOverride AuthConfig
  Options Includes
</Directory>
<IfModule mod_userdir.c>
</IfModule>
<IfModule mod_dir.c>
</IfModule>
AccessFileName .htaccess
UseCanonicalName On
<IfModule mod_mime.c>
</IfModule>
DefaultType text/plain
<IfModule mod_mime_magic.c>
</IfModule>
HostnameLookups Off
ErrorLog /spare0/csci399/sv24/AP_INST/logs/error_log
LogLevel warn
ServerSignature On
<IfModule mod_alias.c>
<Directory "/spare0/csci399/sv24/AP_INST/icons">
  Options Indexes MultiViews
  AllowOverride None
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/access" >
  Options none
  AllowOverride AuthConfig
  AuthType Basic
  AuthName "399_sv24"
  Require valid-user
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs">
  Options -Indexes
  AllowOverride None
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/cgi-bin">
  AllowOverride None
  Options none
</Directory>
<Directory "/spare0/csci399/sv24/AP_INST/htdocs/progs">
  AllowOverride None
  Options ExecCGI
</Directory>
</IfModule>
<IfModule mod_autoindex.c>
</IfModule>
<IfModule mod_mime.c>
</IfModule>
<IfModule mod_setenvif.c>
</IfModule>

Apache/1.3.17 Server at u524.cs.uow.edu.au Port 8080