From bugs-return-28210-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Fri Nov 02 14:41:01 2007 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 3970 invoked from network); 2 Nov 2007 14:41:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 14:41:01 -0000 Received: (qmail 11073 invoked by uid 500); 2 Nov 2007 14:40:49 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 10839 invoked by uid 500); 2 Nov 2007 14:40:48 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 10826 invoked by uid 99); 2 Nov 2007 14:40:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 07:40:48 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 14:41:00 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 3A62E71422C; Fri, 2 Nov 2007 07:40:40 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 43783] - No Post Data with directory based client side SSL certificates and URL rewrite In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20071102144040.3A62E71422C@brutus.apache.org> Date: Fri, 2 Nov 2007 07:40:40 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 larson.vic@gmail.com 2007-11-02 07:40 ------- Lines added to /etc/httpd/conf.d/ssl.conf: SSLVerifyClient none SSLCACertificateFile /etc/pki/tls/certs/ca.crt SSLVerifyClient require SSLVerifyDepth 1 .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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org