Apache Server Information

Server Settings, mod_roaming.c, sapi_apache2.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_dav_fs.c, mod_cgi.c, mod_info.c, mod_autoindex.c, mod_status.c, mod_dav.c, mod_mime.c, mod_ssl.c, mod_setenvif.c, mod_unique_id.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.c, mod_access.c, mod_so.c, http_core.c, prefork.c, core.c

Server Version: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8g DAV/2 PHP/4.4.9
Server Built: Jan 22 2008 09:36:26
API Version: 20020903:13
Hostname/port: www.cdsp.neu.edu:80
Timeouts: connection: 30    keep-alive: 30
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_roaming.c
Content handlers: yes
Configuration Phase Participation: Create Server Config
Request Phase Participation: Translate Path
Module Directives:
RoamingAlias - the roaming URI and the directory containing the roaming files
Current Configuration:
RoamingAlias /roaming/ "/usr/local/apache2/roaming/"

Module Name: sapi_apache2.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 /data2/home/ascott/web-docs/gallery >
  php_admin_flag safe_mode none
</Directory>
PHPINIDir /usr/local/lib/

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:
RewriteLog logs/rewrite_log
RewriteLogLevel 0

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/etc/httpd/icons/"
Alias /manual/ "/usr/local/apache2/manual/"
<Directory "/usr/local/apache2/manual">
  RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
</Directory>
ScriptAlias /cgi-bin/ "/usr/local/etc/httpd/cgi-bin/"
Alias /error/ "/usr/local/apache2/error/"

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

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:
<Directory />
  CheckSpelling Off
</Directory>

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.html index.php index.php3 index.shtml index.htm index.html.var

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 en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw
ForceLanguagePriority Prefer Fallback
<Directory "/usr/local/apache2/error">
  LanguagePriority en cs de es fr it nl sv pt-br ro
  ForceLanguagePriority Prefer Fallback
</Directory>

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 /tmp/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_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_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
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:
<Directory /usr/local/etc/httpd/htdocs>
    Dav on
</Directory>
<Location /usr/local/etc/httpd/htdocs/pdf>
    Dav on
</Location>
<Directory /usr/local/etc/httpd/icons>
    Dav off
</Directory>
<Directory /home/ascott/web-docs>
    Dav on
</Directory>

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-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 imap-file map
AddHandler type-map var
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
<Directory "/usr/local/apache2/error">
  AddOutputFilter Includes html
  AddHandler type-map var
</Directory>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
AddType application/x-ns-proxy-autoconfig .pac

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', `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:
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLPassPhraseDialog builtin
SSLSessionCache dbm:/usr/local/apache2/logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex sem
<VirtualHost www.webreporting.neu.edu:443>
  SSLEngine on
  SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
  SSLCertificateFile /usr/local/apache2/conf/ssl.crt/cert.cer
  SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
<FilesMatch "\.(cgi|shtml|phtml|php|php3?)$">
    SSLOptions +StdEnvVars
</FilesMatch>
<Directory "/usr/local/apache2/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>
</VirtualHost>

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 "/usr/local/apache2/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>
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
<VirtualHost www.webreporting.neu.edu:443>
  SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
</VirtualHost>

Module Name: mod_unique_id.c
Content handlers: none
Configuration Phase Participation: none
Request Phase Participation: Post-Read Request
Module Directives: none

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\"" combined
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog logs/access_log combined
CustomLog logs/vhost_log vhost
<VirtualHost www.webreporting.neu.edu:443>
  CustomLog /usr/local/apache2/logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>

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:

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:

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/etc/httpd/htdocs">
  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/apache2/manual">
  Order allow,deny
  Allow from all
</Files>
<Directory "/usr/local/etc/httpd/cgi-bin">
  Order allow,deny
  Allow from all
</Directory>
<Directory "/usr/local/apache2/error">
  Order allow,deny
  Allow from all
</Directory>
<Location /status>
  Order deny,allow
</Location>
<Location /info>
  Order deny,allow
  Allow from 155.33.
</Location>
<Directory /usr/local/etc/httpd/htdocs>
    Order allow,deny
<Directory /usr/local/etc/httpd/htdocs>
    Allow from all
</Directory>
</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 On
MaxKeepAliveRequests 100
KeepAliveTimeout 4

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 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 256
Listen 80
User nobody
Group nogroup
Listen 443

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.
TraceEnable - 'on' (default), 'off' or 'extended' to trace request body content
Current Configuration:
PidFile logs/httpd.pid
Timeout 30
MaxRequestsPerChild 0
ServerAdmin ascott@casdn.neu.edu
ServerName www.casdn.neu.edu:80
UseCanonicalName Off
ServerTokens Min
DocumentRoot "/usr/local/etc/httpd/htdocs"
<Directory />
  Options FollowSymLinks
  AllowOverride None
</Directory>
<Directory "/usr/local/etc/httpd/htdocs">
  Options Indexes FollowSymLinks Includes All
  AllowOverride None
</Directory>
<Directory "/usr/local/apache2/roaming" >
  AllowOverride All
  Options All
</Directory>
<Directory /home/*/web-docs>
  AllowOverride All
  Options All Followsymlinks -Indexes
</Directory>
<Directory /home/ascott/web-docs/geek>
  AllowOverride none
</Directory>
AccessFileName .htaccess
DefaultType text/plain
HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
ServerTokens Full
ServerSignature On
<Directory "/usr/local/apache2/icons">
  Options None
  AllowOverride None
</Directory>
<Directory "/usr/local/apache2/manual">
  Options Indexes multiviews
  AllowOverride None
<Files *.html>
    SetHandler type-map
</Files>
</Directory>
<Directory "/usr/local/etc/httpd/cgi-bin">
  AllowOverride None
  Options None
</Directory>
AddDefaultCharset ISO-8859-1
<Directory "/usr/local/apache2/error">
  AllowOverride None
  Options IncludesNoExec
</Directory>
ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
ErrorDocument 410 /error/HTTP_GONE.html.var
ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
<Location /status>
  SetHandler server-status
</Location>
<Location /info>
  SetHandler server-info
</Location>
<VirtualHost www.webreporting.neu.edu:443>
  DocumentRoot "/home/saman/web-docs"
  ServerName www.webreporting.neu.edu:443
  ServerAdmin root@www.casdn.neu.edu
<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>
<Directory /home/saman/web-docs>
    Options All -Indexes
    AllowOverride All
</Directory>
</FilesMatch>
NameVirtualHost 155.33.251.101
<VirtualHost 155.33.251.101>
  ServerAdmin ascott@casdn.neu.edu
  DocumentRoot /usr/local/etc/httpd/htdocs
  ServerName www.casdn.neu.edu
<Directory /usr/local/etc/httpd/htdocs>
    Options All FollowSymLinks Includes
    AllowOverride All
</Directory>
<Directory /usr/local/etc/httpd/events/input>
    AllowOverride All
</Directory>
</Location>

Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8g DAV/2 PHP/4.4.9 Server at www.cdsp.neu.edu Port 80