summaryrefslogtreecommitdiff
path: root/www/apache2/PLIST
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-07-14 08:28:51 +0000
committeradrianp <adrianp>2004-07-14 08:28:51 +0000
commit65710d3db208072d656c49bb8d8a6e2d20f39307 (patch)
tree1bd30603371e52c2836e78a63c6340b0eb8d8de3 /www/apache2/PLIST
parent284aeaeeef29c4fa3ad4f3e11ccc3dfcce804b05 (diff)
downloadpkgsrc-65710d3db208072d656c49bb8d8a6e2d20f39307.tar.gz
- 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]
Diffstat (limited to 'www/apache2/PLIST')
-rw-r--r--www/apache2/PLIST1428
1 files changed, 63 insertions, 1365 deletions
diff --git a/www/apache2/PLIST b/www/apache2/PLIST
index 885ef5f3a08..ebbeb6a8379 100644
--- a/www/apache2/PLIST
+++ b/www/apache2/PLIST
@@ -1,57 +1,55 @@
-@comment $NetBSD: PLIST,v 1.20 2004/04/23 22:07:59 reed Exp $
+@comment $NetBSD: PLIST,v 1.21 2004/07/14 08:28:51 adrianp Exp $
include/httpd/ap_compat.h
-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/util_time.h
+include/httpd/util_script.h
+include/httpd/util_md5.h
+include/httpd/util_ldap.h
+include/httpd/util_filter.h
+include/httpd/util_ebcdic.h
+include/httpd/util_charset.h
+include/httpd/util_cfgtree.h
+include/httpd/scoreboard.h
+include/httpd/rfc1413.h
+include/httpd/pcreposix.h
+include/httpd/mpm_common.h
include/httpd/httpd.h
-include/httpd/mod_cgi.h
-include/httpd/mod_core.h
+include/httpd/http_vhost.h
+include/httpd/http_request.h
+include/httpd/http_protocol.h
+include/httpd/http_main.h
+include/httpd/http_log.h
+include/httpd/http_core.h
+include/httpd/http_connection.h
+include/httpd/http_config.h
+include/httpd/ap_release.h
+include/httpd/ap_regkey.h
+include/httpd/ap_provider.h
+include/httpd/ap_mpm.h
+include/httpd/ap_mmn.h
+include/httpd/ap_listen.h
+include/httpd/ap_config_layout.h
+include/httpd/ap_config_auto.h
+include/httpd/ap_config.h
+include/httpd/util_xml.h
+include/httpd/os.h
+include/httpd/mpm_default.h
+include/httpd/mpm.h
include/httpd/mod_dav.h
include/httpd/mod_include.h
+include/httpd/mod_cgi.h
+include/httpd/mod_status.h
include/httpd/mod_log_config.h
+include/httpd/mod_core.h
include/httpd/mod_proxy.h
-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
-include/httpd/pcre.h
-include/httpd/pcreposix.h
-include/httpd/rfc1413.h
-include/httpd/scoreboard.h
+include/httpd/ssl_util_table.h
+include/httpd/ssl_util_ssl.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/ssl_expr_parse.h
+include/httpd/mod_ssl.h
+include/httpd/pcre.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
-libexec/cgi-bin/printenv
-libexec/cgi-bin/test-cgi
man/man1/dbmmanage.1
man/man1/htdigest.1
man/man1/htpasswd.1
@@ -89,1333 +87,33 @@ share/httpd/build/ltlib.mk
share/httpd/build/program.mk
share/httpd/build/rules.mk
share/httpd/build/special.mk
-share/httpd/error/HTTP_BAD_GATEWAY.html.var
-share/httpd/error/HTTP_BAD_REQUEST.html.var
-share/httpd/error/HTTP_FORBIDDEN.html.var
-share/httpd/error/HTTP_GONE.html.var
-share/httpd/error/HTTP_INTERNAL_SERVER_ERROR.html.var
-share/httpd/error/HTTP_LENGTH_REQUIRED.html.var
-share/httpd/error/HTTP_METHOD_NOT_ALLOWED.html.var
-share/httpd/error/HTTP_NOT_ACCEPTABLE.html.var
-share/httpd/error/HTTP_NOT_FOUND.html.var
-share/httpd/error/HTTP_NOT_IMPLEMENTED.html.var
-share/httpd/error/HTTP_PRECONDITION_FAILED.html.var
-share/httpd/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
-share/httpd/error/HTTP_REQUEST_TIME_OUT.html.var
-share/httpd/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
-share/httpd/error/HTTP_SERVICE_UNAVAILABLE.html.var
-share/httpd/error/HTTP_UNAUTHORIZED.html.var
-share/httpd/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
-share/httpd/error/HTTP_VARIANT_ALSO_VARIES.html.var
-share/httpd/error/README
-share/httpd/error/contact.html.var
share/httpd/error/include/bottom.html
share/httpd/error/include/spacer.html
share/httpd/error/include/top.html
-share/httpd/htdocs/apache_pb.gif
-share/httpd/htdocs/apache_pb.png
-share/httpd/htdocs/apache_pb2.gif
-share/httpd/htdocs/apache_pb2.png
-share/httpd/htdocs/apache_pb2_ani.gif
-share/httpd/htdocs/index.html.ca
-share/httpd/htdocs/index.html.cz.iso8859-2
-share/httpd/htdocs/index.html.de
-share/httpd/htdocs/index.html.dk
-share/httpd/htdocs/index.html.ee
-share/httpd/htdocs/index.html.el
-share/httpd/htdocs/index.html.en
-share/httpd/htdocs/index.html.es
-share/httpd/htdocs/index.html.et
-share/httpd/htdocs/index.html.fr
-share/httpd/htdocs/index.html.he.iso8859-8
-share/httpd/htdocs/index.html.hr.iso8859-2
-share/httpd/htdocs/index.html.it
-share/httpd/htdocs/index.html.ja.iso2022-jp
-share/httpd/htdocs/index.html.ko.euc-kr
-share/httpd/htdocs/index.html.lb.utf8
-share/httpd/htdocs/index.html.nl
-share/httpd/htdocs/index.html.nn
-share/httpd/htdocs/index.html.no
-share/httpd/htdocs/index.html.po.iso8859-2
-share/httpd/htdocs/index.html.pt
-share/httpd/htdocs/index.html.pt-br
-share/httpd/htdocs/index.html.ru.cp-1251
-share/httpd/htdocs/index.html.ru.cp866
-share/httpd/htdocs/index.html.ru.iso-ru
-share/httpd/htdocs/index.html.ru.koi8-r
-share/httpd/htdocs/index.html.ru.utf8
-share/httpd/htdocs/index.html.sv
-share/httpd/htdocs/index.html.var
-share/httpd/htdocs/index.html.zh-cn.gb2312
-share/httpd/htdocs/index.html.zh-tw.big5
-share/httpd/icons/README
-share/httpd/icons/a.gif
-share/httpd/icons/a.png
-share/httpd/icons/alert.black.gif
-share/httpd/icons/alert.black.png
-share/httpd/icons/alert.red.gif
-share/httpd/icons/alert.red.png
-share/httpd/icons/apache_pb.gif
-share/httpd/icons/apache_pb.png
-share/httpd/icons/apache_pb2.gif
-share/httpd/icons/apache_pb2.png
-share/httpd/icons/apache_pb2_ani.gif
-share/httpd/icons/back.gif
-share/httpd/icons/back.png
-share/httpd/icons/ball.gray.gif
-share/httpd/icons/ball.gray.png
-share/httpd/icons/ball.red.gif
-share/httpd/icons/ball.red.png
-share/httpd/icons/binary.gif
-share/httpd/icons/binary.png
-share/httpd/icons/binhex.gif
-share/httpd/icons/binhex.png
-share/httpd/icons/blank.gif
-share/httpd/icons/blank.png
-share/httpd/icons/bomb.gif
-share/httpd/icons/bomb.png
-share/httpd/icons/box1.gif
-share/httpd/icons/box1.png
-share/httpd/icons/box2.gif
-share/httpd/icons/box2.png
-share/httpd/icons/broken.gif
-share/httpd/icons/broken.png
-share/httpd/icons/burst.gif
-share/httpd/icons/burst.png
-share/httpd/icons/c.gif
-share/httpd/icons/c.png
-share/httpd/icons/comp.blue.gif
-share/httpd/icons/comp.blue.png
-share/httpd/icons/comp.gray.gif
-share/httpd/icons/comp.gray.png
-share/httpd/icons/compressed.gif
-share/httpd/icons/compressed.png
-share/httpd/icons/continued.gif
-share/httpd/icons/continued.png
-share/httpd/icons/dir.gif
-share/httpd/icons/dir.png
-share/httpd/icons/diskimg.gif
-share/httpd/icons/diskimg.png
-share/httpd/icons/down.gif
-share/httpd/icons/down.png
-share/httpd/icons/dvi.gif
-share/httpd/icons/dvi.png
-share/httpd/icons/f.gif
-share/httpd/icons/f.png
-share/httpd/icons/folder.gif
-share/httpd/icons/folder.open.gif
-share/httpd/icons/folder.open.png
-share/httpd/icons/folder.png
-share/httpd/icons/folder.sec.gif
-share/httpd/icons/folder.sec.png
-share/httpd/icons/forward.gif
-share/httpd/icons/forward.png
-share/httpd/icons/generic.gif
-share/httpd/icons/generic.png
-share/httpd/icons/generic.red.gif
-share/httpd/icons/generic.red.png
-share/httpd/icons/generic.sec.gif
-share/httpd/icons/generic.sec.png
-share/httpd/icons/hand.right.gif
-share/httpd/icons/hand.right.png
-share/httpd/icons/hand.up.gif
-share/httpd/icons/hand.up.png
-share/httpd/icons/icon.sheet.gif
-share/httpd/icons/icon.sheet.png
-share/httpd/icons/image1.gif
-share/httpd/icons/image1.png
-share/httpd/icons/image2.gif
-share/httpd/icons/image2.png
-share/httpd/icons/image3.gif
-share/httpd/icons/image3.png
-share/httpd/icons/index.gif
-share/httpd/icons/index.png
-share/httpd/icons/layout.gif
-share/httpd/icons/layout.png
-share/httpd/icons/left.gif
-share/httpd/icons/left.png
-share/httpd/icons/link.gif
-share/httpd/icons/link.png
-share/httpd/icons/movie.gif
-share/httpd/icons/movie.png
-share/httpd/icons/p.gif
-share/httpd/icons/p.png
-share/httpd/icons/patch.gif
-share/httpd/icons/patch.png
-share/httpd/icons/pdf.gif
-share/httpd/icons/pdf.png
-share/httpd/icons/pie0.gif
-share/httpd/icons/pie0.png
-share/httpd/icons/pie1.gif
-share/httpd/icons/pie1.png
-share/httpd/icons/pie2.gif
-share/httpd/icons/pie2.png
-share/httpd/icons/pie3.gif
-share/httpd/icons/pie3.png
-share/httpd/icons/pie4.gif
-share/httpd/icons/pie4.png
-share/httpd/icons/pie5.gif
-share/httpd/icons/pie5.png
-share/httpd/icons/pie6.gif
-share/httpd/icons/pie6.png
-share/httpd/icons/pie7.gif
-share/httpd/icons/pie7.png
-share/httpd/icons/pie8.gif
-share/httpd/icons/pie8.png
-share/httpd/icons/portal.gif
-share/httpd/icons/portal.png
-share/httpd/icons/ps.gif
-share/httpd/icons/ps.png
-share/httpd/icons/quill.gif
-share/httpd/icons/quill.png
-share/httpd/icons/right.gif
-share/httpd/icons/right.png
-share/httpd/icons/screw1.gif
-share/httpd/icons/screw1.png
-share/httpd/icons/screw2.gif
-share/httpd/icons/screw2.png
-share/httpd/icons/script.gif
-share/httpd/icons/script.png
-share/httpd/icons/small/README.txt
-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/uu.png
-share/httpd/icons/sound1.gif
-share/httpd/icons/sound1.png
-share/httpd/icons/sound2.gif
-share/httpd/icons/sound2.png
-share/httpd/icons/sphere1.gif
-share/httpd/icons/sphere1.png
-share/httpd/icons/sphere2.gif
-share/httpd/icons/sphere2.png
-share/httpd/icons/tar.gif
-share/httpd/icons/tar.png
-share/httpd/icons/tex.gif
-share/httpd/icons/tex.png
-share/httpd/icons/text.gif
-share/httpd/icons/text.png
-share/httpd/icons/transfer.gif
-share/httpd/icons/transfer.png
-share/httpd/icons/unknown.gif
-share/httpd/icons/unknown.png
-share/httpd/icons/up.gif
-share/httpd/icons/up.png
-share/httpd/icons/uu.gif
-share/httpd/icons/uu.png
-share/httpd/icons/uuencoded.gif
-share/httpd/icons/uuencoded.png
-share/httpd/icons/world1.gif
-share/httpd/icons/world1.png
-share/httpd/icons/world2.gif
-share/httpd/icons/world2.png
-share/httpd/manual/LICENSE
-share/httpd/manual/bind.html
-share/httpd/manual/bind.html.en
-share/httpd/manual/bind.html.ja.jis
-share/httpd/manual/bind.html.ko.euc-kr
-share/httpd/manual/bind.xml
-share/httpd/manual/bind.xml.ja
-share/httpd/manual/bind.xml.ko
-share/httpd/manual/bind.xml.meta
-share/httpd/manual/cgi_path.html
-share/httpd/manual/cgi_path.html.en
-share/httpd/manual/cgi_path.html.ja.jis
-share/httpd/manual/cgi_path.html.ko.euc-kr
-share/httpd/manual/cgi_path.xml
-share/httpd/manual/cgi_path.xml.ja
-share/httpd/manual/cgi_path.xml.ko
-share/httpd/manual/cgi_path.xml.meta
-share/httpd/manual/configuring.html
-share/httpd/manual/configuring.html.en
-share/httpd/manual/configuring.html.ja.jis
-share/httpd/manual/configuring.html.ko.euc-kr
-share/httpd/manual/configuring.xml
-share/httpd/manual/configuring.xml.ja
-share/httpd/manual/configuring.xml.ko
-share/httpd/manual/configuring.xml.meta
-share/httpd/manual/content-negotiation.html
-share/httpd/manual/content-negotiation.html.en
-share/httpd/manual/content-negotiation.html.ja.jis
-share/httpd/manual/content-negotiation.html.ko.euc-kr
-share/httpd/manual/content-negotiation.xml
-share/httpd/manual/content-negotiation.xml.ja
-share/httpd/manual/content-negotiation.xml.ko
-share/httpd/manual/content-negotiation.xml.meta
-share/httpd/manual/custom-error.html
-share/httpd/manual/custom-error.html.en
-share/httpd/manual/custom-error.html.ja.jis
-share/httpd/manual/custom-error.html.ko.euc-kr
-share/httpd/manual/custom-error.xml
-share/httpd/manual/custom-error.xml.ja
-share/httpd/manual/custom-error.xml.ko
-share/httpd/manual/custom-error.xml.meta
-share/httpd/manual/developer/API.html
-share/httpd/manual/developer/API.html.en
-share/httpd/manual/developer/API.xml
-share/httpd/manual/developer/API.xml.meta
-share/httpd/manual/developer/debugging.html
-share/httpd/manual/developer/debugging.html.en
-share/httpd/manual/developer/debugging.xml
-share/httpd/manual/developer/debugging.xml.meta
-share/httpd/manual/developer/documenting.html
-share/httpd/manual/developer/documenting.html.en
-share/httpd/manual/developer/documenting.xml
-share/httpd/manual/developer/documenting.xml.meta
-share/httpd/manual/developer/filters.html
-share/httpd/manual/developer/filters.html.en
-share/httpd/manual/developer/filters.xml
-share/httpd/manual/developer/filters.xml.meta
-share/httpd/manual/developer/hooks.html
-share/httpd/manual/developer/hooks.html.en
-share/httpd/manual/developer/hooks.xml
-share/httpd/manual/developer/hooks.xml.meta
-share/httpd/manual/developer/index.html
-share/httpd/manual/developer/index.html.en
-share/httpd/manual/developer/index.xml
-share/httpd/manual/developer/index.xml.meta
-share/httpd/manual/developer/modules.html
-share/httpd/manual/developer/modules.html.en
-share/httpd/manual/developer/modules.html.ja.jis
-share/httpd/manual/developer/modules.xml
-share/httpd/manual/developer/modules.xml.meta
-share/httpd/manual/developer/request.html
-share/httpd/manual/developer/request.html.en
-share/httpd/manual/developer/request.xml
-share/httpd/manual/developer/request.xml.meta
-share/httpd/manual/developer/thread_safety.html
-share/httpd/manual/developer/thread_safety.html.en
-share/httpd/manual/developer/thread_safety.xml
-share/httpd/manual/developer/thread_safety.xml.meta
-share/httpd/manual/dns-caveats.html
-share/httpd/manual/dns-caveats.html.en
-share/httpd/manual/dns-caveats.html.ja.jis
-share/httpd/manual/dns-caveats.html.ko.euc-kr
-share/httpd/manual/dns-caveats.xml
-share/httpd/manual/dns-caveats.xml.ja
-share/httpd/manual/dns-caveats.xml.ko
-share/httpd/manual/dns-caveats.xml.meta
-share/httpd/manual/dso.html
-share/httpd/manual/dso.html.en
-share/httpd/manual/dso.html.ja.jis
-share/httpd/manual/dso.html.ko.euc-kr
-share/httpd/manual/dso.xml
-share/httpd/manual/dso.xml.ja
-share/httpd/manual/dso.xml.ko
-share/httpd/manual/dso.xml.meta
-share/httpd/manual/env.html
-share/httpd/manual/env.html.en
-share/httpd/manual/env.html.ja.jis
-share/httpd/manual/env.html.ko.euc-kr
-share/httpd/manual/env.xml
-share/httpd/manual/env.xml.ja
-share/httpd/manual/env.xml.ko
-share/httpd/manual/env.xml.meta
-share/httpd/manual/faq/all_in_one.html
-share/httpd/manual/faq/all_in_one.html.en
-share/httpd/manual/faq/all_in_one.xml
-share/httpd/manual/faq/all_in_one.xml.meta
-share/httpd/manual/faq/categories.xml
-share/httpd/manual/faq/error.html
-share/httpd/manual/faq/error.html.en
-share/httpd/manual/faq/error.xml
-share/httpd/manual/faq/error.xml.meta
-share/httpd/manual/faq/index.html
-share/httpd/manual/faq/index.html.en
-share/httpd/manual/faq/index.xml
-share/httpd/manual/faq/index.xml.meta
-share/httpd/manual/faq/support.html
-share/httpd/manual/faq/support.html.en
-share/httpd/manual/faq/support.xml
-share/httpd/manual/faq/support.xml.meta
-share/httpd/manual/filter.html
-share/httpd/manual/filter.html.en
-share/httpd/manual/filter.html.ja.jis
-share/httpd/manual/filter.html.ko.euc-kr
-share/httpd/manual/filter.html.ru.koi8-r
-share/httpd/manual/filter.xml
-share/httpd/manual/filter.xml.ja
-share/httpd/manual/filter.xml.ko
-share/httpd/manual/filter.xml.meta
-share/httpd/manual/filter.xml.ru
-share/httpd/manual/glossary.html
-share/httpd/manual/glossary.html.en
-share/httpd/manual/glossary.html.ko.euc-kr
-share/httpd/manual/glossary.xml
-share/httpd/manual/glossary.xml.ko
-share/httpd/manual/glossary.xml.meta
-share/httpd/manual/handler.html
-share/httpd/manual/handler.html.en
-share/httpd/manual/handler.html.ja.jis
-share/httpd/manual/handler.html.ko.euc-kr
-share/httpd/manual/handler.html.ru.koi8-r
-share/httpd/manual/handler.xml
-share/httpd/manual/handler.xml.ja
-share/httpd/manual/handler.xml.ko
-share/httpd/manual/handler.xml.meta
-share/httpd/manual/handler.xml.ru
-share/httpd/manual/howto/auth.html
-share/httpd/manual/howto/auth.html.en
-share/httpd/manual/howto/auth.html.ja.jis
-share/httpd/manual/howto/auth.xml
-share/httpd/manual/howto/auth.xml.meta
-share/httpd/manual/howto/cgi.html
-share/httpd/manual/howto/cgi.html.en
-share/httpd/manual/howto/cgi.html.ja.jis
-share/httpd/manual/howto/cgi.xml
-share/httpd/manual/howto/cgi.xml.ja
-share/httpd/manual/howto/cgi.xml.meta
-share/httpd/manual/howto/htaccess.html
-share/httpd/manual/howto/htaccess.html.en
-share/httpd/manual/howto/htaccess.xml
-share/httpd/manual/howto/htaccess.xml.meta
-share/httpd/manual/howto/index.html
-share/httpd/manual/howto/index.html.en
-share/httpd/manual/howto/index.xml
-share/httpd/manual/howto/index.xml.meta
-share/httpd/manual/howto/public_html.html
-share/httpd/manual/howto/public_html.html.en
-share/httpd/manual/howto/public_html.xml
-share/httpd/manual/howto/public_html.xml.meta
-share/httpd/manual/howto/ssi.html
-share/httpd/manual/howto/ssi.html.en
-share/httpd/manual/howto/ssi.html.ja.jis
-share/httpd/manual/howto/ssi.xml
-share/httpd/manual/howto/ssi.xml.ja
-share/httpd/manual/howto/ssi.xml.meta
-share/httpd/manual/images/apache_header.gif
-share/httpd/manual/images/custom_errordocs.gif
-share/httpd/manual/images/down.gif
-share/httpd/manual/images/favicon.ico
-share/httpd/manual/images/feather.gif
-share/httpd/manual/images/home.gif
-share/httpd/manual/images/index.gif
-share/httpd/manual/images/left.gif
-share/httpd/manual/images/mod_rewrite_fig1.gif
-share/httpd/manual/images/mod_rewrite_fig2.gif
-share/httpd/manual/images/pixel.gif
-share/httpd/manual/images/right.gif
-share/httpd/manual/images/sub.gif
-share/httpd/manual/images/up.gif
-share/httpd/manual/index.html
-share/httpd/manual/index.html.de
-share/httpd/manual/index.html.en
-share/httpd/manual/index.html.ja.jis
-share/httpd/manual/index.html.ko.euc-kr
-share/httpd/manual/index.html.ru.koi8-r
-share/httpd/manual/index.xml
-share/httpd/manual/index.xml.de
-share/httpd/manual/index.xml.ja
-share/httpd/manual/index.xml.ko
-share/httpd/manual/index.xml.meta
-share/httpd/manual/index.xml.ru
-share/httpd/manual/install.html
-share/httpd/manual/install.html.de
-share/httpd/manual/install.html.en
-share/httpd/manual/install.html.ja.jis
-share/httpd/manual/install.html.ko.euc-kr
-share/httpd/manual/install.html.ru.koi8-r
-share/httpd/manual/install.xml
-share/httpd/manual/install.xml.de
-share/httpd/manual/install.xml.ja
-share/httpd/manual/install.xml.ko
-share/httpd/manual/install.xml.meta
-share/httpd/manual/install.xml.ru
-share/httpd/manual/invoking.html
-share/httpd/manual/invoking.html.de
-share/httpd/manual/invoking.html.en
-share/httpd/manual/invoking.html.ja.jis
-share/httpd/manual/invoking.html.ko.euc-kr
-share/httpd/manual/invoking.html.ru.koi8-r
-share/httpd/manual/invoking.xml
-share/httpd/manual/invoking.xml.de
-share/httpd/manual/invoking.xml.ja
-share/httpd/manual/invoking.xml.ko
-share/httpd/manual/invoking.xml.meta
-share/httpd/manual/invoking.xml.ru
-share/httpd/manual/license.html
-share/httpd/manual/license.html.en
-share/httpd/manual/license.xml
-share/httpd/manual/license.xml.meta
-share/httpd/manual/logs.html
-share/httpd/manual/logs.html.en
-share/httpd/manual/logs.html.ja.jis
-share/httpd/manual/logs.html.ko.euc-kr
-share/httpd/manual/logs.xml
-share/httpd/manual/logs.xml.ja
-share/httpd/manual/logs.xml.ko
-share/httpd/manual/logs.xml.meta
-share/httpd/manual/misc/custom_errordocs.html
-share/httpd/manual/misc/custom_errordocs.html.en
-share/httpd/manual/misc/custom_errordocs.xml
-share/httpd/manual/misc/custom_errordocs.xml.meta
-share/httpd/manual/misc/descriptors.html
-share/httpd/manual/misc/descriptors.html.en
-share/httpd/manual/misc/descriptors.xml
-share/httpd/manual/misc/descriptors.xml.meta
-share/httpd/manual/misc/fin_wait_2.html
-share/httpd/manual/misc/fin_wait_2.html.en
-share/httpd/manual/misc/fin_wait_2.xml
-share/httpd/manual/misc/fin_wait_2.xml.meta
-share/httpd/manual/misc/index.html
-share/httpd/manual/misc/index.html.en
-share/httpd/manual/misc/index.xml
-share/httpd/manual/misc/index.xml.meta
-share/httpd/manual/misc/known_client_problems.html
-share/httpd/manual/misc/known_client_problems.html.en
-share/httpd/manual/misc/known_client_problems.xml
-share/httpd/manual/misc/known_client_problems.xml.meta
-share/httpd/manual/misc/perf-tuning.html
-share/httpd/manual/misc/perf-tuning.html.en
-share/httpd/manual/misc/perf-tuning.xml
-share/httpd/manual/misc/perf-tuning.xml.meta
-share/httpd/manual/misc/relevant_standards.html
-share/httpd/manual/misc/relevant_standards.html.en
-share/httpd/manual/misc/relevant_standards.xml
-share/httpd/manual/misc/relevant_standards.xml.meta
-share/httpd/manual/misc/rewriteguide.html
-share/httpd/manual/misc/rewriteguide.html.en
-share/httpd/manual/misc/rewriteguide.xml
-share/httpd/manual/misc/rewriteguide.xml.meta
-share/httpd/manual/misc/security_tips.html
-share/httpd/manual/misc/security_tips.html.en
-share/httpd/manual/misc/security_tips.xml
-share/httpd/manual/misc/security_tips.xml.meta
-share/httpd/manual/misc/tutorials.html
-share/httpd/manual/misc/tutorials.html.en
-share/httpd/manual/misc/tutorials.xml
-share/httpd/manual/misc/tutorials.xml.meta
-share/httpd/manual/mod/allmodules.xml
-share/httpd/manual/mod/allmodules.xml.de
-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/beos.html
-share/httpd/manual/mod/beos.html.de
-share/httpd/manual/mod/beos.html.en
-share/httpd/manual/mod/beos.html.ko.euc-kr
-share/httpd/manual/mod/beos.xml
-share/httpd/manual/mod/beos.xml.de
-share/httpd/manual/mod/beos.xml.ko
-share/httpd/manual/mod/beos.xml.meta
-share/httpd/manual/mod/core.html
-share/httpd/manual/mod/core.html.de
-share/httpd/manual/mod/core.html.en
-share/httpd/manual/mod/core.xml
-share/httpd/manual/mod/core.xml.de
-share/httpd/manual/mod/core.xml.meta
-share/httpd/manual/mod/directive-dict.html
-share/httpd/manual/mod/directive-dict.html.en
-share/httpd/manual/mod/directive-dict.html.ja.jis
-share/httpd/manual/mod/directive-dict.html.ko.euc-kr
-share/httpd/manual/mod/directive-dict.xml
-share/httpd/manual/mod/directive-dict.xml.ja
-share/httpd/manual/mod/directive-dict.xml.ko
-share/httpd/manual/mod/directive-dict.xml.meta
-share/httpd/manual/mod/directives.html
-share/httpd/manual/mod/directives.html.de
-share/httpd/manual/mod/directives.html.en
-share/httpd/manual/mod/directives.html.ja.jis
-share/httpd/manual/mod/directives.html.ko.euc-kr
-share/httpd/manual/mod/directives.html.ru.koi8-r
-share/httpd/manual/mod/directives.xml
-share/httpd/manual/mod/directives.xml.de
-share/httpd/manual/mod/directives.xml.ja
-share/httpd/manual/mod/directives.xml.ko
-share/httpd/manual/mod/directives.xml.meta
-share/httpd/manual/mod/directives.xml.ru
-share/httpd/manual/mod/index.html
-share/httpd/manual/mod/index.html.de
-share/httpd/manual/mod/index.html.en
-share/httpd/manual/mod/index.html.ja.jis
-share/httpd/manual/mod/index.html.ko.euc-kr
-share/httpd/manual/mod/index.xml
-share/httpd/manual/mod/index.xml.de
-share/httpd/manual/mod/index.xml.ja
-share/httpd/manual/mod/index.xml.ko
-share/httpd/manual/mod/index.xml.meta
-share/httpd/manual/mod/leader.html
-share/httpd/manual/mod/leader.html.de
-share/httpd/manual/mod/leader.html.en
-share/httpd/manual/mod/leader.html.ko.euc-kr
-share/httpd/manual/mod/leader.xml
-share/httpd/manual/mod/leader.xml.de
-share/httpd/manual/mod/leader.xml.ko
-share/httpd/manual/mod/leader.xml.meta
-share/httpd/manual/mod/mod_access.html
-share/httpd/manual/mod/mod_access.html.en
-share/httpd/manual/mod/mod_access.html.ja.jis
-share/httpd/manual/mod/mod_access.xml
-share/httpd/manual/mod/mod_access.xml.ja
-share/httpd/manual/mod/mod_access.xml.meta
-share/httpd/manual/mod/mod_actions.html
-share/httpd/manual/mod/mod_actions.html.en
-share/httpd/manual/mod/mod_actions.html.ja.jis
-share/httpd/manual/mod/mod_actions.html.ko.euc-kr
-share/httpd/manual/mod/mod_actions.xml
-share/httpd/manual/mod/mod_actions.xml.ja
-share/httpd/manual/mod/mod_actions.xml.ko
-share/httpd/manual/mod/mod_actions.xml.meta
-share/httpd/manual/mod/mod_alias.html
-share/httpd/manual/mod/mod_alias.html.en
-share/httpd/manual/mod/mod_alias.html.ja.jis
-share/httpd/manual/mod/mod_alias.xml
-share/httpd/manual/mod/mod_alias.xml.ja
-share/httpd/manual/mod/mod_alias.xml.meta
-share/httpd/manual/mod/mod_asis.html
-share/httpd/manual/mod/mod_asis.html.en
-share/httpd/manual/mod/mod_asis.html.ja.jis
-share/httpd/manual/mod/mod_asis.html.ko.euc-kr
-share/httpd/manual/mod/mod_asis.xml
-share/httpd/manual/mod/mod_asis.xml.ja
-share/httpd/manual/mod/mod_asis.xml.ko
-share/httpd/manual/mod/mod_asis.xml.meta
-share/httpd/manual/mod/mod_auth.html
-share/httpd/manual/mod/mod_auth.html.en
-share/httpd/manual/mod/mod_auth.html.ja.jis
-share/httpd/manual/mod/mod_auth.xml
-share/httpd/manual/mod/mod_auth.xml.ja
-share/httpd/manual/mod/mod_auth.xml.meta
-share/httpd/manual/mod/mod_auth_anon.html
-share/httpd/manual/mod/mod_auth_anon.html.en
-share/httpd/manual/mod/mod_auth_anon.xml
-share/httpd/manual/mod/mod_auth_anon.xml.meta
-share/httpd/manual/mod/mod_auth_dbm.html
-share/httpd/manual/mod/mod_auth_dbm.html.en
-share/httpd/manual/mod/mod_auth_dbm.xml
-share/httpd/manual/mod/mod_auth_dbm.xml.meta
-share/httpd/manual/mod/mod_auth_digest.html
-share/httpd/manual/mod/mod_auth_digest.html.en
-share/httpd/manual/mod/mod_auth_digest.xml
-share/httpd/manual/mod/mod_auth_digest.xml.meta
-share/httpd/manual/mod/mod_auth_ldap.html
-share/httpd/manual/mod/mod_auth_ldap.html.en
-share/httpd/manual/mod/mod_auth_ldap.xml
-share/httpd/manual/mod/mod_auth_ldap.xml.meta
-share/httpd/manual/mod/mod_autoindex.html
-share/httpd/manual/mod/mod_autoindex.html.en
-share/httpd/manual/mod/mod_autoindex.html.ja.jis
-share/httpd/manual/mod/mod_autoindex.html.ko.euc-kr
-share/httpd/manual/mod/mod_autoindex.xml
-share/httpd/manual/mod/mod_autoindex.xml.ja
-share/httpd/manual/mod/mod_autoindex.xml.ko
-share/httpd/manual/mod/mod_autoindex.xml.meta
-share/httpd/manual/mod/mod_cache.html
-share/httpd/manual/mod/mod_cache.html.en
-share/httpd/manual/mod/mod_cache.html.ko.euc-kr
-share/httpd/manual/mod/mod_cache.xml
-share/httpd/manual/mod/mod_cache.xml.ko
-share/httpd/manual/mod/mod_cache.xml.meta
-share/httpd/manual/mod/mod_cern_meta.html
-share/httpd/manual/mod/mod_cern_meta.html.en
-share/httpd/manual/mod/mod_cern_meta.html.ko.euc-kr
-share/httpd/manual/mod/mod_cern_meta.xml
-share/httpd/manual/mod/mod_cern_meta.xml.ko
-share/httpd/manual/mod/mod_cern_meta.xml.meta
-share/httpd/manual/mod/mod_cgi.html
-share/httpd/manual/mod/mod_cgi.html.en
-share/httpd/manual/mod/mod_cgi.html.ja.jis
-share/httpd/manual/mod/mod_cgi.html.ko.euc-kr
-share/httpd/manual/mod/mod_cgi.xml
-share/httpd/manual/mod/mod_cgi.xml.ja
-share/httpd/manual/mod/mod_cgi.xml.ko
-share/httpd/manual/mod/mod_cgi.xml.meta
-share/httpd/manual/mod/mod_cgid.html
-share/httpd/manual/mod/mod_cgid.html.en
-share/httpd/manual/mod/mod_cgid.html.ko.euc-kr
-share/httpd/manual/mod/mod_cgid.xml
-share/httpd/manual/mod/mod_cgid.xml.ko
-share/httpd/manual/mod/mod_cgid.xml.meta
-share/httpd/manual/mod/mod_charset_lite.html
-share/httpd/manual/mod/mod_charset_lite.html.en
-share/httpd/manual/mod/mod_charset_lite.html.ko.euc-kr
-share/httpd/manual/mod/mod_charset_lite.xml
-share/httpd/manual/mod/mod_charset_lite.xml.ko
-share/httpd/manual/mod/mod_charset_lite.xml.meta
-share/httpd/manual/mod/mod_dav.html
-share/httpd/manual/mod/mod_dav.html.en
-share/httpd/manual/mod/mod_dav.html.ja.jis
-share/httpd/manual/mod/mod_dav.html.ko.euc-kr
-share/httpd/manual/mod/mod_dav.xml
-share/httpd/manual/mod/mod_dav.xml.ja
-share/httpd/manual/mod/mod_dav.xml.ko
-share/httpd/manual/mod/mod_dav.xml.meta
-share/httpd/manual/mod/mod_dav_fs.html
-share/httpd/manual/mod/mod_dav_fs.html.en
-share/httpd/manual/mod/mod_dav_fs.html.ja.jis
-share/httpd/manual/mod/mod_dav_fs.html.ko.euc-kr
-share/httpd/manual/mod/mod_dav_fs.xml
-share/httpd/manual/mod/mod_dav_fs.xml.ja
-share/httpd/manual/mod/mod_dav_fs.xml.ko
-share/httpd/manual/mod/mod_dav_fs.xml.meta
-share/httpd/manual/mod/mod_deflate.html
-share/httpd/manual/mod/mod_deflate.html.en
-share/httpd/manual/mod/mod_deflate.html.ja.jis
-share/httpd/manual/mod/mod_deflate.html.ko.euc-kr
-share/httpd/manual/mod/mod_deflate.xml
-share/httpd/manual/mod/mod_deflate.xml.ja
-share/httpd/manual/mod/mod_deflate.xml.ko
-share/httpd/manual/mod/mod_deflate.xml.meta
-share/httpd/manual/mod/mod_dir.html
-share/httpd/manual/mod/mod_dir.html.en
-share/httpd/manual/mod/mod_dir.html.ja.jis
-share/httpd/manual/mod/mod_dir.html.ko.euc-kr
-share/httpd/manual/mod/mod_dir.xml
-share/httpd/manual/mod/mod_dir.xml.ja
-share/httpd/manual/mod/mod_dir.xml.ko
-share/httpd/manual/mod/mod_dir.xml.meta
-share/httpd/manual/mod/mod_disk_cache.html
-share/httpd/manual/mod/mod_disk_cache.html.en
-share/httpd/manual/mod/mod_disk_cache.html.ko.euc-kr
-share/httpd/manual/mod/mod_disk_cache.xml
-share/httpd/manual/mod/mod_disk_cache.xml.ko
-share/httpd/manual/mod/mod_disk_cache.xml.meta
-share/httpd/manual/mod/mod_echo.html
-share/httpd/manual/mod/mod_echo.html.en
-share/httpd/manual/mod/mod_echo.html.ja.jis
-share/httpd/manual/mod/mod_echo.html.ko.euc-kr
-share/httpd/manual/mod/mod_echo.xml
-share/httpd/manual/mod/mod_echo.xml.ja
-share/httpd/manual/mod/mod_echo.xml.ko
-share/httpd/manual/mod/mod_echo.xml.meta
-share/httpd/manual/mod/mod_env.html
-share/httpd/manual/mod/mod_env.html.en
-share/httpd/manual/mod/mod_env.html.ja.jis
-share/httpd/manual/mod/mod_env.html.ko.euc-kr
-share/httpd/manual/mod/mod_env.xml
-share/httpd/manual/mod/mod_env.xml.ja
-share/httpd/manual/mod/mod_env.xml.ko
-share/httpd/manual/mod/mod_env.xml.meta
-share/httpd/manual/mod/mod_example.html
-share/httpd/manual/mod/mod_example.html.en
-share/httpd/manual/mod/mod_example.xml
-share/httpd/manual/mod/mod_example.xml.meta
-share/httpd/manual/mod/mod_expires.html
-share/httpd/manual/mod/mod_expires.html.en
-share/httpd/manual/mod/mod_expires.xml
-share/httpd/manual/mod/mod_expires.xml.meta
-share/httpd/manual/mod/mod_ext_filter.html
-share/httpd/manual/mod/mod_ext_filter.html.en
-share/httpd/manual/mod/mod_ext_filter.xml
-share/httpd/manual/mod/mod_ext_filter.xml.meta
-share/httpd/manual/mod/mod_file_cache.html
-share/httpd/manual/mod/mod_file_cache.html.en
-share/httpd/manual/mod/mod_file_cache.xml
-share/httpd/manual/mod/mod_file_cache.xml.meta
-share/httpd/manual/mod/mod_headers.html
-share/httpd/manual/mod/mod_headers.html.en
-share/httpd/manual/mod/mod_headers.xml
-share/httpd/manual/mod/mod_headers.xml.meta
-share/httpd/manual/mod/mod_imap.html
-share/httpd/manual/mod/mod_imap.html.en
-share/httpd/manual/mod/mod_imap.xml
-share/httpd/manual/mod/mod_imap.xml.meta
-share/httpd/manual/mod/mod_include.html
-share/httpd/manual/mod/mod_include.html.en
-share/httpd/manual/mod/mod_include.html.ja.jis
-share/httpd/manual/mod/mod_include.xml
-share/httpd/manual/mod/mod_include.xml.ja
-share/httpd/manual/mod/mod_include.xml.meta
-share/httpd/manual/mod/mod_info.html
-share/httpd/manual/mod/mod_info.html.en
-share/httpd/manual/mod/mod_info.html.ja.jis
-share/httpd/manual/mod/mod_info.xml
-share/httpd/manual/mod/mod_info.xml.ja
-share/httpd/manual/mod/mod_info.xml.meta
-share/httpd/manual/mod/mod_isapi.html
-share/httpd/manual/mod/mod_isapi.html.en
-share/httpd/manual/mod/mod_isapi.xml
-share/httpd/manual/mod/mod_isapi.xml.meta
-share/httpd/manual/mod/mod_ldap.html
-share/httpd/manual/mod/mod_ldap.html.en
-share/httpd/manual/mod/mod_ldap.xml
-share/httpd/manual/mod/mod_ldap.xml.meta
-share/httpd/manual/mod/mod_log_config.html
-share/httpd/manual/mod/mod_log_config.html.en
-share/httpd/manual/mod/mod_log_config.xml
-share/httpd/manual/mod/mod_log_config.xml.meta
-share/httpd/manual/mod/mod_logio.html
-share/httpd/manual/mod/mod_logio.html.en
-share/httpd/manual/mod/mod_logio.xml
-share/httpd/manual/mod/mod_logio.xml.meta
-share/httpd/manual/mod/mod_mem_cache.html
-share/httpd/manual/mod/mod_mem_cache.html.en
-share/httpd/manual/mod/mod_mem_cache.xml
-share/httpd/manual/mod/mod_mem_cache.xml.meta
-share/httpd/manual/mod/mod_mime.html
-share/httpd/manual/mod/mod_mime.html.en
-share/httpd/manual/mod/mod_mime.html.ja.jis
-share/httpd/manual/mod/mod_mime.xml
-share/httpd/manual/mod/mod_mime.xml.ja
-share/httpd/manual/mod/mod_mime.xml.meta
-share/httpd/manual/mod/mod_mime_magic.html
-share/httpd/manual/mod/mod_mime_magic.html.en
-share/httpd/manual/mod/mod_mime_magic.xml
-share/httpd/manual/mod/mod_mime_magic.xml.meta
-share/httpd/manual/mod/mod_negotiation.html
-share/httpd/manual/mod/mod_negotiation.html.en
-share/httpd/manual/mod/mod_negotiation.html.ja.jis
-share/httpd/manual/mod/mod_negotiation.xml
-share/httpd/manual/mod/mod_negotiation.xml.ja
-share/httpd/manual/mod/mod_negotiation.xml.meta
-share/httpd/manual/mod/mod_nw_ssl.html
-share/httpd/manual/mod/mod_nw_ssl.html.en
-share/httpd/manual/mod/mod_nw_ssl.xml
-share/httpd/manual/mod/mod_nw_ssl.xml.meta
-share/httpd/manual/mod/mod_proxy.html
-share/httpd/manual/mod/mod_proxy.html.en
-share/httpd/manual/mod/mod_proxy.xml
-share/httpd/manual/mod/mod_proxy.xml.meta
-share/httpd/manual/mod/mod_proxy_connect.html
-share/httpd/manual/mod/mod_proxy_connect.html.en
-share/httpd/manual/mod/mod_proxy_connect.xml
-share/httpd/manual/mod/mod_proxy_connect.xml.meta
-share/httpd/manual/mod/mod_proxy_ftp.html
-share/httpd/manual/mod/mod_proxy_ftp.html.en
-share/httpd/manual/mod/mod_proxy_ftp.xml
-share/httpd/manual/mod/mod_proxy_ftp.xml.meta
-share/httpd/manual/mod/mod_proxy_http.html
-share/httpd/manual/mod/mod_proxy_http.html.en
-share/httpd/manual/mod/mod_proxy_http.xml
-share/httpd/manual/mod/mod_proxy_http.xml.meta
-share/httpd/manual/mod/mod_rewrite.html
-share/httpd/manual/mod/mod_rewrite.html.en
-share/httpd/manual/mod/mod_rewrite.xml
-share/httpd/manual/mod/mod_rewrite.xml.meta
-share/httpd/manual/mod/mod_setenvif.html
-share/httpd/manual/mod/mod_setenvif.html.en
-share/httpd/manual/mod/mod_setenvif.html.ja.jis
-share/httpd/manual/mod/mod_setenvif.xml
-share/httpd/manual/mod/mod_setenvif.xml.ja
-share/httpd/manual/mod/mod_setenvif.xml.meta
-share/httpd/manual/mod/mod_so.html
-share/httpd/manual/mod/mod_so.html.en
-share/httpd/manual/mod/mod_so.html.ja.jis
-share/httpd/manual/mod/mod_so.xml
-share/httpd/manual/mod/mod_so.xml.ja
-share/httpd/manual/mod/mod_so.xml.meta
-share/httpd/manual/mod/mod_speling.html
-share/httpd/manual/mod/mod_speling.html.en
-share/httpd/manual/mod/mod_speling.html.ja.jis
-share/httpd/manual/mod/mod_speling.xml
-share/httpd/manual/mod/mod_speling.xml.ja
-share/httpd/manual/mod/mod_speling.xml.meta
-share/httpd/manual/mod/mod_ssl.html
-share/httpd/manual/mod/mod_ssl.html.en
-share/httpd/manual/mod/mod_ssl.xml
-share/httpd/manual/mod/mod_ssl.xml.meta
-share/httpd/manual/mod/mod_status.html
-share/httpd/manual/mod/mod_status.html.en
-share/httpd/manual/mod/mod_status.xml
-share/httpd/manual/mod/mod_status.xml.meta
-share/httpd/manual/mod/mod_suexec.html
-share/httpd/manual/mod/mod_suexec.html.en
-share/httpd/manual/mod/mod_suexec.html.ja.jis
-share/httpd/manual/mod/mod_suexec.xml
-share/httpd/manual/mod/mod_suexec.xml.ja
-share/httpd/manual/mod/mod_suexec.xml.meta
-share/httpd/manual/mod/mod_unique_id.html
-share/httpd/manual/mod/mod_unique_id.html.en
-share/httpd/manual/mod/mod_unique_id.html.ja.jis
-share/httpd/manual/mod/mod_unique_id.xml
-share/httpd/manual/mod/mod_unique_id.xml.ja
-share/httpd/manual/mod/mod_unique_id.xml.meta
-share/httpd/manual/mod/mod_userdir.html
-share/httpd/manual/mod/mod_userdir.html.en
-share/httpd/manual/mod/mod_userdir.html.ja.jis
-share/httpd/manual/mod/mod_userdir.xml
-share/httpd/manual/mod/mod_userdir.xml.ja
-share/httpd/manual/mod/mod_userdir.xml.meta
-share/httpd/manual/mod/mod_usertrack.html
-share/httpd/manual/mod/mod_usertrack.html.en
-share/httpd/manual/mod/mod_usertrack.xml
-share/httpd/manual/mod/mod_usertrack.xml.meta
-share/httpd/manual/mod/mod_vhost_alias.html
-share/httpd/manual/mod/mod_vhost_alias.html.en
-share/httpd/manual/mod/mod_vhost_alias.xml
-share/httpd/manual/mod/mod_vhost_alias.xml.meta
-share/httpd/manual/mod/module-dict.html
-share/httpd/manual/mod/module-dict.html.en
-share/httpd/manual/mod/module-dict.html.ja.jis
-share/httpd/manual/mod/module-dict.xml
-share/httpd/manual/mod/module-dict.xml.ja
-share/httpd/manual/mod/module-dict.xml.meta
-share/httpd/manual/mod/mpm_common.html
-share/httpd/manual/mod/mpm_common.html.de
-share/httpd/manual/mod/mpm_common.html.en
-share/httpd/manual/mod/mpm_common.html.ja.jis
-share/httpd/manual/mod/mpm_common.xml
-share/httpd/manual/mod/mpm_common.xml.de
-share/httpd/manual/mod/mpm_common.xml.ja
-share/httpd/manual/mod/mpm_common.xml.meta
-share/httpd/manual/mod/mpm_netware.html
-share/httpd/manual/mod/mpm_netware.html.en
-share/httpd/manual/mod/mpm_netware.xml
-share/httpd/manual/mod/mpm_netware.xml.meta
-share/httpd/manual/mod/mpm_winnt.html
-share/httpd/manual/mod/mpm_winnt.html.de
-share/httpd/manual/mod/mpm_winnt.html.en
-share/httpd/manual/mod/mpm_winnt.html.ja.jis
-share/httpd/manual/mod/mpm_winnt.xml
-share/httpd/manual/mod/mpm_winnt.xml.de
-share/httpd/manual/mod/mpm_winnt.xml.ja
-share/httpd/manual/mod/mpm_winnt.xml.meta
-share/httpd/manual/mod/mpmt_os2.html
-share/httpd/manual/mod/mpmt_os2.html.en
-share/httpd/manual/mod/mpmt_os2.xml
-share/httpd/manual/mod/mpmt_os2.xml.meta
-share/httpd/manual/mod/perchild.html
-share/httpd/manual/mod/perchild.html.en
-share/httpd/manual/mod/perchild.xml
-share/httpd/manual/mod/perchild.xml.meta
-share/httpd/manual/mod/prefork.html
-share/httpd/manual/mod/prefork.html.de
-share/httpd/manual/mod/prefork.html.en
-share/httpd/manual/mod/prefork.html.ja.jis
-share/httpd/manual/mod/prefork.xml
-share/httpd/manual/mod/prefork.xml.de
-share/httpd/manual/mod/prefork.xml.ja
-share/httpd/manual/mod/prefork.xml.meta
-share/httpd/manual/mod/quickreference.html
-share/httpd/manual/mod/quickreference.html.de
-share/httpd/manual/mod/quickreference.html.en
-share/httpd/manual/mod/quickreference.html.ja.jis
-share/httpd/manual/mod/quickreference.html.ru.koi8-r
-share/httpd/manual/mod/quickreference.xml
-share/httpd/manual/mod/quickreference.xml.de
-share/httpd/manual/mod/quickreference.xml.ja
-share/httpd/manual/mod/quickreference.xml.meta
-share/httpd/manual/mod/quickreference.xml.ru
-share/httpd/manual/mod/threadpool.html
-share/httpd/manual/mod/threadpool.html.en
-share/httpd/manual/mod/threadpool.xml
-share/httpd/manual/mod/threadpool.xml.meta
-share/httpd/manual/mod/worker.html
-share/httpd/manual/mod/worker.html.de
-share/httpd/manual/mod/worker.html.en
-share/httpd/manual/mod/worker.html.ja.jis
-share/httpd/manual/mod/worker.xml
-share/httpd/manual/mod/worker.xml.de
-share/httpd/manual/mod/worker.xml.ja
-share/httpd/manual/mod/worker.xml.meta
-share/httpd/manual/mpm.html
-share/httpd/manual/mpm.html.en
-share/httpd/manual/mpm.html.ja.jis
-share/httpd/manual/mpm.html.ko.euc-kr
-share/httpd/manual/mpm.html.ru.koi8-r
-share/httpd/manual/mpm.xml
-share/httpd/manual/mpm.xml.ja
-share/httpd/manual/mpm.xml.ko
-share/httpd/manual/mpm.xml.meta
-share/httpd/manual/mpm.xml.ru
-share/httpd/manual/new_features_2_0.html
-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.fr
-share/httpd/manual/new_features_2_0.html.ja.jis
-share/httpd/manual/new_features_2_0.html.ko.euc-kr
-share/httpd/manual/new_features_2_0.html.ru.koi8-r
-share/httpd/manual/new_features_2_0.xml
-share/httpd/manual/new_features_2_0.xml.de
-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.meta
-share/httpd/manual/new_features_2_0.xml.ru
-share/httpd/manual/platform/ebcdic.html
-share/httpd/manual/platform/ebcdic.html.en
-share/httpd/manual/platform/ebcdic.xml
-share/httpd/manual/platform/ebcdic.xml.meta
-share/httpd/manual/platform/index.html
-share/httpd/manual/platform/index.html.en
-share/httpd/manual/platform/index.xml
-share/httpd/manual/platform/index.xml.meta
-share/httpd/manual/platform/netware.html
-share/httpd/manual/platform/netware.html.en
-share/httpd/manual/platform/netware.xml
-share/httpd/manual/platform/netware.xml.meta
-share/httpd/manual/platform/perf-hp.html
-share/httpd/manual/platform/perf-hp.html.en
-share/httpd/manual/platform/perf-hp.xml
-share/httpd/manual/platform/perf-hp.xml.meta
-share/httpd/manual/platform/win_compiling.html
-share/httpd/manual/platform/win_compiling.html.en
-share/httpd/manual/platform/win_compiling.xml
-share/httpd/manual/platform/win_compiling.xml.meta
-share/httpd/manual/platform/windows.html
-share/httpd/manual/platform/windows.html.en
-share/httpd/manual/platform/windows.xml
-share/httpd/manual/platform/windows.xml.meta
-share/httpd/manual/programs/ab.html
-share/httpd/manual/programs/ab.html.en
-share/httpd/manual/programs/ab.xml
-share/httpd/manual/programs/ab.xml.meta
-share/httpd/manual/programs/apachectl.html
-share/httpd/manual/programs/apachectl.html.en
-share/httpd/manual/programs/apachectl.xml
-share/httpd/manual/programs/apachectl.xml.meta
-share/httpd/manual/programs/apxs.html
-share/httpd/manual/programs/apxs.html.en
-share/httpd/manual/programs/apxs.xml
-share/httpd/manual/programs/apxs.xml.meta
-share/httpd/manual/programs/configure.html
-share/httpd/manual/programs/configure.html.en
-share/httpd/manual/programs/configure.xml
-share/httpd/manual/programs/configure.xml.meta
-share/httpd/manual/programs/dbmmanage.html
-share/httpd/manual/programs/dbmmanage.html.en
-share/httpd/manual/programs/dbmmanage.xml
-share/httpd/manual/programs/dbmmanage.xml.meta
-share/httpd/manual/programs/htdigest.html
-share/httpd/manual/programs/htdigest.html.en
-share/httpd/manual/programs/htdigest.xml
-share/httpd/manual/programs/htdigest.xml.meta
-share/httpd/manual/programs/htpasswd.html
-share/httpd/manual/programs/htpasswd.html.en
-share/httpd/manual/programs/htpasswd.xml
-share/httpd/manual/programs/htpasswd.xml.meta
-share/httpd/manual/programs/httpd.html
-share/httpd/manual/programs/httpd.html.en
-share/httpd/manual/programs/httpd.xml
-share/httpd/manual/programs/httpd.xml.meta
-share/httpd/manual/programs/index.html
-share/httpd/manual/programs/index.html.en
-share/httpd/manual/programs/index.html.ru.koi8-r
-share/httpd/manual/programs/index.xml
-share/httpd/manual/programs/index.xml.meta
-share/httpd/manual/programs/index.xml.ru
-share/httpd/manual/programs/logresolve.html
-share/httpd/manual/programs/logresolve.html.en
-share/httpd/manual/programs/logresolve.xml
-share/httpd/manual/programs/logresolve.xml.meta
-share/httpd/manual/programs/other.html
-share/httpd/manual/programs/other.html.en
-share/httpd/manual/programs/other.xml
-share/httpd/manual/programs/other.xml.meta
-share/httpd/manual/programs/rotatelogs.html
-share/httpd/manual/programs/rotatelogs.html.en
-share/httpd/manual/programs/rotatelogs.xml
-share/httpd/manual/programs/rotatelogs.xml.meta
-share/httpd/manual/programs/suexec.html
-share/httpd/manual/programs/suexec.html.en
-share/httpd/manual/programs/suexec.xml
-share/httpd/manual/programs/suexec.xml.meta
-share/httpd/manual/sections.html
-share/httpd/manual/sections.html.en
-share/httpd/manual/sections.html.ja.jis
-share/httpd/manual/sections.html.ko.euc-kr
-share/httpd/manual/sections.xml
-share/httpd/manual/sections.xml.ja
-share/httpd/manual/sections.xml.ko
-share/httpd/manual/sections.xml.meta
-share/httpd/manual/server-wide.html
-share/httpd/manual/server-wide.html.en
-share/httpd/manual/server-wide.html.ja.jis
-share/httpd/manual/server-wide.html.ko.euc-kr
-share/httpd/manual/server-wide.xml
-share/httpd/manual/server-wide.xml.ja
-share/httpd/manual/server-wide.xml.ko
-share/httpd/manual/server-wide.xml.meta
-share/httpd/manual/sitemap.html
-share/httpd/manual/sitemap.html.de
-share/httpd/manual/sitemap.html.en
-share/httpd/manual/sitemap.html.ja.jis
-share/httpd/manual/sitemap.html.ko.euc-kr
-share/httpd/manual/sitemap.xml
-share/httpd/manual/sitemap.xml.de
-share/httpd/manual/sitemap.xml.ja
-share/httpd/manual/sitemap.xml.ko
-share/httpd/manual/sitemap.xml.meta
-share/httpd/manual/ssl/index.html
-share/httpd/manual/ssl/index.html.en
-share/httpd/manual/ssl/index.html.ja.jis
-share/httpd/manual/ssl/index.xml
-share/httpd/manual/ssl/index.xml.ja
-share/httpd/manual/ssl/index.xml.meta
-share/httpd/manual/ssl/ssl_compat.html
-share/httpd/manual/ssl/ssl_compat.html.en
-share/httpd/manual/ssl/ssl_compat.xml
-share/httpd/manual/ssl/ssl_compat.xml.meta
-share/httpd/manual/ssl/ssl_faq.html
-share/httpd/manual/ssl/ssl_faq.html.en
-share/httpd/manual/ssl/ssl_faq.xml
-share/httpd/manual/ssl/ssl_faq.xml.meta
-share/httpd/manual/ssl/ssl_howto.html
-share/httpd/manual/ssl/ssl_howto.html.en
-share/httpd/manual/ssl/ssl_howto.xml
-share/httpd/manual/ssl/ssl_howto.xml.meta
-share/httpd/manual/ssl/ssl_intro.html
-share/httpd/manual/ssl/ssl_intro.html.en
-share/httpd/manual/ssl/ssl_intro.xml
-share/httpd/manual/ssl/ssl_intro.xml.meta
-share/httpd/manual/ssl/ssl_intro_fig1.gif
-share/httpd/manual/ssl/ssl_intro_fig2.gif
-share/httpd/manual/ssl/ssl_intro_fig3.gif
-share/httpd/manual/stopping.html
-share/httpd/manual/stopping.html.de
-share/httpd/manual/stopping.html.en
-share/httpd/manual/stopping.html.ja.jis
-share/httpd/manual/stopping.html.ko.euc-kr
-share/httpd/manual/stopping.html.ru.koi8-r
-share/httpd/manual/stopping.xml
-share/httpd/manual/stopping.xml.de
-share/httpd/manual/stopping.xml.ja
-share/httpd/manual/stopping.xml.ko
-share/httpd/manual/stopping.xml.meta
-share/httpd/manual/stopping.xml.ru
-share/httpd/manual/style/build.properties
-share/httpd/manual/style/chm/chm.de.xsl
-share/httpd/manual/style/chm/chm.en.xsl
-share/httpd/manual/style/chm/chm.ja.xsl
-share/httpd/manual/style/chm/chm.ko.xsl
-share/httpd/manual/style/chm/chm.zh-cn.xsl
-share/httpd/manual/style/chm/hhc.de.xsl
-share/httpd/manual/style/chm/hhc.en.xsl
-share/httpd/manual/style/chm/hhc.ja.xsl
-share/httpd/manual/style/chm/hhc.ko.xsl
-share/httpd/manual/style/chm/hhc.xsl
-share/httpd/manual/style/chm/hhc.zh-cn.xsl
-share/httpd/manual/style/chm/hhp.de.xsl
-share/httpd/manual/style/chm/hhp.en.xsl
-share/httpd/manual/style/chm/hhp.ja.xsl
-share/httpd/manual/style/chm/hhp.ko.xsl
-share/httpd/manual/style/chm/hhp.xsl
-share/httpd/manual/style/chm/hhp.zh-cn.xsl
-share/httpd/manual/style/common.dtd
-share/httpd/manual/style/css/manual-chm.css
-share/httpd/manual/style/css/manual-loose-100pc.css
-share/httpd/manual/style/css/manual-print.css
-share/httpd/manual/style/css/manual-zip-100pc.css
-share/httpd/manual/style/css/manual-zip.css
-share/httpd/manual/style/css/manual.css
-share/httpd/manual/style/faq.dtd
-share/httpd/manual/style/lang/de.xml
-share/httpd/manual/style/lang/en.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/lang/sv.xml
-share/httpd/manual/style/latex/atbeginend.sty
-share/httpd/manual/style/latex/common.xsl
-share/httpd/manual/style/latex/directiveindex.xsl
-share/httpd/manual/style/latex/faq.xsl
-share/httpd/manual/style/latex/html.xsl
-share/httpd/manual/style/latex/latex.xsl
-share/httpd/manual/style/latex/manualpage.xsl
-share/httpd/manual/style/latex/moduleindex.xsl
-share/httpd/manual/style/latex/quickreference.xsl
-share/httpd/manual/style/latex/synopsis.xsl
-share/httpd/manual/style/man/man.en.xsl
-share/httpd/manual/style/man/manpage.xsl
-share/httpd/manual/style/manual.de.xsl
-share/httpd/manual/style/manual.en.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/manual.pt-br.xsl
-share/httpd/manual/style/manual.ru.xsl
-share/httpd/manual/style/manual.sv.xsl
-share/httpd/manual/style/manual.zh-cn.xsl
-share/httpd/manual/style/manualpage.dtd
-share/httpd/manual/style/modulesynopsis.dtd
-share/httpd/manual/style/sitemap.dtd
-share/httpd/manual/style/w3c/xhtml-lat1.ent
-share/httpd/manual/style/w3c/xhtml-special.ent
-share/httpd/manual/style/w3c/xhtml-symbol.ent
-share/httpd/manual/style/w3c/xhtml1-strict.dtd
-share/httpd/manual/style/w3c/xhtml1-transitional.dtd
-share/httpd/manual/style/xsl/common.xsl
-share/httpd/manual/style/xsl/directiveindex.xsl
-share/httpd/manual/style/xsl/faq.xsl
-share/httpd/manual/style/xsl/indexpage.xsl
-share/httpd/manual/style/xsl/manualpage.xsl
-share/httpd/manual/style/xsl/moduleindex.xsl
-share/httpd/manual/style/xsl/quickreference.xsl
-share/httpd/manual/style/xsl/sitemap.xsl
-share/httpd/manual/style/xsl/synopsis.xsl
-share/httpd/manual/style/xsl/typemap.xsl
-share/httpd/manual/style/xsl/util/lf.xml
-share/httpd/manual/style/xsl/util/li-end.xml
-share/httpd/manual/style/xsl/util/li-start.xml
-share/httpd/manual/style/xsl/util/modtrans.xsl
-share/httpd/manual/style/xsl/util/nbsp.xml
-share/httpd/manual/style/xsl/util/tab.xml
-share/httpd/manual/style/xsl/util/ul-end.xml
-share/httpd/manual/style/xsl/util/ul-start.xml
-share/httpd/manual/style/zip/zip.de.xsl
-share/httpd/manual/style/zip/zip.en.xsl
-share/httpd/manual/style/zip/zip.ja.xsl
-share/httpd/manual/style/zip/zip.ko.xsl
-share/httpd/manual/style/zip/zip.ru.xsl
-share/httpd/manual/suexec.html
-share/httpd/manual/suexec.html.en
-share/httpd/manual/suexec.html.ja.jis
-share/httpd/manual/suexec.html.ko.euc-kr
-share/httpd/manual/suexec.xml
-share/httpd/manual/suexec.xml.ja
-share/httpd/manual/suexec.xml.ko
-share/httpd/manual/suexec.xml.meta
-share/httpd/manual/upgrading.html
-share/httpd/manual/upgrading.html.de
-share/httpd/manual/upgrading.html.en
-share/httpd/manual/upgrading.html.fr
-share/httpd/manual/upgrading.html.ja.jis
-share/httpd/manual/upgrading.html.ko.euc-kr
-share/httpd/manual/upgrading.html.ru.koi8-r
-share/httpd/manual/upgrading.xml
-share/httpd/manual/upgrading.xml.de
-share/httpd/manual/upgrading.xml.ja
-share/httpd/manual/upgrading.xml.ko
-share/httpd/manual/upgrading.xml.meta
-share/httpd/manual/upgrading.xml.ru
-share/httpd/manual/urlmapping.html
-share/httpd/manual/urlmapping.html.en
-share/httpd/manual/urlmapping.html.ja.jis
-share/httpd/manual/urlmapping.html.ko.euc-kr
-share/httpd/manual/urlmapping.xml
-share/httpd/manual/urlmapping.xml.ja
-share/httpd/manual/urlmapping.xml.ko
-share/httpd/manual/urlmapping.xml.meta
-share/httpd/manual/vhosts/details.html
-share/httpd/manual/vhosts/details.html.en
-share/httpd/manual/vhosts/details.html.ko.euc-kr
-share/httpd/manual/vhosts/details.xml
-share/httpd/manual/vhosts/details.xml.ko
-share/httpd/manual/vhosts/details.xml.meta
-share/httpd/manual/vhosts/examples.html
-share/httpd/manual/vhosts/examples.html.en
-share/httpd/manual/vhosts/examples.html.ko.euc-kr
-share/httpd/manual/vhosts/examples.xml
-share/httpd/manual/vhosts/examples.xml.ko
-share/httpd/manual/vhosts/examples.xml.meta
-share/httpd/manual/vhosts/fd-limits.html
-share/httpd/manual/vhosts/fd-limits.html.en
-share/httpd/manual/vhosts/fd-limits.html.ja.jis
-share/httpd/manual/vhosts/fd-limits.html.ko.euc-kr
-share/httpd/manual/vhosts/fd-limits.xml
-share/httpd/manual/vhosts/fd-limits.xml.ja
-share/httpd/manual/vhosts/fd-limits.xml.ko
-share/httpd/manual/vhosts/fd-limits.xml.meta
-share/httpd/manual/vhosts/index.html
-share/httpd/manual/vhosts/index.html.de
-share/httpd/manual/vhosts/index.html.en
-share/httpd/manual/vhosts/index.html.ja.jis
-share/httpd/manual/vhosts/index.html.ko.euc-kr
-share/httpd/manual/vhosts/index.html.ru.koi8-r
-share/httpd/manual/vhosts/index.xml
-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.meta
-share/httpd/manual/vhosts/index.xml.ru
-share/httpd/manual/vhosts/ip-based.html
-share/httpd/manual/vhosts/ip-based.html.en
-share/httpd/manual/vhosts/ip-based.html.ko.euc-kr
-share/httpd/manual/vhosts/ip-based.xml
-share/httpd/manual/vhosts/ip-based.xml.ko
-share/httpd/manual/vhosts/ip-based.xml.meta
-share/httpd/manual/vhosts/mass.html
-share/httpd/manual/vhosts/mass.html.en
-share/httpd/manual/vhosts/mass.html.ko.euc-kr
-share/httpd/manual/vhosts/mass.xml
-share/httpd/manual/vhosts/mass.xml.ko
-share/httpd/manual/vhosts/mass.xml.meta
-share/httpd/manual/vhosts/name-based.html
-share/httpd/manual/vhosts/name-based.html.de
-share/httpd/manual/vhosts/name-based.html.en
-share/httpd/manual/vhosts/name-based.html.ja.jis
-share/httpd/manual/vhosts/name-based.html.ko.euc-kr
-share/httpd/manual/vhosts/name-based.xml
-share/httpd/manual/vhosts/name-based.xml.de
-share/httpd/manual/vhosts/name-based.xml.ja
-share/httpd/manual/vhosts/name-based.xml.ko
-share/httpd/manual/vhosts/name-based.xml.meta
-@dirrm share/httpd/manual/developer
-@dirrm share/httpd/manual/faq
-@dirrm share/httpd/manual/howto
-@dirrm share/httpd/manual/images
-@dirrm share/httpd/manual/misc
-@dirrm share/httpd/manual/mod
-@dirrm share/httpd/manual/platform
-@dirrm share/httpd/manual/programs
-@dirrm share/httpd/manual/ssl
-@dirrm share/httpd/manual/style/zip
-@dirrm share/httpd/manual/style/xsl/util
-@dirrm share/httpd/manual/style/xsl
-@dirrm share/httpd/manual/style/w3c
-@dirrm share/httpd/manual/style/man
-@dirrm share/httpd/manual/style/latex
-@dirrm share/httpd/manual/style/lang
-@dirrm share/httpd/manual/style/css
-@dirrm share/httpd/manual/style/chm
-@dirrm share/httpd/manual/style
-@dirrm share/httpd/manual/vhosts
-@dirrm share/httpd/manual
-@dirrm share/httpd/icons/small
-@dirrm share/httpd/icons
+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
@dirrm share/httpd/error/include
@dirrm share/httpd/error
@dirrm share/httpd/build
@dirrm share/examples/httpd
-@unexec ${RMDIR} ${PREFIX}/libexec/cgi-bin 2>/dev/null || ${TRUE}
@dirrm lib/httpd
+@unexec ${RMDIR} ${PREFIX}/libexec/cgi-bin 2>/dev/null || ${TRUE}
@dirrm include/httpd