You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lisa Gerlich <li...@nisd.net> on 2003/02/01 00:14:11 UTC

[users@httpd] mod_ldap

Hello,
I have enabled my apache server (version 2.0.43 running on Redhat linux
7.3) to connect to an external directory server (Novell Edirectory
running on Netware)  via mod_ldap and mod_auth_ldap.   I badly need to
enable the cache features of mod_ldap and have added the following lines
to my httpd.conf:

LDAPSharedCacheSize 200000
LDAPCacheEntries 1024
LDAPCacheTTL 600
LDAPOpCacheEntries 1024
LDAPOpCacheTTL 600

I also added the following lines to enable cache status reporting.

<Location /ldap-cache-info>
        SetHandler ldap-status
        Order deny,allow
        Deny from all
        Allow from 10.200
</Location>

However, the process of loading the page is as slow as ever.  The log
file (my log level is all the way to debug) indicates that the httpd
server is continually going back to the LDAP server to reauthenticate.  
I do get some warm fuzzy messages such as "ldap cache init: Success" and
"File exists: [3297] ldap cache init: File exists" in my log file, but
when I refer to ldap-cache-info it claims that "Cache has not been
enabled/initialised".   

How can I be sure the cache feature is working?

Thank you,
---Lisa&




Lisa Gerlich
Senior Network/Systems Administrator
Northside Independent School District
Technology Support
San Antonio, TX
PH:  210-706-8577
FX:  210-706-8877
EM:  lisagerlich@nisd.net

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org