This are the only mod_ldap directives inside my virtual host:

<VirtualHost _default_:443>

    ServerName 172.23.13.244

    HostnameLookups Off
    UseCanonicalName Off
    ServerSignature Off

    LogLevel debug
    ErrorLog /var/log/apache2/svn-ssl-error_log
    #CustomLog /var/log/apache2/svn-ssl-access_log "%t - %h - %u -
%{SVN-ACTION}e" env=SVN-ACTION
    TransferLog /var/log/apache2/svn-ssl-access_log

    SSLEngine on
    SSLCertificateFile /etc/apache2/ssl.crt/172.23.13.244.crt
    SSLCertificateKeyFile /etc/apache2/ssl.key/172.23.13.244.key

    SSLProtocol all
    SSLCipherSuite HIGH:MEDIUM

    SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

    LDAPTrustedClientCert CERT_BASE64 /etc/apache2/ssl.crt/ad1.cer
    LDAPTrustedClientCert CERT_BASE64 /etc/apache2/ssl.crt/ad2.cer

<Location /ldap-status>
        SetHandler ldap-status
        Order allow,deny
        Allow from all
</Location>


This are outside my virtualhost:

LDAPTrustedMode SSL
LDAPVerifyServerCert off
LDAPSharedCacheSize 500000
LDAPCacheEntries 1024
LDAPCacheTTL 43200
LDAPOpCacheEntries 1024
LDAPOpCacheTTL 43200
LDAPSharedCacheFile /srv/home/svn/ldap_cache
LDAPConnectionTimeout 10

Thanks,



On Wed, Jul 7, 2010 at 9:20 PM, Eric Covener <[email protected]> wrote:
> On Wed, Jul 7, 2010 at 9:18 AM, west alto <[email protected]> wrote:
>> It's not a truncated page, its empty with only title in it.
>>
>
> Sounds like a match for the issue I described. Try to purge mod_ldap
> directives from your vhosts.
>
> --
> Eric Covener
> [email protected]
>
> ---------------------------------------------------------------------
> 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: [email protected]
>   "   from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to