https://issues.apache.org/bugzilla/show_bug.cgi?id=45393
Ignasi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.2.9 |2.2.15 OS/Version|Windows XP |Linux --- Comment #3 from Ignasi <[email protected]> 2011-01-21 07:27:23 EST --- We have Linux RHEL6 with httpd 2.2.15, and after loged with LDAP username and password, apache return 500 error. No information available about this error in the server error log. With the follow configuration: # vim: syntax=apache <VirtualHost _default_:443> SSLEngine On SSLProtocol all -SSLv2 SSLCipherSuite HIGH:MEDIUM SSLCertificateFile /etc/pki/tls/certs/xxx.crt SSLCertificateKeyFile /etc/pki/tls/private/xxxxxxxxx.key ServerName xxxxxxxxxx ServerAlias xxxxxxxxxxxxx DocumentRoot /var/www/xxxxxxxx # Specific configuration <Location /private/status> SetHandler server-status </Location> <Location /> AuthType Basic AuthName "Admin xxxxxx" AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPURL ldaps://ldap.xxxxxxxx.com/ou=People,dc=xxxxx,dc=com?uid?one Require ldap-user xxxx xxxx </Location> ErrorLog logs/xxxxxxxx-ssl-error_log CustomLog logs/xxxxxxxxx-ssl-access_log combined </VirtualHost> Modules loaded: auth_basic_module ldap_module authnz_ldap_module The same configuration works with RHEL5.x and httpd 2.2.3. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
