DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43783>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43783 ------- Additional Comments From [EMAIL PROTECTED] 2007-11-02 07:40 ------- Lines added to /etc/httpd/conf.d/ssl.conf: SSLVerifyClient none SSLCACertificateFile /etc/pki/tls/certs/ca.crt <Location /protected_directory> SSLVerifyClient require SSLVerifyDepth 1 </Location> .htaccess file at /protected_directory: RewriteEngine on RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php The PHP5 index.php script can get $_GET variables, but not $_POST variables, they are blank. If the client SSL certificate rule is applied to the whole virtual host, things work fine. If this is done without the URL rewrite engine, things also work fine. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
