pkgsrc/www/apache2/PLIST

1541 lines
58 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.24 2004/10/02 15:37:57 reed Exp $
include/httpd/ap_compat.h
- Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES Changes with Apache 2.0.50 *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) mod_cgi: Handle output on stderr during script execution on Unix platforms; preventing deadlock when stderr output fills pipe buffer. Also fixes case where stderr from nph- scripts could be lost. PR 22030, 18348. [Joe Orton, Jeff Trawick] *) mod_alias now emits a warning if it detects overlapping *Alias* directives. [André Malo] *) mod_rewrite no longer turns forward proxy requests into reverse proxy requests. PR 28125 [ast domdv.de, André Malo] *) ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now exported on Win32 and Netware as well (minor MMN bump). PR 28523. [Edward Rudd <eddie omegaware.com>, André Malo] *) Restore the ability to disable the use of AcceptEx on Win9x systems automatically (broken in 2.0.49). PR 28529. [André Malo] *) <VirtualHost myhost> now applies to all IP addresses for myhost instead of just the first one reported by the resolver. This corrects a regression since 1.3. [Jeff Trawick] *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved against ServerRoot PR#26602 [Brad Nicholes] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] *) mod_dav_fs: Fix MKCOL response for missing parent collections, which caused issues for the Eclipse WebDAV extension. PR 29034. [Joe Orton] *) mod_deflate: Fix memory consumption (which was proportional to the response size). PR 29318. [Joe Orton] *) mod_ssl: Log the errors returned on failure to load or initialize a crypto accelerator engine. [Joe Orton] *) Allow RequestHeader directives to be conditional. PR 27951. [Vincent Deffontaines <vincent gryzor.com>, André Malo] *) Allow LimitRequestBody to be reset to unlimited. PR 29106 [André Malo] *) Fix a bunch of cases where the return code of the regex compiler was not checked properly. This affects: mod_setenvif, mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218. [André Malo] *) mod_ssl: Fix a potential segfault in the 'shmcb' session cache for small cache sizes. PR 27751. [Geoff Thorpe <geoff geoffthorpe.net>] *) Remove 2Gb log file size restriction on some 32-bit platforms. PR 13511. [Joe Orton] *) mod_logio no longer removes the EOS bucket. PR 27928. [Bojan Smojver <bojan rexursive.com>] *) htpasswd no longer refuses to process files that contain empty lines. [André Malo] *) Regression from 1.3: At startup, suexec now will be checked for availability, the setuid bit and user root. The works only if httpd is compiled with the shipped APR version (0.9.5). PR 28287. [André Malo] *) Unix MPMs: Stop dropping connections when the file descriptor is at least FD_SETSIZE. [Jeff Trawick] *) Fix handling of IPv6 numeric strings in mod_proxy. [Jeff Trawick] *) mod_isapi: send_response_header() failed to copy status string's last character. PR 20619. [Jesse Pelton <jsp pkc.com>] *) Fix a segfault when requests for shared memory fails and returns NULL. Fix a segfault caused by a lack of bounds checking on the cache. PR 24801. [Graham Leggett] *) Throw an error message if an attempt is made to use the LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost. PR 26390 [Brad Nicholes] *) Fix a potential segfault if the bind password in the LDAP cache is NULL. PR 28250. [Jari Ahonen <jah progress.com>] *) Quotes cannot be used around require group and require dn directives, update the documentation to reflect this. Also add quotes around the dn and group within debug messages, to make it more obvious why authentication is failing if quotes are used in error. PR 19304. [Graham Leggett] *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap from escaping filters twice when the backslash character is used. PR 24437. [Jess Holle <jessh ptc.com>] *) Overhaul handling of LDAP error conditions, so that the util_ldap_* functions leave the connections in a sane state after errors have occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271 [Graham Leggett] *) mod_ldap calls ldap_simple_bind_s() to validate the user credentials. If the bind fails, the connection is left in an unbound state. Make sure that the ldap connection record is updated to show that the connection is no longer bound. [Brad Nicholes] *) Ensure that lines in the request which are too long are properly terminated before logging. [Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>] *) Update the bind credentials for the cached LDAP connection to reflect the last bind. This prevents util_ldap from creating unnecessary connections rather than reusing cached connections. [Brad Nicholes] *) mod_isapi: GetServerVariable returned improperly terminated header fields given "ALL_HTTP" or "ALL_RAW". PR 20656. [Jesse Pelton <jsp pkc.com>] *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer size. PR 20617. [Jesse Pelton <jsp pkc.com>] *) mod_dav: Fix a problem that could cause crashes when manipulating locks on some platforms. [Jeff Trawick] *) mod_headers no longer crashes if an empty header value should be added. [André Malo] *) Fix segfault in mod_expires, which occured under certain circumstances. PR 28047. [André Malo] *) htpasswd: use apr_temp_dir_get() and general cleanup [Guenter Knauf <eflash gmx.net>, Thom May] *) mod_ssl: Fix memory leak in session cache handling. PR 26562 [Madhusudan Mathihalli] *) mod_ssl: Fix potential segfaults when performing SSL shutdown from a pool cleanup. PR 27945. [Joe Orton] *) Add forensic logging module (mod_log_forensic). [Ben Laurie] *) logresolve: Allow size of log line buffer to be overridden at build time (MAXLINE). PR 27793. [Jeff Trawick] *) Fix the comment delimiter in htdbm so that it correctly parses the username comment. Also add a terminate function to allow NetWare to pause the output before the screen is destroyed. [Guenter Knauf <eflash gmx.net>, Brad Nicholes] *) Fix crash when Apache was started with no Listen directives. [Michael Corcoran <mcorcoran warpsolutions.com>] *) core_output_filter: Fix bug that could result in sending garbage over the network when module handlers construct bucket brigades containing multiple file buckets all referencing the same open file descriptor. [Bojan Smojver] *) Fix memory corruption problem with ap_custom_response() function. The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe] *) Win32: Tweak worker thread accounting routines to eliminate server hang when number of Listen directives in httpd.conf is greater than or equal to the setting of ThreadsPerChild. [Bill Stoddard]
2004-07-14 10:28:51 +02:00
include/httpd/ap_config.h
include/httpd/ap_config_auto.h
include/httpd/ap_config_layout.h
include/httpd/ap_listen.h
include/httpd/ap_mmn.h
include/httpd/ap_mpm.h
include/httpd/ap_provider.h
include/httpd/ap_regkey.h
include/httpd/ap_release.h
include/httpd/http_config.h
include/httpd/http_connection.h
include/httpd/http_core.h
include/httpd/http_log.h
include/httpd/http_main.h
include/httpd/http_protocol.h
include/httpd/http_request.h
include/httpd/http_vhost.h
include/httpd/httpd.h
include/httpd/mod_cgi.h
include/httpd/mod_core.h
include/httpd/mod_dav.h
include/httpd/mod_include.h
-------------------------------------------------------------------------------- Update www/apache2 to 2.0.35, the first stable release of Apache 2.x. Pkgsrc changes include: *) Compiling the included modules statically. Add-ons will be built dynamically. *) Match improvements to www/apache rc.d script. *) Automatically add "Listen 0.0.0.0:80" to the sample config files as the default install of NetBSD is IPv4/IPv6 and we want the default install of Apache to work out-of-the-box. *) Automatically reset the User and Group directives to match the ones for suEXEC in the config files to ease the use of suEXEC in Apache. Changes from version 2.0.32 beta include: *) Small bug fixes across the board. *) Bug fixes to the various MPMs. *) Performance improvements. *) Fixes for mod_include errors on boundary conditions *) Bug fixes for mod_proxy to prevent hangs and for RFC2616 compliance. *) Improvements to mod_dav for improved API and for RFC 3253 compliance *) Improvemants to mod_ssl to support SSL proxy and RSA SSLC 1.x/2.x *) Greatly improve mod_cache (disk/mem) [this is disabled in pkgsrc] *) New scoreboard file implementation that is readable by 3rd-party apps. *) Allow all Perchild directives to accept either numerical UID/GID or logical user/group names. *) Add support for macro expansion within the variable names in <!--#echo--> and <!--#set--> directives *) Implement SSLSessionCache shmht and shmcb. *) New directive ProxyIOBufferSize. Sets the size of the buffer used when reading from a remote HTTP server in proxy. *) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change CacheMaxExpire and CacheDefaultExpire to use seconds rather than hours. *) New Directive SSIUndefinedEcho. to change the '(none)' echoed for a undefined variable. *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl. *) New Directive for mod_proxy: ProxyRemoteMatch. *) Fix IPv6 name-based virtual hosts. *) Introduce AddOutputFilterByType directive.
2002-04-13 23:35:50 +02:00
include/httpd/mod_log_config.h
include/httpd/mod_proxy.h
- Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES Changes with Apache 2.0.50 *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) mod_cgi: Handle output on stderr during script execution on Unix platforms; preventing deadlock when stderr output fills pipe buffer. Also fixes case where stderr from nph- scripts could be lost. PR 22030, 18348. [Joe Orton, Jeff Trawick] *) mod_alias now emits a warning if it detects overlapping *Alias* directives. [André Malo] *) mod_rewrite no longer turns forward proxy requests into reverse proxy requests. PR 28125 [ast domdv.de, André Malo] *) ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now exported on Win32 and Netware as well (minor MMN bump). PR 28523. [Edward Rudd <eddie omegaware.com>, André Malo] *) Restore the ability to disable the use of AcceptEx on Win9x systems automatically (broken in 2.0.49). PR 28529. [André Malo] *) <VirtualHost myhost> now applies to all IP addresses for myhost instead of just the first one reported by the resolver. This corrects a regression since 1.3. [Jeff Trawick] *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved against ServerRoot PR#26602 [Brad Nicholes] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] *) mod_dav_fs: Fix MKCOL response for missing parent collections, which caused issues for the Eclipse WebDAV extension. PR 29034. [Joe Orton] *) mod_deflate: Fix memory consumption (which was proportional to the response size). PR 29318. [Joe Orton] *) mod_ssl: Log the errors returned on failure to load or initialize a crypto accelerator engine. [Joe Orton] *) Allow RequestHeader directives to be conditional. PR 27951. [Vincent Deffontaines <vincent gryzor.com>, André Malo] *) Allow LimitRequestBody to be reset to unlimited. PR 29106 [André Malo] *) Fix a bunch of cases where the return code of the regex compiler was not checked properly. This affects: mod_setenvif, mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218. [André Malo] *) mod_ssl: Fix a potential segfault in the 'shmcb' session cache for small cache sizes. PR 27751. [Geoff Thorpe <geoff geoffthorpe.net>] *) Remove 2Gb log file size restriction on some 32-bit platforms. PR 13511. [Joe Orton] *) mod_logio no longer removes the EOS bucket. PR 27928. [Bojan Smojver <bojan rexursive.com>] *) htpasswd no longer refuses to process files that contain empty lines. [André Malo] *) Regression from 1.3: At startup, suexec now will be checked for availability, the setuid bit and user root. The works only if httpd is compiled with the shipped APR version (0.9.5). PR 28287. [André Malo] *) Unix MPMs: Stop dropping connections when the file descriptor is at least FD_SETSIZE. [Jeff Trawick] *) Fix handling of IPv6 numeric strings in mod_proxy. [Jeff Trawick] *) mod_isapi: send_response_header() failed to copy status string's last character. PR 20619. [Jesse Pelton <jsp pkc.com>] *) Fix a segfault when requests for shared memory fails and returns NULL. Fix a segfault caused by a lack of bounds checking on the cache. PR 24801. [Graham Leggett] *) Throw an error message if an attempt is made to use the LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost. PR 26390 [Brad Nicholes] *) Fix a potential segfault if the bind password in the LDAP cache is NULL. PR 28250. [Jari Ahonen <jah progress.com>] *) Quotes cannot be used around require group and require dn directives, update the documentation to reflect this. Also add quotes around the dn and group within debug messages, to make it more obvious why authentication is failing if quotes are used in error. PR 19304. [Graham Leggett] *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap from escaping filters twice when the backslash character is used. PR 24437. [Jess Holle <jessh ptc.com>] *) Overhaul handling of LDAP error conditions, so that the util_ldap_* functions leave the connections in a sane state after errors have occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271 [Graham Leggett] *) mod_ldap calls ldap_simple_bind_s() to validate the user credentials. If the bind fails, the connection is left in an unbound state. Make sure that the ldap connection record is updated to show that the connection is no longer bound. [Brad Nicholes] *) Ensure that lines in the request which are too long are properly terminated before logging. [Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>] *) Update the bind credentials for the cached LDAP connection to reflect the last bind. This prevents util_ldap from creating unnecessary connections rather than reusing cached connections. [Brad Nicholes] *) mod_isapi: GetServerVariable returned improperly terminated header fields given "ALL_HTTP" or "ALL_RAW". PR 20656. [Jesse Pelton <jsp pkc.com>] *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer size. PR 20617. [Jesse Pelton <jsp pkc.com>] *) mod_dav: Fix a problem that could cause crashes when manipulating locks on some platforms. [Jeff Trawick] *) mod_headers no longer crashes if an empty header value should be added. [André Malo] *) Fix segfault in mod_expires, which occured under certain circumstances. PR 28047. [André Malo] *) htpasswd: use apr_temp_dir_get() and general cleanup [Guenter Knauf <eflash gmx.net>, Thom May] *) mod_ssl: Fix memory leak in session cache handling. PR 26562 [Madhusudan Mathihalli] *) mod_ssl: Fix potential segfaults when performing SSL shutdown from a pool cleanup. PR 27945. [Joe Orton] *) Add forensic logging module (mod_log_forensic). [Ben Laurie] *) logresolve: Allow size of log line buffer to be overridden at build time (MAXLINE). PR 27793. [Jeff Trawick] *) Fix the comment delimiter in htdbm so that it correctly parses the username comment. Also add a terminate function to allow NetWare to pause the output before the screen is destroyed. [Guenter Knauf <eflash gmx.net>, Brad Nicholes] *) Fix crash when Apache was started with no Listen directives. [Michael Corcoran <mcorcoran warpsolutions.com>] *) core_output_filter: Fix bug that could result in sending garbage over the network when module handlers construct bucket brigades containing multiple file buckets all referencing the same open file descriptor. [Bojan Smojver] *) Fix memory corruption problem with ap_custom_response() function. The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe] *) Win32: Tweak worker thread accounting routines to eliminate server hang when number of Listen directives in httpd.conf is greater than or equal to the setting of ThreadsPerChild. [Bill Stoddard]
2004-07-14 10:28:51 +02:00
include/httpd/mod_ssl.h
include/httpd/mod_status.h
include/httpd/mpm.h
include/httpd/mpm_common.h
include/httpd/mpm_default.h
include/httpd/os.h
- Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES Changes with Apache 2.0.50 *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) mod_cgi: Handle output on stderr during script execution on Unix platforms; preventing deadlock when stderr output fills pipe buffer. Also fixes case where stderr from nph- scripts could be lost. PR 22030, 18348. [Joe Orton, Jeff Trawick] *) mod_alias now emits a warning if it detects overlapping *Alias* directives. [André Malo] *) mod_rewrite no longer turns forward proxy requests into reverse proxy requests. PR 28125 [ast domdv.de, André Malo] *) ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now exported on Win32 and Netware as well (minor MMN bump). PR 28523. [Edward Rudd <eddie omegaware.com>, André Malo] *) Restore the ability to disable the use of AcceptEx on Win9x systems automatically (broken in 2.0.49). PR 28529. [André Malo] *) <VirtualHost myhost> now applies to all IP addresses for myhost instead of just the first one reported by the resolver. This corrects a regression since 1.3. [Jeff Trawick] *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved against ServerRoot PR#26602 [Brad Nicholes] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] *) mod_dav_fs: Fix MKCOL response for missing parent collections, which caused issues for the Eclipse WebDAV extension. PR 29034. [Joe Orton] *) mod_deflate: Fix memory consumption (which was proportional to the response size). PR 29318. [Joe Orton] *) mod_ssl: Log the errors returned on failure to load or initialize a crypto accelerator engine. [Joe Orton] *) Allow RequestHeader directives to be conditional. PR 27951. [Vincent Deffontaines <vincent gryzor.com>, André Malo] *) Allow LimitRequestBody to be reset to unlimited. PR 29106 [André Malo] *) Fix a bunch of cases where the return code of the regex compiler was not checked properly. This affects: mod_setenvif, mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218. [André Malo] *) mod_ssl: Fix a potential segfault in the 'shmcb' session cache for small cache sizes. PR 27751. [Geoff Thorpe <geoff geoffthorpe.net>] *) Remove 2Gb log file size restriction on some 32-bit platforms. PR 13511. [Joe Orton] *) mod_logio no longer removes the EOS bucket. PR 27928. [Bojan Smojver <bojan rexursive.com>] *) htpasswd no longer refuses to process files that contain empty lines. [André Malo] *) Regression from 1.3: At startup, suexec now will be checked for availability, the setuid bit and user root. The works only if httpd is compiled with the shipped APR version (0.9.5). PR 28287. [André Malo] *) Unix MPMs: Stop dropping connections when the file descriptor is at least FD_SETSIZE. [Jeff Trawick] *) Fix handling of IPv6 numeric strings in mod_proxy. [Jeff Trawick] *) mod_isapi: send_response_header() failed to copy status string's last character. PR 20619. [Jesse Pelton <jsp pkc.com>] *) Fix a segfault when requests for shared memory fails and returns NULL. Fix a segfault caused by a lack of bounds checking on the cache. PR 24801. [Graham Leggett] *) Throw an error message if an attempt is made to use the LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost. PR 26390 [Brad Nicholes] *) Fix a potential segfault if the bind password in the LDAP cache is NULL. PR 28250. [Jari Ahonen <jah progress.com>] *) Quotes cannot be used around require group and require dn directives, update the documentation to reflect this. Also add quotes around the dn and group within debug messages, to make it more obvious why authentication is failing if quotes are used in error. PR 19304. [Graham Leggett] *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap from escaping filters twice when the backslash character is used. PR 24437. [Jess Holle <jessh ptc.com>] *) Overhaul handling of LDAP error conditions, so that the util_ldap_* functions leave the connections in a sane state after errors have occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271 [Graham Leggett] *) mod_ldap calls ldap_simple_bind_s() to validate the user credentials. If the bind fails, the connection is left in an unbound state. Make sure that the ldap connection record is updated to show that the connection is no longer bound. [Brad Nicholes] *) Ensure that lines in the request which are too long are properly terminated before logging. [Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>] *) Update the bind credentials for the cached LDAP connection to reflect the last bind. This prevents util_ldap from creating unnecessary connections rather than reusing cached connections. [Brad Nicholes] *) mod_isapi: GetServerVariable returned improperly terminated header fields given "ALL_HTTP" or "ALL_RAW". PR 20656. [Jesse Pelton <jsp pkc.com>] *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer size. PR 20617. [Jesse Pelton <jsp pkc.com>] *) mod_dav: Fix a problem that could cause crashes when manipulating locks on some platforms. [Jeff Trawick] *) mod_headers no longer crashes if an empty header value should be added. [André Malo] *) Fix segfault in mod_expires, which occured under certain circumstances. PR 28047. [André Malo] *) htpasswd: use apr_temp_dir_get() and general cleanup [Guenter Knauf <eflash gmx.net>, Thom May] *) mod_ssl: Fix memory leak in session cache handling. PR 26562 [Madhusudan Mathihalli] *) mod_ssl: Fix potential segfaults when performing SSL shutdown from a pool cleanup. PR 27945. [Joe Orton] *) Add forensic logging module (mod_log_forensic). [Ben Laurie] *) logresolve: Allow size of log line buffer to be overridden at build time (MAXLINE). PR 27793. [Jeff Trawick] *) Fix the comment delimiter in htdbm so that it correctly parses the username comment. Also add a terminate function to allow NetWare to pause the output before the screen is destroyed. [Guenter Knauf <eflash gmx.net>, Brad Nicholes] *) Fix crash when Apache was started with no Listen directives. [Michael Corcoran <mcorcoran warpsolutions.com>] *) core_output_filter: Fix bug that could result in sending garbage over the network when module handlers construct bucket brigades containing multiple file buckets all referencing the same open file descriptor. [Bojan Smojver] *) Fix memory corruption problem with ap_custom_response() function. The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe] *) Win32: Tweak worker thread accounting routines to eliminate server hang when number of Listen directives in httpd.conf is greater than or equal to the setting of ThreadsPerChild. [Bill Stoddard]
2004-07-14 10:28:51 +02:00
include/httpd/pcre.h
include/httpd/pcreposix.h
include/httpd/rfc1413.h
include/httpd/scoreboard.h
include/httpd/ssl_expr.h
include/httpd/ssl_expr_parse.h
include/httpd/ssl_toolkit_compat.h
include/httpd/ssl_util_ssl.h
include/httpd/ssl_util_table.h
include/httpd/unixd.h
include/httpd/util_cfgtree.h
include/httpd/util_charset.h
include/httpd/util_ebcdic.h
include/httpd/util_filter.h
include/httpd/util_ldap.h
include/httpd/util_md5.h
include/httpd/util_script.h
include/httpd/util_time.h
include/httpd/util_xml.h
lib/httpd/httpd.exp
man/man1/dbmmanage.1
man/man1/htdigest.1
man/man1/htpasswd.1
man/man8/ab.8
man/man8/apachectl.8
man/man8/apxs.8
man/man8/httpd.8
man/man8/logresolve.8
man/man8/rotatelogs.8
man/man8/suexec.8
Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous version include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-06 00:56:22 +01:00
sbin/ab
sbin/apachectl
sbin/apxs
sbin/checkgid
sbin/dbmmanage
sbin/envvars-std
sbin/htdbm
sbin/htdigest
sbin/htpasswd
sbin/httpd
sbin/logresolve
sbin/rotatelogs
${SUEXEC_COMMENT}sbin/suexec
Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous version include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-06 00:56:22 +01:00
share/examples/httpd/highperformance-std.conf
share/examples/httpd/httpd-std.conf
share/examples/httpd/magic
share/examples/httpd/mime.types
share/examples/httpd/ssl-std.conf
upgrade to 2.0.48 Changes with Apache 2.0.48 *) SECURITY [CAN-2003-0789]: mod_cgid: Resolve some mishandling of the AF_UNIX socket used to communicate with the cgid daemon and the CGI script. [Jeff Trawick] *) SECURITY [CAN-2003-0542]: Fix buffer overflows in mod_alias and mod_rewrite which occurred if one configured a regular expression with more than 9 captures. [André Malo] *) mod_include: fix segfault which occured if the filename was not set, for example, when processing some error conditions. PR 23836. [Brian Akins <bakins@web.turner.com>, André Malo] *) fix the config parser to support <Foo>..</Foo> containers (no arguments in the opening tag) supported by httpd 1.3. Without this change mod_perl 2.0's <Perl> sections are broken. ["Philippe M. Chiasson" <gozer@cpan.org>] *) mod_cgid: fix a hash table corruption problem which could result in the wrong script being cleaned up at the end of a request. [Jeff Trawick] *) Update httpd-*.conf to be clearer in describing the connection between AddType and AddEncoding for defining the meaning of compressed file extensions. [Roy Fielding] *) mod_rewrite: Don't die silently when failing to open RewriteLogs. PR 23416. [André Malo] *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send rewritten request using "proxy:". The code was adding multiple "proxy:" fields in the rewritten URI. PR: 13946. [Eider Oliveira <eider@bol.com.br>] *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr] *) Ensure that ssl-std.conf is generated at configure time, and switch to using the expanded config variables to work the same as httpd-std.conf PR: 19611 [Thom May] *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370 [Hartmut Keil <Hartmut.Keil@adnovum.ch>] *) mod_autoindex: If a directory contains a file listed in the DirectoryIndex directive, the folder icon is no longer replaced by the icon of that file. PR 9587. [David Shane Holden <dpejesh@yahoo.com>] *) Fixed mod_usertrack to not get false positive matches on the user-tracking cookie's name. PR 16661. [Manni Wood <manniwood@planet-save.com>] *) mod_cache: Fix the cache code so that responses can be cached if they have an Expires header but no Etag or Last-Modified headers. PR 23130. [bjorn@exoweb.net] *) mod_log_config: Fix %b log format to write really "-" when 0 bytes were sent (e.g. with 304 or 204 response codes). [Astrid Keßler] *) Modify ap_get_client_block() to note if it has seen EOS. [Justin Erenkrantz] *) Fix a bug, where mod_deflate sometimes unconditionally compressed the content if the Accept-Encoding header contained only other tokens than "gzip" (such as "deflate"). PR 21523. [Joe Orton, André Malo] *) Avoid an infinite recursion, which occured if the name of an included config file or directory contained a wildcard character. PR 22194. [André Malo] *) mod_ssl: Fix a problem setting variables that represent the client certificate chain. PR 21371 [Jeff Trawick] *) Unix: Handle permissions settings for flock-based mutexes in unixd_set_global|proc_mutex_perms(). Allow the functions to be called for any type of mutex. PR 20312 [Jeff Trawick] *) ab: Work over non-loopback on Unix again. PR 21495. [Jeff Trawick] *) Fix a misleading message from the some of the threaded MPMs when MaxClients has to be lowered due to the setting of ServerLimit. [Jeff Trawick] *) Lower the severity of the "listener thread didn't exit" message to debug, as it is of interest only to developers. PR 9011 [Jeff Trawick] *) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting. [Cliff Woolley, Jean-Jacques Clar] *) Install config.nice into the build/ directory to make minor version upgrades easier. [Joshua Slive] *) Fix mod_deflate so that it does not call deflate() without checking first whether it has something to deflate. (Currently this causes deflate to generate a fatal error according to the zlib spec.) PR 22259. [Stas Bekman] *) mod_ssl: Fix FakeBasicAuth for subrequest. Log an error when an identity spoof is encountered. [Sander Striker] *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory containing the .htaccess file is requested without a trailing slash. PR 20195. [André Malo] *) ab: Overlong credentials given via command line no longer clobber the buffer. [André Malo] *) mod_deflate: Don't attempt to hold all of the response until we're done. [Justin Erenkrantz] *) Assure that we block properly when reading input bodies with SSL. PR 19242. [David Deaves <David.Deaves@dd.id.au>, William Rowe] *) Update mime.types to include latest IANA and W3C types. [Roy Fielding] *) mod_ext_filter: Set additional environment variables for use by the external filter. PR 20944. [Andrew Ho, Jeff Trawick] *) Fix buildconf errors when libtool version changes. [Jeff Trawick] *) Remember an authenticated user during internal redirects if the redirection target is not access protected and pass it to scripts using the REDIRECT_REMOTE_USER environment variable. PR 10678, 11602. [André Malo] *) mod_include: Fix a trio of bugs that would cause various unusual sequences of parsed bytes to omit portions of the output stream. PR 21095. [Ron Park <ronald.park@cnet.com>, André Malo, Cliff Woolley] *) Update the header token parsing code to allow LWS between the token word and the ':' seperator. [PR 16520] [Kris Verbeeck <kris.verbeeck@advalvas.be>, Nicel KM <mnicel@yahoo.com>] *) Eliminate creation of a temporary table in ap_get_mime_headers_core() [Joe Schaefer <joe+gmane@sunstarsys.com>] *) Added FreeBSD directory layout. PR 21100. [Sander Holthaus <info@orangexl.com>, André Malo] *) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP response. PR 21085. [Glenn Nielsen <glenn@apache.org>, André Malo] *) mod_rewrite: Perform child initialization on the rewrite log lock. This fixes a log corruption issue when flock-based serialization is used (e.g., FreeBSD). [Jeff Trawick] *) Don't respect the Server header field as set by modules and CGIs. As with 1.3, for proxy requests any such field is from the origin server; otherwise it will have our server info as controlled by the ServerTokens directive. [Jeff Trawick]
2003-10-28 05:49:32 +01:00
share/httpd/build/config.nice
share/httpd/build/config_vars.mk
Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous version include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-06 00:56:22 +01:00
share/httpd/build/instdso.sh
share/httpd/build/library.mk
share/httpd/build/libtool
share/httpd/build/ltlib.mk
share/httpd/build/program.mk
share/httpd/build/rules.mk
share/httpd/build/special.mk
share/httpd/error/include/bottom.html
share/httpd/error/include/spacer.html
share/httpd/error/include/top.html
- Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES Changes with Apache 2.0.50 *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) mod_cgi: Handle output on stderr during script execution on Unix platforms; preventing deadlock when stderr output fills pipe buffer. Also fixes case where stderr from nph- scripts could be lost. PR 22030, 18348. [Joe Orton, Jeff Trawick] *) mod_alias now emits a warning if it detects overlapping *Alias* directives. [André Malo] *) mod_rewrite no longer turns forward proxy requests into reverse proxy requests. PR 28125 [ast domdv.de, André Malo] *) ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now exported on Win32 and Netware as well (minor MMN bump). PR 28523. [Edward Rudd <eddie omegaware.com>, André Malo] *) Restore the ability to disable the use of AcceptEx on Win9x systems automatically (broken in 2.0.49). PR 28529. [André Malo] *) <VirtualHost myhost> now applies to all IP addresses for myhost instead of just the first one reported by the resolver. This corrects a regression since 1.3. [Jeff Trawick] *) util_ldap: allow relative paths for LDAPTrustedCA to be resolved against ServerRoot PR#26602 [Brad Nicholes] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] *) mod_dav_fs: Fix MKCOL response for missing parent collections, which caused issues for the Eclipse WebDAV extension. PR 29034. [Joe Orton] *) mod_deflate: Fix memory consumption (which was proportional to the response size). PR 29318. [Joe Orton] *) mod_ssl: Log the errors returned on failure to load or initialize a crypto accelerator engine. [Joe Orton] *) Allow RequestHeader directives to be conditional. PR 27951. [Vincent Deffontaines <vincent gryzor.com>, André Malo] *) Allow LimitRequestBody to be reset to unlimited. PR 29106 [André Malo] *) Fix a bunch of cases where the return code of the regex compiler was not checked properly. This affects: mod_setenvif, mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218. [André Malo] *) mod_ssl: Fix a potential segfault in the 'shmcb' session cache for small cache sizes. PR 27751. [Geoff Thorpe <geoff geoffthorpe.net>] *) Remove 2Gb log file size restriction on some 32-bit platforms. PR 13511. [Joe Orton] *) mod_logio no longer removes the EOS bucket. PR 27928. [Bojan Smojver <bojan rexursive.com>] *) htpasswd no longer refuses to process files that contain empty lines. [André Malo] *) Regression from 1.3: At startup, suexec now will be checked for availability, the setuid bit and user root. The works only if httpd is compiled with the shipped APR version (0.9.5). PR 28287. [André Malo] *) Unix MPMs: Stop dropping connections when the file descriptor is at least FD_SETSIZE. [Jeff Trawick] *) Fix handling of IPv6 numeric strings in mod_proxy. [Jeff Trawick] *) mod_isapi: send_response_header() failed to copy status string's last character. PR 20619. [Jesse Pelton <jsp pkc.com>] *) Fix a segfault when requests for shared memory fails and returns NULL. Fix a segfault caused by a lack of bounds checking on the cache. PR 24801. [Graham Leggett] *) Throw an error message if an attempt is made to use the LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost. PR 26390 [Brad Nicholes] *) Fix a potential segfault if the bind password in the LDAP cache is NULL. PR 28250. [Jari Ahonen <jah progress.com>] *) Quotes cannot be used around require group and require dn directives, update the documentation to reflect this. Also add quotes around the dn and group within debug messages, to make it more obvious why authentication is failing if quotes are used in error. PR 19304. [Graham Leggett] *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap from escaping filters twice when the backslash character is used. PR 24437. [Jess Holle <jessh ptc.com>] *) Overhaul handling of LDAP error conditions, so that the util_ldap_* functions leave the connections in a sane state after errors have occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271 [Graham Leggett] *) mod_ldap calls ldap_simple_bind_s() to validate the user credentials. If the bind fails, the connection is left in an unbound state. Make sure that the ldap connection record is updated to show that the connection is no longer bound. [Brad Nicholes] *) Ensure that lines in the request which are too long are properly terminated before logging. [Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp>] *) Update the bind credentials for the cached LDAP connection to reflect the last bind. This prevents util_ldap from creating unnecessary connections rather than reusing cached connections. [Brad Nicholes] *) mod_isapi: GetServerVariable returned improperly terminated header fields given "ALL_HTTP" or "ALL_RAW". PR 20656. [Jesse Pelton <jsp pkc.com>] *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer size. PR 20617. [Jesse Pelton <jsp pkc.com>] *) mod_dav: Fix a problem that could cause crashes when manipulating locks on some platforms. [Jeff Trawick] *) mod_headers no longer crashes if an empty header value should be added. [André Malo] *) Fix segfault in mod_expires, which occured under certain circumstances. PR 28047. [André Malo] *) htpasswd: use apr_temp_dir_get() and general cleanup [Guenter Knauf <eflash gmx.net>, Thom May] *) mod_ssl: Fix memory leak in session cache handling. PR 26562 [Madhusudan Mathihalli] *) mod_ssl: Fix potential segfaults when performing SSL shutdown from a pool cleanup. PR 27945. [Joe Orton] *) Add forensic logging module (mod_log_forensic). [Ben Laurie] *) logresolve: Allow size of log line buffer to be overridden at build time (MAXLINE). PR 27793. [Jeff Trawick] *) Fix the comment delimiter in htdbm so that it correctly parses the username comment. Also add a terminate function to allow NetWare to pause the output before the screen is destroyed. [Guenter Knauf <eflash gmx.net>, Brad Nicholes] *) Fix crash when Apache was started with no Listen directives. [Michael Corcoran <mcorcoran warpsolutions.com>] *) core_output_filter: Fix bug that could result in sending garbage over the network when module handlers construct bucket brigades containing multiple file buckets all referencing the same open file descriptor. [Bojan Smojver] *) Fix memory corruption problem with ap_custom_response() function. The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe] *) Win32: Tweak worker thread accounting routines to eliminate server hang when number of Listen directives in httpd.conf is greater than or equal to the setting of ThreadsPerChild. [Bill Stoddard]
2004-07-14 10:28:51 +02:00
share/httpd/error/contact.html.var
share/httpd/error/README
share/httpd/error/HTTP_VARIANT_ALSO_VARIES.html.var
share/httpd/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
share/httpd/error/HTTP_UNAUTHORIZED.html.var
share/httpd/error/HTTP_SERVICE_UNAVAILABLE.html.var
share/httpd/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
share/httpd/error/HTTP_REQUEST_TIME_OUT.html.var
share/httpd/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
share/httpd/error/HTTP_PRECONDITION_FAILED.html.var
share/httpd/error/HTTP_NOT_IMPLEMENTED.html.var
share/httpd/error/HTTP_NOT_FOUND.html.var
share/httpd/error/HTTP_NOT_ACCEPTABLE.html.var
share/httpd/error/HTTP_METHOD_NOT_ALLOWED.html.var
share/httpd/error/HTTP_LENGTH_REQUIRED.html.var
share/httpd/error/HTTP_INTERNAL_SERVER_ERROR.html.var
share/httpd/error/HTTP_GONE.html.var
share/httpd/error/HTTP_FORBIDDEN.html.var
share/httpd/error/HTTP_BAD_REQUEST.html.var
share/httpd/error/HTTP_BAD_GATEWAY.html.var
libexec/cgi-bin/printenv
libexec/cgi-bin/test-cgi
share/httpd/htdocs/apache_pb.gif
share/httpd/htdocs/index.html.zh-cn.gb2312
share/httpd/htdocs/index.html.var
share/httpd/htdocs/index.html.sv
share/httpd/htdocs/index.html.ru.utf8
share/httpd/htdocs/index.html.ru.koi8-r
share/httpd/htdocs/index.html.ru.iso-ru
share/httpd/htdocs/index.html.ru.cp866
share/httpd/htdocs/index.html.ru.cp-1251
share/httpd/htdocs/index.html.pt-br
share/httpd/htdocs/index.html.pt
share/httpd/htdocs/index.html.po.iso8859-2
share/httpd/htdocs/index.html.no
share/httpd/htdocs/index.html.nn
share/httpd/htdocs/index.html.nl
share/httpd/htdocs/index.html.lb.utf8
share/httpd/htdocs/index.html.ko.euc-kr
share/httpd/htdocs/index.html.ja.iso2022-jp
share/httpd/htdocs/index.html.it
share/httpd/htdocs/index.html.hr.iso8859-2
share/httpd/htdocs/index.html.he.iso8859-8
share/httpd/htdocs/index.html.fr
share/httpd/htdocs/index.html.et
share/httpd/htdocs/index.html.es
share/httpd/htdocs/index.html.en
share/httpd/htdocs/index.html.el
share/httpd/htdocs/index.html.ee
share/httpd/htdocs/index.html.dk
share/httpd/htdocs/index.html.de
share/httpd/htdocs/index.html.cz.iso8859-2
share/httpd/htdocs/index.html.ca
share/httpd/htdocs/apache_pb2_ani.gif
share/httpd/htdocs/apache_pb2.png
share/httpd/htdocs/apache_pb2.gif
share/httpd/htdocs/apache_pb.png
share/httpd/htdocs/index.html.zh-tw.big5
share/httpd/icons/small/uu.png
share/httpd/icons/small/back.gif
share/httpd/icons/small/back.png
share/httpd/icons/small/binary.gif
share/httpd/icons/small/binary.png
share/httpd/icons/small/binhex.gif
share/httpd/icons/small/binhex.png
share/httpd/icons/small/blank.gif
share/httpd/icons/small/blank.png
share/httpd/icons/small/broken.gif
share/httpd/icons/small/broken.png
share/httpd/icons/small/burst.gif
share/httpd/icons/small/burst.png
share/httpd/icons/small/comp1.gif
share/httpd/icons/small/comp1.png
share/httpd/icons/small/comp2.gif
share/httpd/icons/small/comp2.png
share/httpd/icons/small/compressed.gif
share/httpd/icons/small/compressed.png
share/httpd/icons/small/continued.gif
share/httpd/icons/small/continued.png
share/httpd/icons/small/dir.gif
share/httpd/icons/small/dir.png
share/httpd/icons/small/dir2.gif
share/httpd/icons/small/dir2.png
share/httpd/icons/small/doc.gif
share/httpd/icons/small/doc.png
share/httpd/icons/small/forward.gif
share/httpd/icons/small/forward.png
share/httpd/icons/small/generic.gif
share/httpd/icons/small/generic.png
share/httpd/icons/small/generic2.gif
share/httpd/icons/small/generic2.png
share/httpd/icons/small/generic3.gif
share/httpd/icons/small/generic3.png
share/httpd/icons/small/image.gif
share/httpd/icons/small/image.png
share/httpd/icons/small/image2.gif
share/httpd/icons/small/image2.png
share/httpd/icons/small/index.gif
share/httpd/icons/small/index.png
share/httpd/icons/small/key.gif
share/httpd/icons/small/key.png
share/httpd/icons/small/movie.gif
share/httpd/icons/small/movie.png
share/httpd/icons/small/patch.gif
share/httpd/icons/small/patch.png
share/httpd/icons/small/ps.gif
share/httpd/icons/small/ps.png
share/httpd/icons/small/rainbow.gif
share/httpd/icons/small/rainbow.png
share/httpd/icons/small/sound.gif
share/httpd/icons/small/sound.png
share/httpd/icons/small/sound2.gif
share/httpd/icons/small/sound2.png
share/httpd/icons/small/tar.gif
share/httpd/icons/small/tar.png
share/httpd/icons/small/text.gif
share/httpd/icons/small/text.png
share/httpd/icons/small/transfer.gif
share/httpd/icons/small/transfer.png
share/httpd/icons/small/unknown.gif
share/httpd/icons/small/unknown.png
share/httpd/icons/small/uu.gif
share/httpd/icons/small/README.txt
share/httpd/icons/world2.gif
share/httpd/icons/world1.png
share/httpd/icons/world1.gif
share/httpd/icons/uuencoded.png
share/httpd/icons/uuencoded.gif
share/httpd/icons/uu.png
share/httpd/icons/uu.gif
share/httpd/icons/up.png
share/httpd/icons/up.gif
share/httpd/icons/unknown.png
share/httpd/icons/unknown.gif
share/httpd/icons/transfer.png
share/httpd/icons/transfer.gif
share/httpd/icons/text.png
share/httpd/icons/text.gif
share/httpd/icons/tex.png
share/httpd/icons/tex.gif
share/httpd/icons/tar.png
share/httpd/icons/tar.gif
share/httpd/icons/sphere2.png
share/httpd/icons/sphere2.gif
share/httpd/icons/sphere1.png
share/httpd/icons/sphere1.gif
share/httpd/icons/sound2.png
share/httpd/icons/sound2.gif
share/httpd/icons/sound1.png
share/httpd/icons/sound1.gif
share/httpd/icons/script.png
share/httpd/icons/script.gif
share/httpd/icons/screw2.png
share/httpd/icons/screw2.gif
share/httpd/icons/screw1.png
share/httpd/icons/screw1.gif
share/httpd/icons/right.png
share/httpd/icons/right.gif
share/httpd/icons/quill.png
share/httpd/icons/quill.gif
share/httpd/icons/ps.png
share/httpd/icons/ps.gif
share/httpd/icons/portal.png
share/httpd/icons/portal.gif
share/httpd/icons/pie8.png
share/httpd/icons/pie8.gif
share/httpd/icons/pie7.png
share/httpd/icons/pie7.gif
share/httpd/icons/pie6.png
share/httpd/icons/pie6.gif
share/httpd/icons/pie5.png
share/httpd/icons/pie5.gif
share/httpd/icons/pie4.png
share/httpd/icons/pie4.gif
share/httpd/icons/pie3.png
share/httpd/icons/pie3.gif
share/httpd/icons/pie2.png
share/httpd/icons/pie2.gif
share/httpd/icons/pie1.png
share/httpd/icons/pie1.gif
share/httpd/icons/pie0.png
share/httpd/icons/pie0.gif
share/httpd/icons/pdf.png
share/httpd/icons/pdf.gif
share/httpd/icons/patch.png
share/httpd/icons/patch.gif
share/httpd/icons/p.png
share/httpd/icons/p.gif
share/httpd/icons/movie.png
share/httpd/icons/movie.gif
share/httpd/icons/link.png
share/httpd/icons/link.gif
share/httpd/icons/left.png
share/httpd/icons/left.gif
share/httpd/icons/layout.png
share/httpd/icons/layout.gif
share/httpd/icons/index.png
share/httpd/icons/index.gif
share/httpd/icons/image3.png
share/httpd/icons/image3.gif
share/httpd/icons/image2.png
share/httpd/icons/image2.gif
share/httpd/icons/image1.png
share/httpd/icons/image1.gif
share/httpd/icons/icon.sheet.png
share/httpd/icons/icon.sheet.gif
share/httpd/icons/hand.up.png
share/httpd/icons/hand.up.gif
share/httpd/icons/hand.right.png
share/httpd/icons/hand.right.gif
share/httpd/icons/generic.sec.png
share/httpd/icons/generic.sec.gif
share/httpd/icons/generic.red.png
share/httpd/icons/generic.red.gif
share/httpd/icons/generic.png
share/httpd/icons/generic.gif
share/httpd/icons/forward.png
share/httpd/icons/forward.gif
share/httpd/icons/folder.sec.png
share/httpd/icons/folder.sec.gif
share/httpd/icons/folder.png
share/httpd/icons/folder.open.png
share/httpd/icons/folder.open.gif
share/httpd/icons/folder.gif
share/httpd/icons/f.png
share/httpd/icons/f.gif
share/httpd/icons/dvi.png
share/httpd/icons/dvi.gif
share/httpd/icons/down.png
share/httpd/icons/down.gif
share/httpd/icons/diskimg.png
share/httpd/icons/diskimg.gif
share/httpd/icons/dir.png
share/httpd/icons/dir.gif
share/httpd/icons/continued.png
share/httpd/icons/continued.gif
share/httpd/icons/compressed.png
share/httpd/icons/compressed.gif
share/httpd/icons/comp.gray.png
share/httpd/icons/comp.gray.gif
share/httpd/icons/comp.blue.png
share/httpd/icons/comp.blue.gif
share/httpd/icons/c.png
share/httpd/icons/c.gif
share/httpd/icons/burst.png
share/httpd/icons/burst.gif
share/httpd/icons/broken.png
share/httpd/icons/broken.gif
share/httpd/icons/box2.png
share/httpd/icons/box2.gif
share/httpd/icons/box1.png
share/httpd/icons/box1.gif
share/httpd/icons/bomb.png
share/httpd/icons/bomb.gif
share/httpd/icons/blank.png
share/httpd/icons/blank.gif
share/httpd/icons/binhex.png
share/httpd/icons/binhex.gif
share/httpd/icons/binary.png
share/httpd/icons/binary.gif
share/httpd/icons/ball.red.png
share/httpd/icons/ball.red.gif
share/httpd/icons/ball.gray.png
share/httpd/icons/ball.gray.gif
share/httpd/icons/back.png
share/httpd/icons/back.gif
share/httpd/icons/apache_pb2_ani.gif
share/httpd/icons/apache_pb2.png
share/httpd/icons/apache_pb2.gif
share/httpd/icons/apache_pb.png
share/httpd/icons/a.png
share/httpd/icons/apache_pb.gif
share/httpd/icons/alert.red.png
share/httpd/icons/alert.red.gif
share/httpd/icons/alert.black.png
share/httpd/icons/alert.black.gif
share/httpd/icons/a.gif
share/httpd/icons/world2.png
share/httpd/icons/README
share/httpd/manual/faq/all_in_one.html.ko.euc-kr
share/httpd/manual/faq/categories.xml.ko
share/httpd/manual/faq/support.xml.meta
share/httpd/manual/faq/support.html.en
share/httpd/manual/faq/support.xml.ko
share/httpd/manual/faq/error.html
share/httpd/manual/faq/support.html.ko.euc-kr
share/httpd/manual/faq/all_in_one.html.en
share/httpd/manual/faq/support.xml
share/httpd/manual/faq/support.html
share/httpd/manual/faq/all_in_one.xml.ko
share/httpd/manual/faq/error.html.ko.euc-kr
share/httpd/manual/faq/index.html
share/httpd/manual/faq/error.xml.meta
share/httpd/manual/faq/all_in_one.html
share/httpd/manual/faq/index.html.ko.euc-kr
share/httpd/manual/faq/all_in_one.xml.meta
share/httpd/manual/faq/index.html.en
share/httpd/manual/faq/index.xml.meta
share/httpd/manual/faq/index.xml
share/httpd/manual/faq/error.html.en
share/httpd/manual/faq/all_in_one.xml
share/httpd/manual/faq/error.xml
share/httpd/manual/faq/categories.xml
share/httpd/manual/faq/index.xml.ko
share/httpd/manual/faq/error.xml.ko
share/httpd/manual/mod/mod_suexec.html.en
share/httpd/manual/mod/mod_autoindex.html.ko.euc-kr
share/httpd/manual/mod/mod_proxy.xml.meta
share/httpd/manual/mod/mod_cache.xml
share/httpd/manual/mod/mod_isapi.html.en
share/httpd/manual/mod/quickreference.xml.meta
share/httpd/manual/mod/module-dict.html.ko.euc-kr
share/httpd/manual/mod/mod_file_cache.xml
share/httpd/manual/mod/mod_proxy.html.en
share/httpd/manual/mod/prefork.html
share/httpd/manual/mod/core.xml.de
share/httpd/manual/mod/mod_so.xml
share/httpd/manual/mod/core.xml.meta
share/httpd/manual/mod/mod_so.xml.ja
share/httpd/manual/mod/mod_so.xml.ko
share/httpd/manual/mod/beos.html.de
share/httpd/manual/mod/beos.html.en
share/httpd/manual/mod/beos.html.es
share/httpd/manual/mod/mod_autoindex.html.ja.euc-jp
share/httpd/manual/mod/mod_file_cache.xml.ko
share/httpd/manual/mod/mod_setenvif.xml
share/httpd/manual/mod/module-dict.html.ja.euc-jp
share/httpd/manual/mod/mod_so.html.ko.euc-kr
share/httpd/manual/mod/mod_cgi.html
share/httpd/manual/mod/mod_env.html.en
share/httpd/manual/mod/mod_dir.html
share/httpd/manual/mod/quickreference.xml
share/httpd/manual/mod/mod_rewrite.xml
share/httpd/manual/mod/mod_actions.html.ko.euc-kr
share/httpd/manual/mod/mod_negotiation.xml.meta
share/httpd/manual/mod/mod_echo.xml.ja
share/httpd/manual/mod/mod_echo.xml.ko
share/httpd/manual/mod/mod_setenvif.xml.ja
share/httpd/manual/mod/mod_setenvif.xml.ko
share/httpd/manual/mod/mod_log_config.html.en
share/httpd/manual/mod/mod_isapi.xml
share/httpd/manual/mod/mod_logio.xml
share/httpd/manual/mod/mod_cern_meta.xml
share/httpd/manual/mod/mod_autoindex.html.en
share/httpd/manual/mod/mod_cern_meta.html.en
share/httpd/manual/mod/mod_dav.html.ko.euc-kr
share/httpd/manual/mod/mod_dav.html.en
share/httpd/manual/mod/mod_echo.html
share/httpd/manual/mod/mod_example.xml.meta
share/httpd/manual/mod/mod_cache.html
share/httpd/manual/mod/mod_auth.html.ja.euc-jp
share/httpd/manual/mod/mod_headers.html
share/httpd/manual/mod/worker.html
share/httpd/manual/mod/mod_expires.xml
share/httpd/manual/mod/mod_auth_anon.html.en
share/httpd/manual/mod/mpm_common.xml
share/httpd/manual/mod/mod_auth.xml
share/httpd/manual/mod/mod_ldap.html.en
share/httpd/manual/mod/mod_cgid.xml
share/httpd/manual/mod/mod_setenvif.html.ja.euc-jp
share/httpd/manual/mod/mod_setenvif.html.ko.euc-kr
share/httpd/manual/mod/mod_mem_cache.xml.meta
share/httpd/manual/mod/mod_ext_filter.xml.ko
share/httpd/manual/mod/mod_so.html.ja.euc-jp
share/httpd/manual/mod/mpmt_os2.html
share/httpd/manual/mod/mod_expires.xml.ko
share/httpd/manual/mod/mpm_winnt.xml
share/httpd/manual/mod/mpm_netware.xml
share/httpd/manual/mod/mod_actions.html.ja.euc-jp
share/httpd/manual/mod/mod_negotiation.html.en
share/httpd/manual/mod/mod_userdir.xml.meta
share/httpd/manual/mod/beos.xml.meta
share/httpd/manual/mod/mod_deflate.html
share/httpd/manual/mod/mod_auth_anon.html
share/httpd/manual/mod/mod_suexec.xml.meta
share/httpd/manual/mod/mod_dav.html.ja.euc-jp
share/httpd/manual/mod/mod_cache.html.en
share/httpd/manual/mod/mpmt_os2.xml.meta
share/httpd/manual/mod/mod_auth_dbm.xml
share/httpd/manual/mod/mod_access.html.en
share/httpd/manual/mod/mod_cgi.xml
share/httpd/manual/mod/mod_headers.xml
share/httpd/manual/mod/mod_cern_meta.html.ko.euc-kr
share/httpd/manual/mod/directive-dict.xml.es
share/httpd/manual/mod/directive-dict.xml.ja
share/httpd/manual/mod/directive-dict.xml.ko
share/httpd/manual/mod/mod_logio.xml.meta
share/httpd/manual/mod/mod_unique_id.html.en
share/httpd/manual/mod/mod_ext_filter.html.en
share/httpd/manual/mod/mod_suexec.xml
share/httpd/manual/mod/mod_imap.xml.meta
share/httpd/manual/mod/mod_include.xml
share/httpd/manual/mod/mod_dav_fs.html
share/httpd/manual/mod/mod_dav.xml
share/httpd/manual/mod/mod_file_cache.html.ko.euc-kr
share/httpd/manual/mod/mod_speling.xml.meta
share/httpd/manual/mod/mod_disk_cache.xml
share/httpd/manual/mod/mod_log_config.xml
share/httpd/manual/mod/mod_alias.xml
share/httpd/manual/mod/mod_access.html
share/httpd/manual/mod/mod_example.html.ko.euc-kr
share/httpd/manual/mod/mod_ext_filter.xml
share/httpd/manual/mod/mod_asis.xml.ja
share/httpd/manual/mod/mod_asis.xml.ko
share/httpd/manual/mod/mod_disk_cache.html.en
share/httpd/manual/mod/mod_deflate.xml.ja
share/httpd/manual/mod/mod_deflate.xml.ko
share/httpd/manual/mod/mod_expires.html
share/httpd/manual/mod/module-dict.xml.meta
share/httpd/manual/mod/mod_env.xml.meta
share/httpd/manual/mod/mod_dav_fs.html.ko.euc-kr
share/httpd/manual/mod/mod_suexec.html
share/httpd/manual/mod/directives.html
share/httpd/manual/mod/mod_rewrite.xml.meta
share/httpd/manual/mod/mod_mime_magic.xml.meta
share/httpd/manual/mod/mod_charset_lite.xml.ko
share/httpd/manual/mod/mod_ssl.xml.meta
share/httpd/manual/mod/mod_expires.html.en
share/httpd/manual/mod/perchild.html.en
share/httpd/manual/mod/mod_disk_cache.xml.meta
share/httpd/manual/mod/mpm_common.html
share/httpd/manual/mod/prefork.xml.de
share/httpd/manual/mod/prefork.xml.es
share/httpd/manual/mod/prefork.xml.ja
share/httpd/manual/mod/mod_deflate.xml
share/httpd/manual/mod/prefork.html.ja.euc-jp
share/httpd/manual/mod/threadpool.xml.meta
share/httpd/manual/mod/mod_env.xml.ja
share/httpd/manual/mod/mod_env.xml.ko
share/httpd/manual/mod/mod_env.html
share/httpd/manual/mod/mod_example.html.en
share/httpd/manual/mod/core.html.de
share/httpd/manual/mod/mod_proxy_ftp.xml
share/httpd/manual/mod/directive-dict.html
share/httpd/manual/mod/core.html.en
share/httpd/manual/mod/mod_actions.xml.meta
share/httpd/manual/mod/mod_include.html
share/httpd/manual/mod/mod_auth.html
share/httpd/manual/mod/beos.xml
share/httpd/manual/mod/mod_dav_fs.html.ja.euc-jp
share/httpd/manual/mod/mod_vhost_alias.xml.meta
share/httpd/manual/mod/mod_userdir.html
share/httpd/manual/mod/mod_so.xml.meta
share/httpd/manual/mod/mod_mime.xml.ja
share/httpd/manual/mod/mod_deflate.html.ko.euc-kr
share/httpd/manual/mod/mod_userdir.html.ko.euc-kr
share/httpd/manual/mod/mod_imap.html
share/httpd/manual/mod/directives.html.de
share/httpd/manual/mod/worker.html.ja.euc-jp
share/httpd/manual/mod/mod_so.html.en
share/httpd/manual/mod/mod_cache.xml.meta
share/httpd/manual/mod/mod_cgid.html
share/httpd/manual/mod/mod_example.html
share/httpd/manual/mod/quickreference.html.ru.koi8-r
share/httpd/manual/mod/mod_cache.html.ko.euc-kr
share/httpd/manual/mod/module-dict.xml.ja
share/httpd/manual/mod/module-dict.xml.ko
share/httpd/manual/mod/index.html
share/httpd/manual/mod/mod_cgi.html.ko.euc-kr
share/httpd/manual/mod/mod_proxy_ftp.html
share/httpd/manual/mod/mod_cgi.html.en
share/httpd/manual/mod/mod_dir.xml
share/httpd/manual/mod/mod_auth.xml.meta
share/httpd/manual/mod/mod_speling.xml.ja
share/httpd/manual/mod/mod_speling.xml.ko
share/httpd/manual/mod/mod_cgid.html.ko.euc-kr
share/httpd/manual/mod/mod_cgid.html.en
share/httpd/manual/mod/mod_disk_cache.html
share/httpd/manual/mod/mod_charset_lite.html
share/httpd/manual/mod/mod_file_cache.html
share/httpd/manual/mod/mod_proxy_http.xml.meta
share/httpd/manual/mod/allmodules.xml.de
share/httpd/manual/mod/allmodules.xml.es
share/httpd/manual/mod/allmodules.xml.ja
share/httpd/manual/mod/allmodules.xml.ko
share/httpd/manual/mod/allmodules.xml.ru
share/httpd/manual/mod/directive-dict.html.ko.euc-kr
share/httpd/manual/mod/mod_userdir.html.ja.euc-jp
share/httpd/manual/mod/quickreference.html.de
share/httpd/manual/mod/quickreference.html.en
share/httpd/manual/mod/quickreference.html.es
share/httpd/manual/mod/mod_deflate.html.ja.euc-jp
share/httpd/manual/mod/mod_log_forensic.html
share/httpd/manual/mod/mpm_netware.xml.meta
share/httpd/manual/mod/mod_vhost_alias.xml
share/httpd/manual/mod/mod_imap.html.en
share/httpd/manual/mod/mod_auth.xml.ja
share/httpd/manual/mod/mod_access.html.ja.euc-jp
share/httpd/manual/mod/threadpool.html.en
share/httpd/manual/mod/mod_cgi.html.ja.euc-jp
share/httpd/manual/mod/mod_auth_ldap.html
share/httpd/manual/mod/index.html.ko.euc-kr
share/httpd/manual/mod/mod_proxy_http.html.en
share/httpd/manual/mod/mod_actions.html.en
share/httpd/manual/mod/mod_mime.xml
share/httpd/manual/mod/mod_auth.html.en
share/httpd/manual/mod/directives.html.en
share/httpd/manual/mod/mpm_netware.html.en
share/httpd/manual/mod/mod_alias.xml.ja
share/httpd/manual/mod/directives.xml.meta
share/httpd/manual/mod/beos.xml.de
share/httpd/manual/mod/directive-dict.html.ja.euc-jp
share/httpd/manual/mod/directives.html.es
share/httpd/manual/mod/threadpool.html
share/httpd/manual/mod/mod_speling.html.ko.euc-kr
share/httpd/manual/mod/mod_file_cache.html.en
share/httpd/manual/mod/mod_dir.xml.meta
share/httpd/manual/mod/mod_proxy_ftp.xml.meta
share/httpd/manual/mod/mod_logio.xml.ko
share/httpd/manual/mod/mod_userdir.xml.ja
share/httpd/manual/mod/mod_userdir.xml.ko
share/httpd/manual/mod/mod_info.html.ja.euc-jp
share/httpd/manual/mod/beos.xml.es
share/httpd/manual/mod/beos.xml.ko
share/httpd/manual/mod/mod_access.xml.ja
share/httpd/manual/mod/mod_imap.xml
share/httpd/manual/mod/mod_charset_lite.xml.meta
share/httpd/manual/mod/mod_headers.xml.meta
share/httpd/manual/mod/quickreference.html.ko.euc-kr
share/httpd/manual/mod/mod_negotiation.xml.ja
share/httpd/manual/mod/mod_log_config.xml.meta
share/httpd/manual/mod/index.html.ja.euc-jp
share/httpd/manual/mod/mod_asis.html.en
share/httpd/manual/mod/mpm_winnt.html
share/httpd/manual/mod/mod_alias.html.ja.euc-jp
share/httpd/manual/mod/mpm_netware.html
share/httpd/manual/mod/worker.xml.meta
share/httpd/manual/mod/mod_ssl.html
share/httpd/manual/mod/mod_autoindex.xml.meta
share/httpd/manual/mod/worker.xml.de
share/httpd/manual/mod/mod_proxy_http.html
share/httpd/manual/mod/core.xml
share/httpd/manual/mod/mod_access.xml.meta
share/httpd/manual/mod/mod_env.html.ko.euc-kr
share/httpd/manual/mod/mod_cern_meta.xml.meta
share/httpd/manual/mod/worker.xml.es
share/httpd/manual/mod/worker.xml.ja
share/httpd/manual/mod/mod_cache.xml.ko
share/httpd/manual/mod/mod_speling.html.ja.euc-jp
share/httpd/manual/mod/mod_auth_digest.xml
share/httpd/manual/mod/mpm_winnt.xml.meta
share/httpd/manual/mod/mod_asis.html.ko.euc-kr
share/httpd/manual/mod/mod_headers.html.en
share/httpd/manual/mod/mod_speling.xml
share/httpd/manual/mod/worker.html.de
share/httpd/manual/mod/worker.html.en
share/httpd/manual/mod/worker.html.es
share/httpd/manual/mod/mod_usertrack.xml
share/httpd/manual/mod/mod_dir.html.ko.euc-kr
share/httpd/manual/mod/index.html.de
share/httpd/manual/mod/index.html.en
share/httpd/manual/mod/index.html.es
share/httpd/manual/mod/index.xml
share/httpd/manual/mod/mod_auth_digest.xml.meta
share/httpd/manual/mod/mod_deflate.html.en
share/httpd/manual/mod/mod_cgi.xml.meta
share/httpd/manual/mod/mod_dav.xml.meta
share/httpd/manual/mod/mod_expires.html.ko.euc-kr
share/httpd/manual/mod/leader.html.de
share/httpd/manual/mod/leader.html.en
share/httpd/manual/mod/leader.html.es
share/httpd/manual/mod/mod_unique_id.html.ko.euc-kr
share/httpd/manual/mod/mod_nw_ssl.xml.meta
share/httpd/manual/mod/mod_so.html
share/httpd/manual/mod/mod_dav_fs.xml.meta
share/httpd/manual/mod/mod_mime.html.en
share/httpd/manual/mod/mod_access.xml
share/httpd/manual/mod/index.xml.meta
share/httpd/manual/mod/mod_dav_fs.xml
share/httpd/manual/mod/mod_file_cache.xml.meta
share/httpd/manual/mod/mod_log_config.html
share/httpd/manual/mod/mod_cgid.xml.ko
share/httpd/manual/mod/mod_env.xml
share/httpd/manual/mod/mod_negotiation.html.ja.euc-jp
share/httpd/manual/mod/perchild.html
share/httpd/manual/mod/mod_status.html.ko.euc-kr
share/httpd/manual/mod/mod_auth_dbm.xml.meta
share/httpd/manual/mod/mod_env.html.ja.euc-jp
share/httpd/manual/mod/mod_logio.html.ko.euc-kr
share/httpd/manual/mod/mod_asis.html.ja.euc-jp
share/httpd/manual/mod/mod_alias.html
share/httpd/manual/mod/worker.xml
share/httpd/manual/mod/mod_dir.html.ja.euc-jp
share/httpd/manual/mod/mod_unique_id.html.ja.euc-jp
share/httpd/manual/mod/mod_mime_magic.html.en
share/httpd/manual/mod/mod_mime_magic.xml
share/httpd/manual/mod/mod_vhost_alias.html.en
share/httpd/manual/mod/leader.xml.de
share/httpd/manual/mod/leader.xml.es
share/httpd/manual/mod/leader.xml.ko
share/httpd/manual/mod/mpm_common.html.ja.euc-jp
share/httpd/manual/mod/mod_deflate.xml.meta
share/httpd/manual/mod/prefork.xml.meta
share/httpd/manual/mod/mod_autoindex.xml
share/httpd/manual/mod/mod_info.xml.ja
share/httpd/manual/mod/mod_setenvif.html
share/httpd/manual/mod/perchild.xml.meta
share/httpd/manual/mod/mod_info.html
share/httpd/manual/mod/leader.xml.meta
share/httpd/manual/mod/quickreference.html.ja.euc-jp
share/httpd/manual/mod/mod_status.html.en
share/httpd/manual/mod/mod_alias.html.en
share/httpd/manual/mod/mod_expires.xml.meta
share/httpd/manual/mod/mod_autoindex.xml.ja
share/httpd/manual/mod/mod_info.xml.meta
share/httpd/manual/mod/mod_ssl.xml
share/httpd/manual/mod/mod_echo.html.ko.euc-kr
share/httpd/manual/mod/mod_autoindex.xml.ko
share/httpd/manual/mod/mod_dav.xml.ja
share/httpd/manual/mod/mod_dav.xml.ko
share/httpd/manual/mod/mod_userdir.xml
share/httpd/manual/mod/mod_example.xml
share/httpd/manual/mod/mod_ext_filter.html
share/httpd/manual/mod/mod_ldap.html
share/httpd/manual/mod/mod_echo.html.en
share/httpd/manual/mod/mod_include.xml.meta
share/httpd/manual/mod/mod_log_forensic.xml
share/httpd/manual/mod/mod_setenvif.html.en
share/httpd/manual/mod/mod_asis.html
share/httpd/manual/mod/mod_vhost_alias.html
share/httpd/manual/mod/directives.html.ru.koi8-r
share/httpd/manual/mod/mod_proxy_http.xml
share/httpd/manual/mod/mod_status.xml.meta
share/httpd/manual/mod/module-dict.html.en
share/httpd/manual/mod/mod_alias.xml.meta
share/httpd/manual/mod/mod_info.xml
share/httpd/manual/mod/mod_asis.xml
share/httpd/manual/mod/leader.html
share/httpd/manual/mod/mod_disk_cache.html.ko.euc-kr
share/httpd/manual/mod/leader.html.ko.euc-kr
share/httpd/manual/mod/mod_rewrite.html.en
share/httpd/manual/mod/mod_unique_id.xml
share/httpd/manual/mod/mod_auth_ldap.html.en
share/httpd/manual/mod/mod_isapi.xml.meta
share/httpd/manual/mod/mod_status.xml.ko
share/httpd/manual/mod/mod_proxy.xml
share/httpd/manual/mod/core.html
share/httpd/manual/mod/mpm_winnt.html.de
share/httpd/manual/mod/mpm_winnt.html.en
share/httpd/manual/mod/mpm_winnt.html.es
share/httpd/manual/mod/mod_auth_dbm.html.en
share/httpd/manual/mod/mod_include.xml.ja
share/httpd/manual/mod/mpm_common.xml.meta
share/httpd/manual/mod/mod_echo.xml
share/httpd/manual/mod/mod_info.html.en
share/httpd/manual/mod/allmodules.xml
share/httpd/manual/mod/mpm_common.html.de
share/httpd/manual/mod/mpm_common.html.en
share/httpd/manual/mod/mod_auth_ldap.xml.meta
share/httpd/manual/mod/mod_mime_magic.html
share/httpd/manual/mod/directive-dict.xml
share/httpd/manual/mod/mod_echo.html.ja.euc-jp
share/httpd/manual/mod/mod_log_forensic.html.en
share/httpd/manual/mod/mod_unique_id.xml.ja
share/httpd/manual/mod/mod_unique_id.xml.ko
share/httpd/manual/mod/mod_disk_cache.xml.ko
share/httpd/manual/mod/perchild.xml
share/httpd/manual/mod/quickreference.html
share/httpd/manual/mod/mod_rewrite.html
share/httpd/manual/mod/prefork.xml
share/httpd/manual/mod/mod_mime.xml.meta
share/httpd/manual/mod/module-dict.html
share/httpd/manual/mod/mod_charset_lite.html.ko.euc-kr
share/httpd/manual/mod/mod_unique_id.xml.meta
share/httpd/manual/mod/mod_actions.xml.ja
share/httpd/manual/mod/mod_actions.xml.ko
share/httpd/manual/mod/mod_unique_id.html
share/httpd/manual/mod/mod_ssl.html.en
share/httpd/manual/mod/mod_actions.xml
share/httpd/manual/mod/mod_nw_ssl.xml
share/httpd/manual/mod/mod_proxy_connect.xml.meta
share/httpd/manual/mod/mod_proxy_ftp.html.en
share/httpd/manual/mod/mod_dir.html.en
share/httpd/manual/mod/mod_ext_filter.html.ko.euc-kr
share/httpd/manual/mod/mod_usertrack.xml.meta
share/httpd/manual/mod/mod_charset_lite.html.en
share/httpd/manual/mod/mod_mime.html
share/httpd/manual/mod/mod_proxy_connect.html.en
share/httpd/manual/mod/mod_ext_filter.xml.meta
share/httpd/manual/mod/mpm_common.xml.de
share/httpd/manual/mod/mpm_common.xml.ja
share/httpd/manual/mod/mod_mem_cache.html
share/httpd/manual/mod/mod_negotiation.html
share/httpd/manual/mod/mod_dir.xml.ja
share/httpd/manual/mod/mod_dir.xml.ko
share/httpd/manual/mod/mpm_winnt.html.ja.euc-jp
share/httpd/manual/mod/mod_include.html.en
share/httpd/manual/mod/mpmt_os2.xml
share/httpd/manual/mod/mod_dav_fs.xml.ja
share/httpd/manual/mod/mod_dav_fs.xml.ko
share/httpd/manual/mod/mod_auth_digest.html
share/httpd/manual/mod/directives.xml
share/httpd/manual/mod/directives.html.ko.euc-kr
share/httpd/manual/mod/mod_cern_meta.xml.ko
share/httpd/manual/mod/mod_charset_lite.xml
share/httpd/manual/mod/mod_auth_ldap.xml
share/httpd/manual/mod/mod_actions.html
share/httpd/manual/mod/mod_suexec.html.ko.euc-kr
share/httpd/manual/mod/mod_cgid.xml.meta
share/httpd/manual/mod/mod_auth_dbm.html
share/httpd/manual/mod/mpmt_os2.html.en
share/httpd/manual/mod/directives.html.ja.euc-jp
share/httpd/manual/mod/quickreference.xml.de
share/httpd/manual/mod/quickreference.xml.es
share/httpd/manual/mod/quickreference.xml.ja
share/httpd/manual/mod/quickreference.xml.ko
share/httpd/manual/mod/quickreference.xml.ru
share/httpd/manual/mod/mod_logio.html.en
share/httpd/manual/mod/mod_speling.html.en
share/httpd/manual/mod/mod_nw_ssl.html
share/httpd/manual/mod/leader.xml
share/httpd/manual/mod/mod_negotiation.xml
share/httpd/manual/mod/mod_auth_anon.xml.meta
share/httpd/manual/mod/mod_status.html
share/httpd/manual/mod/mod_status.xml
share/httpd/manual/mod/mod_auth_digest.html.en
share/httpd/manual/mod/mod_nw_ssl.html.en
share/httpd/manual/mod/mod_dav_fs.html.en
share/httpd/manual/mod/mod_echo.xml.meta
share/httpd/manual/mod/prefork.html.de
share/httpd/manual/mod/prefork.html.en
share/httpd/manual/mod/prefork.html.es
share/httpd/manual/mod/mod_auth_anon.xml
share/httpd/manual/mod/beos.html.ko.euc-kr
share/httpd/manual/mod/beos.html
share/httpd/manual/mod/mod_mime.html.ja.euc-jp
share/httpd/manual/mod/mod_proxy.html
share/httpd/manual/mod/mod_usertrack.html.en
share/httpd/manual/mod/mod_ldap.xml.meta
share/httpd/manual/mod/mod_isapi.html
share/httpd/manual/mod/mod_suexec.xml.ja
share/httpd/manual/mod/mod_suexec.xml.ko
share/httpd/manual/mod/mod_log_forensic.xml.meta
share/httpd/manual/mod/mod_suexec.html.ja.euc-jp
share/httpd/manual/mod/directive-dict.html.en
share/httpd/manual/mod/directive-dict.html.es
share/httpd/manual/mod/threadpool.xml
share/httpd/manual/mod/mod_speling.html
share/httpd/manual/mod/mod_proxy_connect.html
share/httpd/manual/mod/mod_example.xml.ko
share/httpd/manual/mod/mod_logio.html
share/httpd/manual/mod/mod_mem_cache.html.en
share/httpd/manual/mod/mod_dav.html
share/httpd/manual/mod/mod_cgi.xml.ja
share/httpd/manual/mod/mod_cgi.xml.ko
share/httpd/manual/mod/mod_userdir.html.en
share/httpd/manual/mod/mod_ldap.xml
share/httpd/manual/mod/directives.xml.de
share/httpd/manual/mod/directives.xml.es
share/httpd/manual/mod/directives.xml.ja
share/httpd/manual/mod/directives.xml.ko
share/httpd/manual/mod/directives.xml.ru
share/httpd/manual/mod/mod_cern_meta.html
share/httpd/manual/mod/mod_include.html.ja.euc-jp
share/httpd/manual/mod/directive-dict.xml.meta
share/httpd/manual/mod/mod_usertrack.html
share/httpd/manual/mod/index.xml.de
share/httpd/manual/mod/index.xml.es
share/httpd/manual/mod/index.xml.ja
share/httpd/manual/mod/index.xml.ko
share/httpd/manual/mod/module-dict.xml
share/httpd/manual/mod/mod_mem_cache.xml
share/httpd/manual/mod/mod_autoindex.html
share/httpd/manual/mod/mod_asis.xml.meta
share/httpd/manual/mod/mod_proxy_connect.xml
share/httpd/manual/mod/mpm_winnt.xml.de
share/httpd/manual/mod/mod_setenvif.xml.meta
share/httpd/manual/mod/mpm_winnt.xml.es
share/httpd/manual/mod/mpm_winnt.xml.ja
share/httpd/manual/ssl/ssl_compat.html.en
share/httpd/manual/ssl/ssl_faq.html.en
share/httpd/manual/ssl/ssl_faq.html
share/httpd/manual/ssl/ssl_compat.xml.meta
share/httpd/manual/ssl/ssl_intro.html.en
share/httpd/manual/ssl/ssl_compat.xml
share/httpd/manual/ssl/ssl_howto.html
share/httpd/manual/ssl/ssl_intro.xml.meta
share/httpd/manual/ssl/index.html
share/httpd/manual/ssl/ssl_faq.xml
share/httpd/manual/ssl/ssl_howto.xml
share/httpd/manual/ssl/index.html.ja.euc-jp
share/httpd/manual/ssl/index.html.en
share/httpd/manual/ssl/index.xml.meta
share/httpd/manual/ssl/index.xml
share/httpd/manual/ssl/ssl_howto.xml.meta
share/httpd/manual/ssl/ssl_faq.xml.meta
share/httpd/manual/ssl/ssl_howto.html.en
share/httpd/manual/ssl/ssl_intro.html
share/httpd/manual/ssl/ssl_compat.html
share/httpd/manual/ssl/ssl_intro_fig1.gif
share/httpd/manual/ssl/ssl_intro_fig1.png
share/httpd/manual/ssl/index.xml.ja
share/httpd/manual/ssl/ssl_intro_fig2.gif
share/httpd/manual/ssl/ssl_intro_fig2.png
share/httpd/manual/ssl/ssl_intro_fig3.gif
share/httpd/manual/ssl/ssl_intro_fig3.png
share/httpd/manual/ssl/ssl_intro.xml
share/httpd/manual/misc/relevant_standards.xml.ko
share/httpd/manual/misc/perf-tuning.html.en
share/httpd/manual/misc/descriptors.html
share/httpd/manual/misc/custom_errordocs.xml.meta
share/httpd/manual/misc/rewriteguide.html.en
share/httpd/manual/misc/relevant_standards.html.ko.euc-kr
share/httpd/manual/misc/known_client_problems.xml.meta
share/httpd/manual/misc/security_tips.html.ko.euc-kr
share/httpd/manual/misc/perf-tuning.html.ko.euc-kr
share/httpd/manual/misc/security_tips.xml.meta
share/httpd/manual/misc/known_client_problems.html.en
share/httpd/manual/misc/relevant_standards.xml.meta
share/httpd/manual/misc/tutorials.html.en
share/httpd/manual/misc/relevant_standards.xml
share/httpd/manual/misc/security_tips.xml
share/httpd/manual/misc/tutorials.html
share/httpd/manual/misc/security_tips.html
share/httpd/manual/misc/index.html
share/httpd/manual/misc/fin_wait_2.xml.meta
share/httpd/manual/misc/custom_errordocs.xml
share/httpd/manual/misc/perf-tuning.xml
share/httpd/manual/misc/fin_wait_2.html
share/httpd/manual/misc/custom_errordocs.html.en
share/httpd/manual/misc/rewriteguide.xml.ko
share/httpd/manual/misc/tutorials.xml.meta
share/httpd/manual/misc/perf-tuning.xml.ko
share/httpd/manual/misc/index.xml
share/httpd/manual/misc/known_client_problems.html
share/httpd/manual/misc/rewriteguide.xml.meta
share/httpd/manual/misc/index.html.en
share/httpd/manual/misc/index.xml.meta
share/httpd/manual/misc/relevant_standards.html
share/httpd/manual/misc/tutorials.xml
share/httpd/manual/misc/fin_wait_2.html.en
share/httpd/manual/misc/perf-tuning.html
share/httpd/manual/misc/relevant_standards.html.en
share/httpd/manual/misc/descriptors.xml
share/httpd/manual/misc/descriptors.html.en
share/httpd/manual/misc/fin_wait_2.xml
share/httpd/manual/misc/rewriteguide.html
share/httpd/manual/misc/security_tips.html.en
share/httpd/manual/misc/descriptors.xml.meta
share/httpd/manual/misc/rewriteguide.html.ko.euc-kr
share/httpd/manual/misc/security_tips.xml.ko
share/httpd/manual/misc/known_client_problems.xml
share/httpd/manual/misc/perf-tuning.xml.meta
share/httpd/manual/misc/custom_errordocs.html
share/httpd/manual/misc/rewriteguide.xml
share/httpd/manual/suexec.html.ja.euc-jp
share/httpd/manual/server-wide.html
share/httpd/manual/dso.xml.meta
share/httpd/manual/handler.html.es
share/httpd/manual/filter.html.en
share/httpd/manual/upgrading.html.ko.euc-kr
share/httpd/manual/filter.html.es
share/httpd/manual/dns-caveats.xml
share/httpd/manual/mpm.xml.es
share/httpd/manual/new_features_2_0.html.ko.euc-kr
share/httpd/manual/mpm.xml.ja
share/httpd/manual/mpm.xml.ko
share/httpd/manual/mpm.xml.ru
share/httpd/manual/handler.xml.es
share/httpd/manual/handler.xml.ja
share/httpd/manual/handler.xml.ko
share/httpd/manual/handler.xml.ru
share/httpd/manual/handler.html.en
share/httpd/manual/stopping.html.ko.euc-kr
share/httpd/manual/sections.xml.meta
share/httpd/manual/bind.xml.meta
share/httpd/manual/license.html
share/httpd/manual/upgrading.html.ja.euc-jp
share/httpd/manual/new_features_2_0.xml
share/httpd/manual/upgrading.xml.meta
share/httpd/manual/sitemap.xml.meta
share/httpd/manual/handler.xml
share/httpd/manual/install.xml
share/httpd/manual/LICENSE
share/httpd/manual/new_features_2_0.html.ja.euc-jp
share/httpd/manual/custom-error.xml
share/httpd/manual/suexec.xml.meta
share/httpd/manual/howto/public_html.html.ko.euc-kr
share/httpd/manual/howto/ssi.html.ja.euc-jp
share/httpd/manual/howto/cgi.html.en
share/httpd/manual/howto/htaccess.html.ko.euc-kr
share/httpd/manual/howto/public_html.xml.ko
share/httpd/manual/howto/auth.xml.ko
share/httpd/manual/howto/public_html.xml.meta
share/httpd/manual/howto/cgi.html
share/httpd/manual/howto/auth.xml
share/httpd/manual/howto/cgi.html.ko.euc-kr
share/httpd/manual/howto/auth.html.ko.euc-kr
share/httpd/manual/howto/index.html
share/httpd/manual/howto/cgi.html.ja.euc-jp
share/httpd/manual/howto/auth.html.ja.euc-jp
share/httpd/manual/howto/htaccess.html
share/httpd/manual/howto/ssi.xml
share/httpd/manual/howto/index.html.ko.euc-kr
share/httpd/manual/howto/cgi.xml.ko
share/httpd/manual/howto/htaccess.xml
share/httpd/manual/howto/ssi.html
share/httpd/manual/howto/public_html.html.en
share/httpd/manual/howto/htaccess.html.en
share/httpd/manual/howto/index.html.en
share/httpd/manual/howto/htaccess.xml.meta
share/httpd/manual/howto/index.xml.meta
share/httpd/manual/howto/auth.html.en
share/httpd/manual/howto/index.xml
share/httpd/manual/howto/public_html.xml
share/httpd/manual/howto/auth.html
share/httpd/manual/howto/ssi.html.ko.euc-kr
share/httpd/manual/howto/public_html.html
share/httpd/manual/howto/ssi.xml.meta
share/httpd/manual/howto/cgi.xml.meta
share/httpd/manual/howto/ssi.html.en
share/httpd/manual/howto/htaccess.xml.ko
share/httpd/manual/howto/auth.xml.meta
share/httpd/manual/howto/ssi.xml.ja
share/httpd/manual/howto/ssi.xml.ko
share/httpd/manual/howto/cgi.xml
share/httpd/manual/howto/cgi.xml.ja
share/httpd/manual/howto/index.xml.ko
share/httpd/manual/style/css/manual-loose-100pc.css
share/httpd/manual/style/css/manual-print.css
share/httpd/manual/style/css/manual.css
share/httpd/manual/style/css/manual-zip-100pc.css
share/httpd/manual/style/css/manual-chm.css
share/httpd/manual/style/css/manual-zip.css
share/httpd/manual/style/xsl/util/designations.xml
share/httpd/manual/style/xsl/util/ul-start.xml
share/httpd/manual/style/xsl/util/nbsp.xml
share/httpd/manual/style/xsl/util/tab.xml
share/httpd/manual/style/xsl/util/allmodules.xml
share/httpd/manual/style/xsl/util/modtrans.xsl
share/httpd/manual/style/xsl/util/lf.xml
share/httpd/manual/style/xsl/util/li-start.xml
share/httpd/manual/style/xsl/util/li-end.xml
share/httpd/manual/style/xsl/util/ul-end.xml
share/httpd/manual/style/xsl/quickreference.xsl
share/httpd/manual/style/xsl/sitemap.xsl
share/httpd/manual/style/xsl/indexpage.xsl
share/httpd/manual/style/xsl/faq.xsl
share/httpd/manual/style/xsl/manualpage.xsl
share/httpd/manual/style/xsl/nroff.xsl
share/httpd/manual/style/xsl/directiveindex.xsl
share/httpd/manual/style/xsl/hhc.xsl
share/httpd/manual/style/xsl/hhp.xsl
share/httpd/manual/style/xsl/moduleindex.xsl
share/httpd/manual/style/xsl/typemap.xsl
share/httpd/manual/style/xsl/language.xsl
share/httpd/manual/style/xsl/synopsis.xsl
share/httpd/manual/style/xsl/common.xsl
share/httpd/manual/style/lang/de.xml
share/httpd/manual/style/lang/en.xml
share/httpd/manual/style/lang/es.xml
share/httpd/manual/style/lang/fr.xml
share/httpd/manual/style/lang/ja.xml
share/httpd/manual/style/lang/ko.xml
share/httpd/manual/style/lang/ru.xml
share/httpd/manual/style/latex/quickreference.xsl
share/httpd/manual/style/latex/html.xsl
share/httpd/manual/style/latex/atbeginend.sty
share/httpd/manual/style/latex/faq.xsl
share/httpd/manual/style/latex/manualpage.xsl
share/httpd/manual/style/latex/directiveindex.xsl
share/httpd/manual/style/latex/moduleindex.xsl
share/httpd/manual/style/latex/synopsis.xsl
share/httpd/manual/style/latex/latex.xsl
share/httpd/manual/style/latex/common.xsl
share/httpd/manual/style/manual.de.xsl
share/httpd/manual/style/faq.dtd
share/httpd/manual/style/modulesynopsis.dtd
share/httpd/manual/style/manual.en.xsl
share/httpd/manual/style/manual.es.xsl
share/httpd/manual/style/manual.fr.xsl
share/httpd/manual/style/manual.ja.xsl
share/httpd/manual/style/manual.ko.xsl
share/httpd/manual/style/sitemap.dtd
share/httpd/manual/style/manual.ru.xsl
share/httpd/manual/style/lang-targets.xml
share/httpd/manual/style/build.properties
share/httpd/manual/style/manualpage.dtd
share/httpd/manual/style/description.xml
share/httpd/manual/style/common.dtd
share/httpd/manual/env.html.en
share/httpd/manual/mpm.html.ko.euc-kr
share/httpd/manual/custom-error.html
share/httpd/manual/filter.html.ru.koi8-r
share/httpd/manual/stopping.html.ja.euc-jp
share/httpd/manual/configuring.html.en
share/httpd/manual/bind.html.en
share/httpd/manual/handler.html.ru.koi8-r
share/httpd/manual/upgrading.xml
share/httpd/manual/install.html.ru.koi8-r
share/httpd/manual/urlmapping.xml.ja
share/httpd/manual/urlmapping.xml.ko
share/httpd/manual/suexec.xml
share/httpd/manual/logs.html.ko.euc-kr
share/httpd/manual/dns-caveats.html
share/httpd/manual/filter.html
share/httpd/manual/content-negotiation.html
share/httpd/manual/mpm.html.ja.euc-jp
share/httpd/manual/dso.html.en
share/httpd/manual/sitemap.xml
share/httpd/manual/install.xml.de
share/httpd/manual/install.xml.es
share/httpd/manual/install.xml.ja
share/httpd/manual/install.xml.ko
share/httpd/manual/install.xml.ru
share/httpd/manual/dso.xml
share/httpd/manual/sections.xml.ja
share/httpd/manual/sections.xml.ko
share/httpd/manual/handler.html.ja.euc-jp
share/httpd/manual/logs.html.ja.euc-jp
share/httpd/manual/index.html.ru.koi8-r
share/httpd/manual/env.xml.ja
share/httpd/manual/env.xml.ko
share/httpd/manual/dns-caveats.xml.meta
share/httpd/manual/glossary.xml.es
share/httpd/manual/mpm.xml.meta
share/httpd/manual/env.xml
share/httpd/manual/install.html.ja.euc-jp
share/httpd/manual/handler.html.ko.euc-kr
share/httpd/manual/glossary.xml.ko
share/httpd/manual/install.html.ko.euc-kr
share/httpd/manual/sections.html
share/httpd/manual/install.html.de
share/httpd/manual/install.html.en
share/httpd/manual/install.html.es
share/httpd/manual/index.html
share/httpd/manual/server-wide.xml
share/httpd/manual/stopping.html.de
share/httpd/manual/stopping.html.en
share/httpd/manual/stopping.html.es
share/httpd/manual/install.html
share/httpd/manual/env.xml.meta
share/httpd/manual/custom-error.xml.ja
share/httpd/manual/sections.html.en
share/httpd/manual/logs.html
share/httpd/manual/mpm.xml
share/httpd/manual/urlmapping.html.ko.euc-kr
share/httpd/manual/custom-error.xml.ko
share/httpd/manual/index.html.ko.euc-kr
share/httpd/manual/sitemap.html
share/httpd/manual/env.html.ko.euc-kr
share/httpd/manual/glossary.xml
share/httpd/manual/content-negotiation.xml.ja
share/httpd/manual/content-negotiation.xml.ko
share/httpd/manual/license.xml.meta
share/httpd/manual/filter.html.ko.euc-kr
share/httpd/manual/suexec.xml.ja
share/httpd/manual/suexec.xml.ko
share/httpd/manual/images/apache_header.gif
share/httpd/manual/images/favicon.ico
share/httpd/manual/images/down.gif
share/httpd/manual/images/right.gif
share/httpd/manual/images/feather.gif
share/httpd/manual/images/feather.png
share/httpd/manual/images/left.gif
share/httpd/manual/images/sub.gif
share/httpd/manual/images/home.gif
share/httpd/manual/images/pixel.gif
share/httpd/manual/images/up.gif
share/httpd/manual/images/custom_errordocs.gif
share/httpd/manual/images/custom_errordocs.png
share/httpd/manual/images/index.gif
share/httpd/manual/images/mod_rewrite_fig1.gif
share/httpd/manual/images/mod_rewrite_fig1.png
share/httpd/manual/images/mod_rewrite_fig2.gif
share/httpd/manual/images/mod_rewrite_fig2.png
share/httpd/manual/mpm.html
share/httpd/manual/dns-caveats.html.ko.euc-kr
share/httpd/manual/glossary.html.en
share/httpd/manual/glossary.html.es
share/httpd/manual/custom-error.xml.meta
share/httpd/manual/urlmapping.html.ja.euc-jp
share/httpd/manual/index.html.ja.euc-jp
share/httpd/manual/dns-caveats.xml.ja
share/httpd/manual/install.xml.meta
share/httpd/manual/dns-caveats.html.ja.euc-jp
share/httpd/manual/env.html.ja.euc-jp
share/httpd/manual/license.html.en
share/httpd/manual/new_features_2_0.xml.meta
share/httpd/manual/dns-caveats.xml.ko
share/httpd/manual/custom-error.html.en
share/httpd/manual/filter.xml
share/httpd/manual/env.html
share/httpd/manual/bind.html.ko.euc-kr
share/httpd/manual/index.html.de
share/httpd/manual/index.html.en
share/httpd/manual/index.html.es
share/httpd/manual/configuring.html.ko.euc-kr
share/httpd/manual/filter.html.ja.euc-jp
share/httpd/manual/server-wide.xml.meta
share/httpd/manual/new_features_2_0.html
share/httpd/manual/index.xml.meta
share/httpd/manual/content-negotiation.xml
share/httpd/manual/stopping.xml.meta
share/httpd/manual/invoking.html.de
share/httpd/manual/invoking.html.en
share/httpd/manual/invoking.html.es
share/httpd/manual/logs.html.en
share/httpd/manual/sections.xml
share/httpd/manual/index.xml
share/httpd/manual/urlmapping.xml.meta
share/httpd/manual/sitemap.html.de
share/httpd/manual/sitemap.html.en
share/httpd/manual/sitemap.html.es
share/httpd/manual/dso.html
share/httpd/manual/stopping.xml
share/httpd/manual/sitemap.xml.ko
share/httpd/manual/urlmapping.html
share/httpd/manual/sitemap.xml.de
share/httpd/manual/content-negotiation.html.ko.euc-kr
share/httpd/manual/sitemap.xml.es
share/httpd/manual/sitemap.xml.ja
share/httpd/manual/vhosts/name-based.html.ko.euc-kr
share/httpd/manual/vhosts/name-based.xml.de
share/httpd/manual/vhosts/fd-limits.xml.ja
share/httpd/manual/vhosts/fd-limits.xml.ko
share/httpd/manual/vhosts/details.xml.meta
share/httpd/manual/vhosts/name-based.html.ja.euc-jp
share/httpd/manual/vhosts/name-based.xml.es
share/httpd/manual/vhosts/name-based.xml.ja
share/httpd/manual/vhosts/name-based.xml.ko
share/httpd/manual/vhosts/mass.xml.meta
share/httpd/manual/vhosts/examples.html
share/httpd/manual/vhosts/index.html.ru.koi8-r
share/httpd/manual/vhosts/ip-based.html
share/httpd/manual/vhosts/ip-based.xml.meta
share/httpd/manual/vhosts/fd-limits.html.ko.euc-kr
share/httpd/manual/vhosts/index.xml.es
share/httpd/manual/vhosts/ip-based.xml.ko
share/httpd/manual/vhosts/fd-limits.xml.meta
share/httpd/manual/vhosts/index.html
share/httpd/manual/vhosts/mass.html
share/httpd/manual/vhosts/ip-based.html.ko.euc-kr
share/httpd/manual/vhosts/fd-limits.html.ja.euc-jp
share/httpd/manual/vhosts/details.html
share/httpd/manual/vhosts/fd-limits.html
share/httpd/manual/vhosts/mass.html.en
share/httpd/manual/vhosts/name-based.html
share/httpd/manual/vhosts/ip-based.html.en
share/httpd/manual/vhosts/index.html.ko.euc-kr
share/httpd/manual/vhosts/name-based.xml.meta
share/httpd/manual/vhosts/examples.html.ko.euc-kr
share/httpd/manual/vhosts/details.html.ko.euc-kr
share/httpd/manual/vhosts/mass.xml
share/httpd/manual/vhosts/details.xml
share/httpd/manual/vhosts/index.html.ja.euc-jp
share/httpd/manual/vhosts/details.html.en
share/httpd/manual/vhosts/name-based.html.de
share/httpd/manual/vhosts/name-based.html.en
share/httpd/manual/vhosts/name-based.html.es
share/httpd/manual/vhosts/index.html.de
share/httpd/manual/vhosts/index.html.en
share/httpd/manual/vhosts/index.html.es
share/httpd/manual/vhosts/examples.xml.ko
share/httpd/manual/vhosts/index.xml.meta
share/httpd/manual/vhosts/examples.xml
share/httpd/manual/vhosts/ip-based.xml
share/httpd/manual/vhosts/index.xml
share/httpd/manual/vhosts/mass.html.ko.euc-kr
share/httpd/manual/vhosts/fd-limits.html.en
share/httpd/manual/vhosts/examples.xml.meta
share/httpd/manual/vhosts/details.xml.ko
share/httpd/manual/vhosts/examples.html.en
share/httpd/manual/vhosts/fd-limits.xml
share/httpd/manual/vhosts/name-based.xml
share/httpd/manual/vhosts/mass.xml.ko
share/httpd/manual/vhosts/index.xml.de
share/httpd/manual/vhosts/index.xml.ja
share/httpd/manual/vhosts/index.xml.ko
share/httpd/manual/vhosts/index.xml.ru
share/httpd/manual/dso.xml.ja
share/httpd/manual/content-negotiation.html.ja.euc-jp
share/httpd/manual/bind.html.ja.euc-jp
share/httpd/manual/server-wide.xml.ja
share/httpd/manual/server-wide.xml.ko
share/httpd/manual/urlmapping.html.en
share/httpd/manual/content-negotiation.html.en
share/httpd/manual/invoking.html.ru.koi8-r
share/httpd/manual/filter.xml.meta
share/httpd/manual/dso.xml.ko
share/httpd/manual/platform/win_compiling.xml
share/httpd/manual/platform/perf-hp.xml.meta
share/httpd/manual/platform/netware.xml
share/httpd/manual/platform/ebcdic.html.en
share/httpd/manual/platform/netware.html
share/httpd/manual/platform/win_compiling.html.ko.euc-kr
share/httpd/manual/platform/perf-hp.html.ko.euc-kr
share/httpd/manual/platform/ebcdic.xml.ko
share/httpd/manual/platform/perf-hp.xml
share/httpd/manual/platform/windows.html
share/httpd/manual/platform/ebcdic.html
share/httpd/manual/platform/netware.xml.ko
share/httpd/manual/platform/index.html
share/httpd/manual/platform/ebcdic.html.ko.euc-kr
share/httpd/manual/platform/windows.html.ko.euc-kr
share/httpd/manual/platform/win_compiling.xml.meta
share/httpd/manual/platform/win_compiling.xml.ko
share/httpd/manual/platform/index.html.ko.euc-kr
share/httpd/manual/platform/win_compiling.html.en
share/httpd/manual/platform/windows.html.en
share/httpd/manual/platform/win_compiling.html
share/httpd/manual/platform/index.html.en
share/httpd/manual/platform/index.xml.meta
share/httpd/manual/platform/index.xml
share/httpd/manual/platform/windows.xml.ko
share/httpd/manual/platform/perf-hp.xml.ko
share/httpd/manual/platform/windows.xml.meta
share/httpd/manual/platform/netware.html.en
share/httpd/manual/platform/windows.xml
share/httpd/manual/platform/ebcdic.xml
share/httpd/manual/platform/perf-hp.html.en
share/httpd/manual/platform/perf-hp.html
share/httpd/manual/platform/netware.html.ko.euc-kr
share/httpd/manual/platform/netware.xml.meta
share/httpd/manual/platform/ebcdic.xml.meta
share/httpd/manual/platform/index.xml.ko
share/httpd/manual/configuring.html.ja.euc-jp
share/httpd/manual/stopping.html
share/httpd/manual/content-negotiation.xml.meta
share/httpd/manual/upgrading.xml.es
share/httpd/manual/dns-caveats.html.en
share/httpd/manual/upgrading.xml.de
share/httpd/manual/server-wide.html.ko.euc-kr
share/httpd/manual/upgrading.html.es
share/httpd/manual/upgrading.xml.ja
share/httpd/manual/upgrading.xml.ko
share/httpd/manual/upgrading.xml.ru
share/httpd/manual/upgrading.html
share/httpd/manual/programs/dbmmanage.xml.meta
share/httpd/manual/programs/configure.html.ko.euc-kr
share/httpd/manual/programs/apachectl.xml.meta
share/httpd/manual/programs/configure.html
share/httpd/manual/programs/rotatelogs.html
share/httpd/manual/programs/apxs.html.ko.euc-kr
share/httpd/manual/programs/dbmmanage.xml.ko
share/httpd/manual/programs/apxs.xml.meta
share/httpd/manual/programs/suexec.xml.meta
share/httpd/manual/programs/htdigest.xml
share/httpd/manual/programs/dbmmanage.html.ko.euc-kr
share/httpd/manual/programs/logresolve.html
share/httpd/manual/programs/httpd.xml
share/httpd/manual/programs/apachectl.html
share/httpd/manual/programs/suexec.xml
share/httpd/manual/programs/other.xml.meta
share/httpd/manual/programs/apxs.html
share/httpd/manual/programs/apxs.html.en
share/httpd/manual/programs/ab.xml.ko
share/httpd/manual/programs/other.xml
share/httpd/manual/programs/htdigest.html.ko.euc-kr
share/httpd/manual/programs/index.html.ru.koi8-r
share/httpd/manual/programs/rotatelogs.xml
share/httpd/manual/programs/htpasswd.xml.meta
share/httpd/manual/programs/logresolve.xml
share/httpd/manual/programs/htdigest.html.en
share/httpd/manual/programs/other.xml.ko
share/httpd/manual/programs/index.html
share/httpd/manual/programs/rotatelogs.html.ko.euc-kr
share/httpd/manual/programs/rotatelogs.xml.meta
share/httpd/manual/programs/ab.html.en
share/httpd/manual/programs/configure.xml.meta
share/httpd/manual/programs/httpd.xml.meta
share/httpd/manual/programs/htdigest.html
share/httpd/manual/programs/ab.xml
share/httpd/manual/programs/htpasswd.html.ko.euc-kr
share/httpd/manual/programs/dbmmanage.html.en
share/httpd/manual/programs/index.html.ko.euc-kr
share/httpd/manual/programs/httpd.html.en
share/httpd/manual/programs/logresolve.xml.ko
share/httpd/manual/programs/configure.xml
share/httpd/manual/programs/suexec.xml.ko
share/httpd/manual/programs/ab.html
share/httpd/manual/programs/httpd.xml.ko
share/httpd/manual/programs/configure.xml.ko
share/httpd/manual/programs/configure.html.en
share/httpd/manual/programs/index.html.en
share/httpd/manual/programs/index.html.es
share/httpd/manual/programs/index.xml.meta
share/httpd/manual/programs/apxs.xml
share/httpd/manual/programs/index.xml
share/httpd/manual/programs/apachectl.html.en
share/httpd/manual/programs/ab.xml.meta
share/httpd/manual/programs/httpd.html
share/httpd/manual/programs/rotatelogs.xml.ko
share/httpd/manual/programs/htpasswd.xml.ko
share/httpd/manual/programs/htdigest.xml.meta
share/httpd/manual/programs/logresolve.html.en
share/httpd/manual/programs/other.html
share/httpd/manual/programs/other.html.en
share/httpd/manual/programs/apachectl.xml.ko
share/httpd/manual/programs/htdigest.xml.ko
share/httpd/manual/programs/apxs.xml.ko
share/httpd/manual/programs/ab.html.ko.euc-kr
share/httpd/manual/programs/htpasswd.html.en
share/httpd/manual/programs/logresolve.html.ko.euc-kr
share/httpd/manual/programs/httpd.html.ko.euc-kr
share/httpd/manual/programs/logresolve.xml.meta
share/httpd/manual/programs/dbmmanage.xml
share/httpd/manual/programs/other.html.ko.euc-kr
share/httpd/manual/programs/apachectl.xml
share/httpd/manual/programs/suexec.html.en
share/httpd/manual/programs/htpasswd.html
share/httpd/manual/programs/suexec.html
share/httpd/manual/programs/dbmmanage.html
share/httpd/manual/programs/apachectl.html.ko.euc-kr
share/httpd/manual/programs/suexec.html.ko.euc-kr
share/httpd/manual/programs/index.xml.es
share/httpd/manual/programs/index.xml.ko
share/httpd/manual/programs/index.xml.ru
share/httpd/manual/programs/rotatelogs.html.en
share/httpd/manual/programs/htpasswd.xml
share/httpd/manual/logs.xml.ja
share/httpd/manual/new_features_2_0.xml.de
share/httpd/manual/new_features_2_0.xml.es
share/httpd/manual/new_features_2_0.xml.ja
share/httpd/manual/new_features_2_0.xml.ko
share/httpd/manual/new_features_2_0.xml.ru
share/httpd/manual/filter.xml.es
share/httpd/manual/filter.xml.ja
share/httpd/manual/filter.xml.ko
share/httpd/manual/filter.xml.ru
share/httpd/manual/glossary.html.ko.euc-kr
share/httpd/manual/logs.xml
share/httpd/manual/upgrading.html.de
share/httpd/manual/upgrading.html.en
share/httpd/manual/upgrading.html.fr
share/httpd/manual/server-wide.html.ja.euc-jp
share/httpd/manual/server-wide.html.en
share/httpd/manual/handler.html
share/httpd/manual/logs.xml.ko
share/httpd/manual/invoking.xml
share/httpd/manual/invoking.xml.meta
share/httpd/manual/license.xml
share/httpd/manual/upgrading.html.ru.koi8-r
share/httpd/manual/invoking.html.ko.euc-kr
share/httpd/manual/bind.xml.ja
share/httpd/manual/bind.xml.ko
share/httpd/manual/suexec.html.en
share/httpd/manual/urlmapping.xml
share/httpd/manual/stopping.html.ru.koi8-r
share/httpd/manual/logs.xml.meta
share/httpd/manual/sitemap.html.ko.euc-kr
share/httpd/manual/invoking.xml.de
share/httpd/manual/new_features_2_0.html.ru.koi8-r
share/httpd/manual/custom-error.html.ko.euc-kr
share/httpd/manual/sections.html.ko.euc-kr
share/httpd/manual/invoking.xml.es
share/httpd/manual/invoking.xml.ja
share/httpd/manual/invoking.xml.ko
share/httpd/manual/invoking.xml.ru
share/httpd/manual/developer/thread_safety.html.en
share/httpd/manual/developer/modules.html.en
share/httpd/manual/developer/API.xml
share/httpd/manual/developer/debugging.html.en
share/httpd/manual/developer/filters.xml.meta
share/httpd/manual/developer/API.html.en
share/httpd/manual/developer/hooks.html
share/httpd/manual/developer/documenting.xml
share/httpd/manual/developer/filters.html.en
share/httpd/manual/developer/debugging.xml.meta
share/httpd/manual/developer/hooks.html.en
share/httpd/manual/developer/thread_safety.xml.meta
share/httpd/manual/developer/modules.html.ja.euc-jp
share/httpd/manual/developer/thread_safety.xml
share/httpd/manual/developer/filters.xml
share/httpd/manual/developer/hooks.xml
share/httpd/manual/developer/index.html
share/httpd/manual/developer/documenting.html
share/httpd/manual/developer/documenting.xml.meta
share/httpd/manual/developer/hooks.xml.meta
share/httpd/manual/developer/thread_safety.html
share/httpd/manual/developer/request.xml
share/httpd/manual/developer/debugging.html
share/httpd/manual/developer/index.html.en
share/httpd/manual/developer/request.xml.meta
share/httpd/manual/developer/index.xml.meta
share/httpd/manual/developer/index.xml
share/httpd/manual/developer/debugging.xml
share/httpd/manual/developer/documenting.html.en
share/httpd/manual/developer/request.html.en
share/httpd/manual/developer/request.html
share/httpd/manual/developer/modules.xml
share/httpd/manual/developer/filters.html
share/httpd/manual/developer/API.html
share/httpd/manual/developer/modules.xml.meta
share/httpd/manual/developer/modules.html
share/httpd/manual/developer/API.xml.meta
share/httpd/manual/dso.html.ko.euc-kr
share/httpd/manual/suexec.html
share/httpd/manual/glossary.xml.meta
share/httpd/manual/mpm.html.en
share/httpd/manual/custom-error.html.ja.euc-jp
share/httpd/manual/invoking.html.ja.euc-jp
share/httpd/manual/invoking.html
share/httpd/manual/configuring.html
share/httpd/manual/configuring.xml.ja
share/httpd/manual/configuring.xml.ko
share/httpd/manual/mpm.html.ru.koi8-r
share/httpd/manual/suexec.html.ko.euc-kr
share/httpd/manual/glossary.html
share/httpd/manual/handler.xml.meta
share/httpd/manual/stopping.xml.de
share/httpd/manual/stopping.xml.es
share/httpd/manual/stopping.xml.ja
share/httpd/manual/stopping.xml.ko
share/httpd/manual/stopping.xml.ru
share/httpd/manual/sections.html.ja.euc-jp
share/httpd/manual/bind.html
share/httpd/manual/dso.html.ja.euc-jp
share/httpd/manual/mpm.html.es
share/httpd/manual/index.xml.de
share/httpd/manual/index.xml.es
share/httpd/manual/index.xml.ja
share/httpd/manual/index.xml.ko
share/httpd/manual/index.xml.ru
share/httpd/manual/bind.xml
share/httpd/manual/sitemap.html.ja.euc-jp
share/httpd/manual/configuring.xml.meta
share/httpd/manual/configuring.xml
share/httpd/manual/new_features_2_0.html.de
share/httpd/manual/new_features_2_0.html.en
share/httpd/manual/new_features_2_0.html.es
share/httpd/manual/new_features_2_0.html.fr
@dirrm share/httpd/manual/developer
@dirrm share/httpd/manual/faq
@dirrm share/httpd/manual/mod
@dirrm share/httpd/manual/ssl
@dirrm share/httpd/manual/howto
@dirrm share/httpd/manual/images
@dirrm share/httpd/manual/misc
@dirrm share/httpd/manual/platform
@dirrm share/httpd/manual/programs
@dirrm share/httpd/manual/style/css
@dirrm share/httpd/manual/style/lang
@dirrm share/httpd/manual/style/latex
@dirrm share/httpd/manual/style/xsl/util
@dirrm share/httpd/manual/style/xsl
@dirrm share/httpd/manual/style
@dirrm share/httpd/manual/vhosts
@dirrm share/httpd/manual
@dirrm share/httpd/icons/small
@dirrm share/httpd/icons
Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous version include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-06 00:56:22 +01:00
@dirrm share/httpd/error/include
@dirrm share/httpd/error
@dirrm share/httpd/build
@dirrm share/examples/httpd
@dirrm lib/httpd
@unexec ${RMDIR} %D/libexec/cgi-bin 2>/dev/null || ${TRUE}
Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous version include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-06 00:56:22 +01:00
@dirrm include/httpd