From: William A. Rowe Jr Date: Fri, 5 Oct 2001 03:40:27 +0000 (+0000) Subject: These now exist with their -std names, thanks for the suggest, Justin. X-Git-Tag: 2.0.26~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f610a281d7f37568d7238b51937353cdb875aa3;p=thirdparty%2Fapache%2Fhttpd.git These now exist with their -std names, thanks for the suggest, Justin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/ldap.conf b/docs/conf/ldap.conf deleted file mode 100644 index 5de72d17eec..00000000000 --- a/docs/conf/ldap.conf +++ /dev/null @@ -1,28 +0,0 @@ -# -# Enable the LDAP connection pool and shared memory cache. Enable the -# LDAP cache status handler. Requires that mod_ldap be loaded. Change -# the ".your_domain.com" to match your domain to enable. -# -# -# -# LDAPSharedCacheSize 200000 -# LDAPCacheEntries 1024 -# LDAPCacheTTL 600 -# LDAPOpCacheEntries 1024 -# LDAPOpCacheTTL 600 -# -# -# SetHandler ldap-status -# Order deny,allow -# Deny from all -# Allow from .your_domain.com -# -# AuthLDAPEnabled on -# AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one -# AuthLDAPAuthoritative on -# require valid-user -# -# -# -# - diff --git a/docs/conf/proxy.conf b/docs/conf/proxy.conf deleted file mode 100644 index 62b56ceb0c3..00000000000 --- a/docs/conf/proxy.conf +++ /dev/null @@ -1,35 +0,0 @@ -# -# Proxy Server directives. Uncomment the following lines to -# enable the proxy server: -# -# -#ProxyRequests On -# -# -# Order deny,allow -# Deny from all -# Allow from .your_domain.com -# - -# -# Enable/disable the handling of HTTP/1.1 "Via:" headers. -# ("Full" adds the server version; "Block" removes all outgoing Via: headers) -# Set to one of: Off | On | Full | Block -# -#ProxyVia On - -# -# To enable the cache as well, edit and uncomment the following lines: -# (no cacheing without CacheRoot) -# -#CacheRoot "@@ServerRoot@@/proxy" -#CacheSize 5 -#CacheGcInterval 4 -#CacheMaxExpire 24 -#CacheLastModifiedFactor 0.1 -#CacheDefaultExpire 1 -#NoCache a_domain.com another_domain.edu joes.garage_sale.com - -# -# End of proxy directives. - diff --git a/docs/conf/ssl.conf b/docs/conf/ssl.conf deleted file mode 100644 index e69de29bb2d..00000000000