Apache Server Information
Server Settings, mod_jk.c, mod_log_mysql.c, mod_python.c, mod_put.c, mod_ssl.c, mod_roaming.c, mod_dav.c, mod_php4.c, mod_perl.c, mod_setenvif.c, mod_so.c, mod_headers.c, mod_expires.c, mod_auth_mysql.c, mod_auth_any.c, mod_auth_db.c, mod_auth_anon.c, mod_auth.c, mod_access.c, mod_rewrite.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_referer.c, mod_log_agent.c, mod_log_config.c, mod_env.c, mod_throttle.c, mod_bandwidth.c, mod_vhost_alias.c, http_core.c
Server Version: Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_jk/1.1.0 mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.5 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2
Server Built: Jun 19 2002 11:55:48
API Version: 19990320:10
Run Mode: standalone
User/Group: apache(48)/48
Hostname/port: otala.net:80
Daemons: start: 8 min idle: 5 max idle: 20 max: 150
Max Requests: per child: 2000 keep alive: on max per connection: 200
Threads: per child: 0
Excess requests: per child: 0
Timeouts: connection: 300 keep-alive: 15
Server Root: /etc/httpd
Config File: conf/httpd.conf
PID File: /var/run/httpd.pid
Scoreboard File: logs/apache_runtime_status
- Module Name: mod_jk.c
- Content handlers: application/x-jakarta-servlet
, jakarta-servlet
- Configuration Phase Participation:
Create Server Config, Merge Server Configs, Child Exit
- Request Phase Participation:
Translate Path
- Module Directives:
- JkWorkersFile - the name of a worker file for the Jakarta servlet containers
- JkMount - A mount point from a context to a Tomcat worker
- JkMountCopy - Should the base server mounts be copied to the virtual server
- JkLogFile - Full path to the Jakarta Tomcat module log file
- JkLogLevel - The Jakarta Tomcat module log level, can be debug, info, error or emerg
- JkLogStampFormat - The Jakarta Tomcat module log format, follow strftime synthax
- JkHTTPSIndicator - Name of the Apache environment that contains SSL indication
- JkCERTSIndicator - Name of the Apache environment that contains SSL client certificates
- JkCIPHERIndicator - Name of the Apache environment that contains SSL client cipher
- JkSESSIONIndicator - Name of the Apache environment that contains SSL session
- JkKEYSIZEIndicator - Name of the Apache environment that contains SSL key size in use
- JkExtractSSL - Turns on SSL processing and information gathering by mod_jk
- JkOptions - Set one of more options to configure the mod_jk module
- JkEnvVar - Adds a name of environment variable that should be sent to Tomcat
- Current Configuration:
- conf/httpd.conf
- JkWorkersFile /etc/httpd/conf/workers.properties
- JkLogFile /var/log/httpd/mod_jk.log
- JkLogLevel info
- JkMount /*.jsp ajp13
- JkMount /servlet/* ajp13
- Module Name: mod_log_mysql.c
- Content handlers: none
- Configuration Phase Participation:
Child Init, Create Server Config, Child Exit
- Request Phase Participation:
Logging
- Module Directives:
- MySQLTransferLogTable - The MySQL table that holds the transfer log
- MySQLTransferLogFormat - Instruct the module what information to log to the MySQL transfer log
- MySQLRefererIgnore - List of referers to ignore. Accesses that match will not be logged to MySQL
- MySQLRequestIgnore - List of URIs to ignore. Accesses that match will not be logged to MySQL
- MySQLRemhostIgnore - List of remote hosts to ignore. Accesses that match will not be logged to MySQL
- MySQLDatabase - The name of the MySQL database for logging
- MySQLWhichCookie - The CookieName that you want logged when using the 'c' config directive
- MySQLLoginInfo - The MySQL host, user-id and password for logging
- MySQLCreateTables - Turn on module's capability to create its SQL tables on the fly
- MySQLMassVirtualHosting - Activates option(s) useful for ISPs performing mass virutal hosting
- MySQLPreserveFile - Name of the file to use for data preservation during database downtime
- MySQLSocketFile - Name of the file to employ for socket connections to MySQL
- Current Configuration:
- conf/httpd.conf
- MySQLLoginInfo localhost loguser logpasswd
- MySQLDatabase apache
- MySQLTransferLogTable access_log
- MySQLTransferLogFormat huSUsbTvRA
- Module Name: mod_python.c
- Content handlers: python-program
- Configuration Phase Participation:
Child Init, Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Post-Read Request, Header Parse, Translate Path, Check Access, Verify User ID, Verify User Access, Check Type, Fixups, Logging
- Module Directives:
- PythonAccessHandler - Python access by host address handlers.
- PythonAuthenHandler - Python authentication handlers.
- PythonAutoReload - Set to Off if you do not want changed modules to automatically reload.
- PythonAuthzHandler - Python authorization handlers.
- PythonCleanupHandler - Python clean up handlers.
- PythonDebug - Send (most) Python error output to the client rather than logfile.
- PythonEnablePdb - Run handlers in pdb (Python Debugger). Use with -X.
- PythonFixupHandler - Python fixups handlers.
- PythonHandler - Python request handlers.
- PythonHeaderParserHandler - Python header parser handlers.
- PythonImport - Modules to be imported when this directive is processed.
- PythonInitHandler - Python request initialization handler.
- PythonInterpPerDirective - Create subinterpreters per directive.
- PythonInterpPerDirectory - Create subinterpreters per directory.
- PythonInterpreter - Forces a specific Python interpreter name to be used here.
- PythonLogHandler - Python logger handlers.
- PythonHandlerModule - A Python module containing handlers to be executed.
- PythonNoReload - Obsolete. Use PythonAutoReload instead.
- PythonOptimize - Set the equivalent of the -O command-line flag on the interpreter.
- PythonOption - Useful to pass custom configuration information to scripts.
- PythonPath - Python path, specified in Python list syntax.
- PythonPostReadRequestHandler - Python post read-request handlers.
- PythonTransHandler - Python filename to URI translation handlers.
- PythonTypeHandler - Python MIME type checker/setter handlers.
- Current Configuration:
- Module Name: mod_put.c
- Content handlers: */*
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
none
- Module Directives:
- EnablePut - Limited to 'on' or 'off'
- EnableDelete - Limited to 'on' or 'off'
- umask - numeric umask
- 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')
- SSLCryptoDevice - SSL external Crypto Device usage (`builtin', `...')
- SSLRandomSeed - SSL Pseudo Random Number Generator (PRNG) seeding source (`startup|connect builtin|file:/path|exec:/path [bytes]')
- SSLEngine - SSL switch for the protocol engine (`on', `off')
- SSLCipherSuite - Colon-delimited list of permitted SSL Ciphers (`XXX:...:XXX' - see manual)
- SSLCertificateFile - SSL Server Certificate file (`/path/to/file' - PEM or DER encoded)
- SSLCertificateKeyFile - SSL Server Private Key file (`/path/to/file' - PEM or DER encoded)
- SSLCertificateChainFile - SSL Server CA Certificate Chain file (`/path/to/file' - PEM encoded)
- SSLCACertificatePath - SSL CA Certificate path (`/path/to/dir' - contains PEM encoded files)
- SSLCACertificateFile - SSL CA Certificate file (`/path/to/file' - PEM encoded)
- SSLCARevocationPath - SSL CA Certificate Revocation List (CRL) path (`/path/to/dir' - contains PEM encoded files)
- SSLCARevocationFile - SSL CA Certificate Revocation List (CRL) file (`/path/to/file' - PEM encoded)
- SSLVerifyClient - SSL Client verify type (`none', `optional', `require', `optional_no_ca')
- SSLVerifyDepth - SSL Client verify depth (`N' - number of intermediate certificates)
- SSLSessionCacheTimeout - SSL Session Cache object lifetime (`N' - number of seconds)
- 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)
- 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)
- 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 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 shm:logs/ssl_scache(512000)
- SSLSessionCacheTimeout 300
- SSLMutex file:logs/ssl_mutex
- SSLRandomSeed startup builtin
- SSLRandomSeed connect builtin
- SSLLog logs/ssl_engine_log
- SSLLogLevel error
- Module Name: mod_roaming.c
- Content handlers: roaming-file
- 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:
- Module Name: mod_dav.c
- Content handlers: dav-handler
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Check Type
- Module Directives:
- DAV - turn DAV on/off for a directory or location
- DAVLockDB - specify a lock database
- DAVMinTimeout - specify minimum allowed timeout
- DAVDepthInfinity - allow Depth infinity PROPFIND requests
- DAVParam - DAVParam
- LimitXMLRequestBody - Limit (in bytes) on maximum size of an XML-based request body
- 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_perl.c
- Content handlers: perl-script
, httpd/unix-directory
- Configuration Phase Participation:
Child Init, Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Post-Read Request, Header Parse, Translate Path, Check Access, Verify User ID, Verify User Access, Check Type, Fixups, Logging
- Module Directives:
- <Perl> - Perl code
- </Perl> - End Perl code
- =pod - Start of POD
- =back - End of =over
- =cut - End of POD
- __END__ - Stop reading config
- PerlFreshRestart - Tell mod_perl to reload modules and flush Apache::Registry cache on restart
- PerlTaintCheck - Turn on -T switch
- PerlWarn - Turn on -w switch
- PerlScript - this directive is deprecated, use `PerlRequire'
- PerlRequire - A Perl script name, pulled in via require
- PerlModule - List of Perl modules
- PerlSetVar - Perl config var and value
- PerlAddVar - Perl config var and value
- PerlSetEnv - Perl %ENV key and value
- PerlPassEnv - pass environment variables to %ENV
- PerlSendHeader - Tell mod_perl to parse and send HTTP headers
- PerlSetupEnv - Tell mod_perl to setup %ENV by default
- PerlHandler - the Perl handler routine name
- PerlTransHandler - the Perl Translation handler routine name
- PerlAuthenHandler - the Perl Authentication handler routine name
- PerlAuthzHandler - the Perl Authorization handler routine name
- PerlAccessHandler - the Perl Access handler routine name
- PerlTypeHandler - the Perl Type check handler routine name
- PerlFixupHandler - the Perl Fixup handler routine name
- PerlLogHandler - the Perl Log handler routine name
- PerlCleanupHandler - the Perl Cleanup handler routine name
- PerlInitHandler - the Perl Init handler routine name
- PerlHeaderParserHandler - the Perl Header Parser handler routine name
- PerlChildInitHandler - the Perl Child init handler routine name
- PerlChildExitHandler - the Perl Child exit handler routine name
- PerlPostReadRequestHandler - the Perl Post Read Request handler routine name
- PerlDispatchHandler - the Perl Dispatch handler routine name
- PerlRestartHandler - the Perl Restart handler routine name
- Current Configuration:
- conf/httpd.conf
- PerlModule Apache::Registry;
- PerlSendHeader On
- <Directory /var/www/perl>
- PerlHandler Apache::Registry
- </Directory>
- <Location /perl-status>
- PerlHandler Apache::Status
- </Location>
- 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_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 vhost_alias_module modules/mod_vhost_alias.so
- LoadModule bandwidth_module modules/mod_bandwidth.so
- LoadModule throttle_module modules/mod_throttle.so
- LoadModule env_module modules/mod_env.so
- LoadModule config_log_module modules/mod_log_config.so
- LoadModule agent_log_module modules/mod_log_agent.so
- LoadModule referer_log_module modules/mod_log_referer.so
- LoadModule mime_module modules/mod_mime.so
- LoadModule negotiation_module modules/mod_negotiation.so
- LoadModule status_module modules/mod_status.so
- LoadModule info_module modules/mod_info.so
- LoadModule includes_module modules/mod_include.so
- LoadModule autoindex_module modules/mod_autoindex.so
- LoadModule dir_module modules/mod_dir.so
- LoadModule cgi_module modules/mod_cgi.so
- LoadModule asis_module modules/mod_asis.so
- LoadModule imap_module modules/mod_imap.so
- LoadModule action_module modules/mod_actions.so
- LoadModule userdir_module modules/mod_userdir.so
- LoadModule alias_module modules/mod_alias.so
- LoadModule rewrite_module modules/mod_rewrite.so
- LoadModule access_module modules/mod_access.so
- LoadModule auth_module modules/mod_auth.so
- LoadModule anon_auth_module modules/mod_auth_anon.so
- LoadModule db_auth_module modules/mod_auth_db.so
- LoadModule auth_any_module modules/mod_auth_any.so
- LoadModule mysql_auth_module modules/mod_auth_mysql.so
- LoadModule expires_module modules/mod_expires.so
- LoadModule headers_module modules/mod_headers.so
- LoadModule setenvif_module modules/mod_setenvif.so
- LoadModule perl_module modules/libperl.so
- LoadModule php_module modules/mod_php.so
- LoadModule php3_module modules/libphp3.so
- LoadModule php4_module modules/libphp4.so
- LoadModule dav_module modules/libdav.so
- LoadModule roaming_module modules/mod_roaming.so
- LoadModule ssl_module modules/libssl.so
- LoadModule put_module modules/mod_put.so
- LoadModule python_module modules/mod_python.so
- LoadModule mysql_log_module modules/mod_log_mysql.so
- LoadModule jk_module modules/mod_jk-3.3-ap13-eapi.so
- Module Name: mod_headers.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Fixups
- Module Directives:
- Header - an action, header and value
- Current Configuration:
- Module Name: mod_expires.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Fixups
- Module Directives:
- ExpiresActive - Limited to 'on' or 'off'
- ExpiresBytype - a MIME type followed by an expiry date code
- ExpiresDefault - an expiry date code
- Current Configuration:
- conf/httpd.conf
- <Directory "/var/www/adeskinsv.com/pwiki/areas/">
- ExpiresActive On
- ExpiresDefault "now plus 1 minute"
- </Directory>
- <Directory /var/www/adeskinsv.com/pwiki/upload/>
- ExpiresActive On
- ExpiresDefault "now plus 1 minute"
- </Directory>
- Module Name: mod_auth_mysql.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Child Exit
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthMySQLHost - mysql server host name
- AuthMySQLUser - mysql server user name
- AuthMySQLPassword - mysql server user password
- AuthMySQLDB - mysql database name
- AuthMySQLUserTable - mysql user table name
- AuthMySQLGroupTable - mysql group table name
- AuthMySQLNameField - mysql User ID field name within table
- AuthMySQLGroupField - mysql Group field name within table
- AuthMySQLPasswordField - mysql Password field name within table
- AuthMySQLCryptedPasswords - mysql passwords are stored encrypted if On
- AuthMySQLKeepAlive - mysql connection kept open across requests if On
- AuthMySQLAuthoritative - mysql lookup is authoritative if On
- AuthMySQLNoPasswd - If On, only check if user exists; ignore password
- Current Configuration:
- Module Name: mod_auth_any.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthAnyUserProg - text file containing user IDs and passwords
- AuthAnyGroupFile - text file containing group names and member user IDs
- AuthAnyAuthoritative - 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_auth_db.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthDBUserFile -
- AuthDBGroupFile -
- AuthUserFile -
- AuthGroupFile -
- AuthDBAuthoritative - 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:
- conf/httpd.conf
- <Directory "/var/www/adeskinsv.com/pwiki/areas/">
- AuthUserFile /var/www/adeskinsv.com/pwiki/editors
- </Directory>
- <Directory /var/www/adeskinsv.com/pwiki/upload/>
- AuthUserFile /var/www/adeskinsv.com/pwiki/editors
- </Directory>
- Module Name: mod_auth_anon.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- Anonymous - a space-separated list of user IDs
- Anonymous_MustGiveEmail - Limited to 'on' or 'off'
- Anonymous_NoUserId - Limited to 'on' or 'off'
- Anonymous_VerifyEmail - Limited to 'on' or 'off'
- Anonymous_LogEmail - Limited to 'on' or 'off'
- Anonymous_Authoritative - Limited to 'on' or 'off'
- Current Configuration:
- Module Name: mod_auth.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config
- Request Phase Participation:
Verify User ID, Verify User Access
- Module Directives:
- AuthUserFile - text file containing user IDs and passwords
- AuthGroupFile - text file containing group names and member user IDs
- AuthAuthoritative - Set to '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 "/var/www/adeskinsv.com/pwiki/areas/">
- AuthUserFile /var/www/adeskinsv.com/pwiki/editors
- </Directory>
- <Directory /var/www/adeskinsv.com/pwiki/upload/>
- AuthUserFile /var/www/adeskinsv.com/pwiki/editors
- </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 "/var/www">
- Order allow,deny
- Allow from all
- </Directory>
- <Files ~ "^\.ht">
- Order allow,deny
- Deny from all
- </Files>
- <Directory "/var/www/icons">
- Order allow,deny
- Allow from all
- </Directory>
- <Directory "/var/www/cgi-bin">
- Order allow,deny
- Allow from all
- </Directory>
- <Location /perl-status>
- Order deny,allow
- </Location>
- <Directory /usr/share/doc>
- order deny,allow
- deny from all
- allow from localhost .localdomain
- </Directory>
- <Directory /var/www/adeskinsv.com/pwiki/upload/>
- Order allow,deny
- Allow from all
- </Directory>
- Module Name: mod_rewrite.c
- Content handlers: redirect-handler
- Configuration Phase Participation:
Child Init, Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path, Check Type, Fixups
- Module Directives:
- RewriteEngine - On or Off to enable or disable (default) the whole rewriting engine
- RewriteOptions - List of option strings to set
- RewriteBase - the base URL of the per-directory context
- RewriteCond - an input string and a to be applied regexp-pattern
- RewriteRule - an URL-applied regexp-pattern and a substitution URL
- RewriteMap - a mapname and a filename
- RewriteLock - the filename of a lockfile used for inter-process synchronization
- RewriteLog - the filename of the rewriting logfile
- RewriteLogLevel - the level of the rewriting logfile verbosity (0=none, 1=std, .., 9=max)
- Current Configuration:
- Module Name: mod_alias.c
- Content handlers: none
- Configuration Phase Participation:
Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path, Fixups
- Module Directives:
- Alias - a fakename and a realname
- ScriptAlias - a fakename and a realname
- Redirect - an optional status, then document to be redirected and destination URL
- AliasMatch - a regular expression and a filename
- ScriptAliasMatch - a regular expression and a filename
- RedirectMatch - an optional status, then a regular expression and destination URL
- RedirectTemp - a document to be redirected, then the destination URL
- RedirectPermanent - a document to be redirected, then the destination URL
- Current Configuration:
- conf/httpd.conf
- Alias /icons/ "/var/www/icons/"
- ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
- Alias /perl /var/www/perl
- Alias /doc/ /usr/share/doc/
- Alias /wiki/ "/var/www/adeskinsv.com/pwiki/areas/"
- Alias /wiki-editors/ "/var/www/adeskinsv.com/pwiki/areas/"
- Alias /wiki-files/ "/var/www/adeskinsv.com/pwiki/upload/"
- ScriptAlias /mailman/ /var/mailman/cgi-bin/
- Alias /pipermail/ /var/mailman/archives/public/
- Alias /webmail/ "/usr/share/squirrelmail/"
- Alias /mrtg /var/www/html/mrtg
- Alias /usage /var/www/html/usage
- 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.html index.htm index.shtml index.php index.php4 index.php3 index.phtml index.cgi index.jsp
- 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 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
- HeaderName HEADER
- IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
- <Directory /var/www>
- IndexOptions FancyIndexing NameWidth=*
- </Directory>
- 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:
- conf/httpd.conf
- XBitHack On
- 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 en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
- 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 /etc/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 zh-tw .tw
- 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 .php3
- AddType application/x-httpd-php3-source .phps
- AddType application/x-httpd-php .php .php4 .php3 .phtml
- AddType application/x-httpd-php-source .phps
- AddType application/x-httpd-php .phtml
- AddType application/x-tar .tgz
- AddHandler cgi-script .cgi
- AddHandler cgi-script .pl
- AddType text/html .shtml
- AddHandler server-parsed .shtml
- AddHandler imap-file map
- <Directory /var/www/perl>
- SetHandler perl-script
- </Directory>
- <Location /perl-status>
- SetHandler perl-script
- </Location>
- <Location /server-status>
- SetHandler server-status
- </Location>
- <Location /server-info>
- SetHandler server-info
- </Location>
- <Location /throttle-status>
- SetHandler throttle-status
- </Location>
- AddType application/x-x509-ca-cert .crt
- AddType application/x-pkcs7-crl .crl
- <Directory "/var/www/adeskinsv.com/pwiki/areas/">
- ForceType application/x-httpd-php
- </Directory>
- Module Name: mod_log_referer.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
Logging
- Module Directives:
- RefererLog - the filename of the referer log
- RefererIgnore - referer hostnames to ignore
- Current Configuration:
- Module Name: mod_log_agent.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config
- Request Phase Participation:
Logging
- Module Directives:
- AgentLog - the filename of the agent log
- 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
- 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 logs/access_log combined
- 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: mod_throttle.c
- Content handlers: throttle-me
, throttle-info
, throttle-status
, throttle-client-ip
, throttle-remote-user
- Configuration Phase Participation:
Child Init, Create Directory Config, Merge Directory Configs
- Request Phase Participation:
Translate Path, Check Access, Verify User ID, Verify User Access, Check Type, Fixups, Logging
- Module Directives:
- ThrottleClientIP - Specify global throttle pool size, policy, limit, and period for all client IP connections.
- ThrottleContentType - Content-Type of throttle display, or use /throttle-status?content-type=text/plain
- ThrottleIndicator - Set % threshold for green, yellow, red, and critical alerts.
- ThrottleLockFile - The lock file used with fcntl() or flock() serialization. Must be stored on a local disk.
- ThrottleMaxDelay - Set max. delay threshold in seconds before refusing connections.
- ThrottlePolicy - Select policy, limit, and period.
- ThrottleRefresh - Refresh time in seconds, or use /throttle-status?refresh=sec
- ThrottleRemoteUser - Specify global throttle pool size, policy, limit, and period for all authenticated remote users.
- ThrottleRuntimeFile - The runtime data file used across shutdowns and restarts.
- ThrottleUser - Specify user to throttle according to policy, limit, and period.
- Current Configuration:
- Module Name: mod_bandwidth.c
- Content handlers: */*
- Configuration Phase Participation:
Create Directory Config, Create Server Config
- Request Phase Participation:
none
- Module Directives:
- BandWidth - a domain (or ip, or all for all) and a bandwidth limit (in bytes/s)
- MinBandWidth - a domain (or ip, or all for all) and a minimal bandwidth limit (in bytes/s)
- LargeFileLimit - a filesize (in Kbytes) and a bandwidth limit (in bytes/s)
- BandWidthModule - On or Off to enable or disable (default) the whole bandwidth module
- BandWidthPulse - a number of microseconds
- Current Configuration:
- conf/httpd.conf
- BandWidthModule Off
- Module Name: mod_vhost_alias.c
- Content handlers: none
- Configuration Phase Participation:
Create Server Config, Merge Server Configs
- Request Phase Participation:
Translate Path
- Module Directives:
- VirtualScriptAlias - how to create a ScriptAlias based on the host
- VirtualDocumentRoot - how to create the DocumentRoot based on the host
- VirtualScriptAliasIP - how to create a ScriptAlias based on the host
- VirtualDocumentRootIP - how to create the DocumentRoot based on the host
- Current Configuration:
- Module Name: 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)
- Tunnel - Path of the unix socket that we'll use to trade information with an accelerated server
- AcceptFilter - Switch AcceptFiltering on/off (default is on).This feature is currently not compiled in; so this directive is ignored.
- 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
- AcceptMutex - Serialized Accept Mutex; the methods 'sysvsem' 'fcntl' are compiled in
- Current Configuration:
- conf/httpd.conf
- ServerType standalone
- ServerRoot "/etc/httpd"
- LockFile /var/run/httpd.lock
- PidFile /var/run/httpd.pid
- ScoreBoardFile logs/apache_runtime_status
- Timeout 300
- KeepAlive On
- MaxKeepAliveRequests 200
- KeepAliveTimeout 15
- MinSpareServers 5
- MaxSpareServers 20
- StartServers 8
- MaxClients 150
- MaxRequestsPerChild 2000
- <IfDefine HAVE_BANDWIDTH>
- </IfDefine>
- <IfDefine HAVE_THROTTLE>
- </IfDefine>
- <IfDefine HAVE_PERL>
- </IfDefine>
- <IfDefine HAVE_PHP>
- </IfDefine>
- <IfDefine HAVE_PHP3>
- </IfDefine>
- <IfDefine HAVE_PHP4>
- </IfDefine>
- <IfDefine HAVE_DAV>
- </IfDefine>
- <IfDefine HAVE_ROAMING>
- </IfDefine>
- <IfDefine HAVE_SSL>
- </IfDefine>
- <IfDefine HAVE_PUT>
- </IfDefine>
- <IfDefine HAVE_PYTHON>
- </IfDefine>
- <IfDefine HAVE_LOG_MYSQL>
- </IfDefine>
- ClearModuleList
- AddModule mod_vhost_alias.c
- <IfDefine HAVE_BANDWIDTH>
- AddModule mod_bandwidth.c
- </IfDefine>
- <IfDefine HAVE_THROTTLE>
- AddModule mod_throttle.c
- </IfDefine>
- AddModule mod_env.c
- AddModule mod_log_config.c
- AddModule mod_log_agent.c
- AddModule mod_log_referer.c
- AddModule mod_mime.c
- AddModule mod_negotiation.c
- AddModule mod_status.c
- AddModule mod_info.c
- AddModule mod_include.c
- AddModule mod_autoindex.c
- AddModule mod_dir.c
- AddModule mod_cgi.c
- AddModule mod_asis.c
- AddModule mod_imap.c
- AddModule mod_actions.c
- AddModule mod_userdir.c
- AddModule mod_alias.c
- AddModule mod_rewrite.c
- AddModule mod_access.c
- AddModule mod_auth.c
- AddModule mod_auth_anon.c
- AddModule mod_auth_db.c
- AddModule mod_auth_any.c
- AddModule mod_auth_mysql.c
- AddModule mod_expires.c
- AddModule mod_headers.c
- AddModule mod_so.c
- AddModule mod_setenvif.c
- <IfDefine HAVE_PERL>
- AddModule mod_perl.c
- </IfDefine>
- <IfDefine HAVE_PHP>
- AddModule mod_php.c
- </IfDefine>
- <IfDefine HAVE_PHP3>
- AddModule mod_php3.c
- </IfDefine>
- <IfDefine HAVE_PHP4>
- AddModule mod_php4.c
- </IfDefine>
- <IfDefine HAVE_DAV>
- AddModule mod_dav.c
- </IfDefine>
- <IfDefine HAVE_ROAMING>
- AddModule mod_roaming.c
- </IfDefine>
- <IfDefine HAVE_SSL>
- AddModule mod_ssl.c
- </IfDefine>
- <IfDefine HAVE_PUT>
- AddModule mod_put.c
- </IfDefine>
- <IfDefine HAVE_PYTHON>
- AddModule mod_python.c
- </IfDefine>
- <IfDefine HAVE_LOG_MYSQL>
- AddModule mod_log_mysql.c
- </IfDefine>
- AddModule mod_jk.c
- Port 80
- <IfDefine HAVE_SSL>
- Listen 80
- Listen 443
- </IfDefine>
- User apache
- Group apache
- ServerAdmin root@otala.com
- <Directory />
- Options FollowSymLinks
- AllowOverride All
- </Directory>
- <Directory "/var/www">
- Options Indexes FollowSymLinks +ExecCGI
- AllowOverride AuthConfig
- </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 On
- ErrorLog logs/error_log
- LogLevel warn
- ServerSignature On
- <IfModule mod_alias.c>
- <Directory "/var/www/icons">
- Options Indexes MultiViews
- AllowOverride None
- </Directory>
- <Directory "/var/www/cgi-bin">
- AllowOverride None
- Options None
- </Directory>
- </IfModule>
- <IfModule mod_autoindex.c>
- </IfModule>
- <IfModule mod_mime.c>
- <IfModule mod_negotiation.c>
- </IfModule>
- <IfModule mod_php3.c>
- </IfModule>
- <IfModule mod_php4.c>
- </IfModule>
- <IfModule mod_php.c>
- </IfModule>
- </IfModule>
- <IfModule mod_setenvif.c>
- </IfModule>
- <IfModule mod_perl.c>
- <Directory /var/www/perl>
- Options +ExecCGI
- </Directory>
- </IfModule>
- <Directory /usr/share/doc>
- Options Indexes FollowSymLinks
- </Directory>
- <IfDefine HAVE_SSL>
- </IfDefine>
- <IfModule mod_ssl.c>
- </IfModule>
- <IfDefine HAVE_SSL>
- </IfDefine>
- <Directory /var/www>
- Options Indexes FollowSymLinks +Includes +ExecCGI
- </Directory>
- Include /etc/httpd/conf/sites.conf
- <Directory "/var/www/adeskinsv.com/pwiki/areas/">
- AllowOverride None
- Options FollowSymLinks
- <IfModule mod_expires>
- </IfModule>
- AuthType Basic
- AuthName "editors"
- <Directory "/var/www/adeskinsv.com/pwiki/areas/">
- <Limit POST>
- require valid-user
- </Limit>
- </Directory>
- <Directory /var/www/adeskinsv.com/pwiki/upload/>
- AllowOverride None
- Options FollowSymLinks
- AuthType Basic
- AuthName "editors"
- <IfModule mod_expires>
- </IfModule>
- <Directory /var/www/adeskinsv.com/pwiki/upload/>
- <Limit POST>
- require valid-user
- </Limit>
- </Directory>
- <Directory /var/mailman/archives>
- Options +FollowSymlinks
- </Directory>
- Include /etc/httpd/conf.d/nagios.conf
Apache/1.3.22 Server at otala.net Port 80