Commit e1d23baa authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 49d106e0
Loading
Loading
Loading
Loading

docs/conf/ldap.conf

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
#
# 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.
#
#<IfModule util_ldap.c>
#
#    LDAPSharedCacheSize 200000
#    LDAPCacheEntries 1024
#    LDAPCacheTTL 600
#    LDAPOpCacheEntries 1024
#    LDAPOpCacheTTL 600
#
#    <Location /ldap-status>
#        SetHandler ldap-status
#        Order deny,allow
#        Deny from all
#        Allow from .your_domain.com
#        <IfModule mod_auth_ldap.c>
#            AuthLDAPEnabled on
#            AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
#            AuthLDAPAuthoritative on
#            require valid-user
#        </IfModule>
#    </Location>
#
#</IfModule>

docs/conf/proxy.conf

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>
#ProxyRequests On
#
#<Proxy *>
#    Order deny,allow
#    Deny from all
#    Allow from .your_domain.com
#</Proxy>

#
# 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

#</IfModule>
# End of proxy directives.

docs/conf/ssl.conf

deleted100644 → 0
+0 −0

Empty file deleted.