Package: libapache2-mod-fcgid Version: 1.07-1 Severity: important
libapache2-mod-fcgid is complet broken in combination of
apache2+mod_ssl(https)+fcgid+php
it loses a big one the postdata part.
it seems to lie at the "SSL renegotiation"
szenario:
setup ur own https vhost and go to the test script location
send the formular and reload it 1min
u can see 2/3 or more of all asks is destroyed
min conf:
simpel test conf for fcgid
<Location />
AddHandler fcgid-script .php
FCGIWrapper /usr/bin/php-cgi .php
</Location>
set for more errors
SSLSessionCacheTimeout 1
thx
Rene W.
ps: i use php as pure cgi in a https vhost now
-- System
Debian Release: testing and unstable
Architecture: i386 (i686)
apache2-mpm-prefork or apache2-mpm-worker 2.0.55-4
php5-cgi 5.1.2-1
libapache2-mod-fcgid 1.07-1
test.php
Description: application/httpd-php

