https://issues.apache.org/bugzilla/show_bug.cgi?id=47427





--- Comment #5 from Ruediger Pluem <[email protected]>  2009-06-25 11:52:17 PST 
---
What about

<VirtualHost 10.0.0.86:8443>  
    ServerAdmin [email protected]
    ServerName mihailp1.parks.lv
    DocumentRoot "/mihailp1/www-secure"

    SSLEngine on
    SSLCertificateKeyFile "/root/mihailp1-ca/mihailp1.key"
    SSLCertificateFile  "/root/mihailp1-ca/mihailp1.crt"
    SSLCACertificateFile "/root/mihailp1-ca/mihailp1-ca.crt"

    <Directory /mihailp1/www-secure
    SSLVerifyClient optional
    SSLVerifyDepth 3
    SSLOptions +OptRenegotiate
    SSLRequire %{SSL_CLIENT_VERIFY} eq "SUCCESS"
    </Directory>

    ErrorLog  "logs/secure-error_log"
    CustomLog "logs/secure-access_log" common
</VirtualHost>

and an error page located in an directory outside the document root mapped in
with an alias?

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

Reply via email to