Bug#361579: fcgid is broken in combination of apache2+mod_ssl+fcgid+php

2006-05-08 Thread Chris Samuel
Hi there,

I can confirm this bug (it's bitten me trying to use phpmyadmin under SSL with 
mod_fcgid) and that it is fixed in the current version of mod_fcgid (1.09) 
which I built a package of myself and does not exhibit these same 
(reproducible) problems.

The fix actually appeared in 1.08 and is labelled as:

1. apr_bucket_copy() does not work with buckets from mod_ssl, use 
apr_bucket_heap_create() instead :(

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP


pgpyYzUXIX0jv.pgp
Description: PGP signature


Bug#361579: fcgid is broken in combination of apache2+mod_ssl+fcgid+php

2006-05-08 Thread Tatsuki Sugiura
Hello,

Thanks for information!

But just now, I have no time to work for Debian. Sorry guys.
I think, I'll keep time to in this weekend.

Chris Samuel wrote:
 I can confirm this bug (it's bitten me trying to use phpmyadmin under SSL 
 with 
 mod_fcgid) and that it is fixed in the current version of mod_fcgid (1.09) 
 which I built a package of myself and does not exhibit these same 
 (reproducible) problems.
 
 The fix actually appeared in 1.08 and is labelled as:
 
 1. apr_bucket_copy() does not work with buckets from mod_ssl, use 
 apr_bucket_heap_create() instead :(
 
 cheers,
 Chris


-- 
Tatsuki Sugiura   mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361579: fcgid is broken in combination of apache2+mod_ssl+fcgid+php

2006-04-09 Thread Wunderlich Rene
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