Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2010-02-23 Thread Marcus Merz
Jeff Trawick traw...@gmail.com schrieb im Newsbeitrag news:cc67648e0910121343j7e922d94q1f96ee89cd897...@mail.gmail.com... On Mon, Oct 12, 2009 at 4:14 PM, Jeff Trawick traw...@gmail.com wrote: On Sun, Oct 11, 2009 at 6:16 AM, Marcus Merz mm...@gmx.de wrote: Is this issue solved in 2.3.4

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-10-11 Thread Marcus Merz
Is this issue solved in 2.3.4? Regards, Marcus

Re: [mod_fcgid] Problems installing 2.3.1 on SuSE 10.3 64bit due to missing mpm.h and mpm_default.h

2009-09-26 Thread Marcus Merz
I have attached the unified diff for readability. Marcus Merz mm...@gmx.de schrieb im Newsbeitrag news:h9kckd$at...@ger.gmane.org... Bill, :/usr/local/src # diff -u apxs.in apxs2-prefork ... Regards, Marcus begin 666 apxs.in.apxs2-prefork.diff M+2TM(%P',N:6X),C P-RTP-2TR,R Q-3HS,SHP-XP,# P

[mod_fcgid] Problems installing 2.3.1 on SuSE 10.3 64bit due to missing mpm.h and mpm_default.h

2009-09-25 Thread Marcus Merz
I do not know whether i did something wrong but before a new release of mod_fcgid, i wanted to share my experience: I use Apache 2.2.13 on a OpenSUSE 10.3 distri and did download and extract mod_fcgid-2.3.1-beta.tar.gz to /usr/local/source/mod_fcgid-2.3.1 From there i did APXS=/usr/sbin/apxs2

Re: [mod_fcgid] Problems installing 2.3.1 on SuSE 10.3 64bit due to missing mpm.h and mpm_default.h

2009-09-25 Thread Marcus Merz
PGNet Dev pgnet.dev+ht...@gmail.com schrieb im Newsbeitrag news:94f2e81e0909251052j69beff84j63fe9336e0832...@mail.gmail.com... On Fri, Sep 25, 2009 at 10:02 AM, Marcus Merz mm...@gmx.de wrote: APXS=/usr/sbin/apxs2 ./configure.apxs iirc (?), try, APXS=/usr/sbin/apxs2-prefork instead

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-23 Thread Marcus Merz
Hi Jeff, after another evening, this is what i came up with: Goals: 1. I do not want to mess around with /etc/apache2/conf.d/mod_fcgid.conf 2. I do not want to be forced to always use mod_fcgid on virtual hosts that are configured for mod_cgi (from Plesk) I achieve this by doing all necessary

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-22 Thread Marcus Merz
Ok, i am puzzled Jeff Trawick traw...@gmail.com schrieb im Newsbeitrag news:cc67648e0909211455i5cb6c7c3ub4fdcc25cb9cc...@mail.gmail.com... Please try translating the CGI config directly to FastCGI as noted above, instead of using the Plesk-generated config, and let us know what happens.

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-21 Thread Marcus Merz
Jeff Trawick traw...@gmail.com schrieb im Newsbeitrag news:cc67648e0909210827h6247d05fu65c31252b6f32...@mail.gmail.com... What is your configuration to run modify.php as a CGI? Do you add a shebang line, or use something else? Here's my configuration: LoadModule fcgid_module

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-21 Thread Marcus Merz
As an additional note, i found another watermark script which fails with the same error (it will need the same .htaccess as in my first post - save the script as modify.php as well or adjust the name in .htaccess accordingly) as PHP will try to parse the jpg file instead of displaying the

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-21 Thread Marcus Merz
Hi Jeff, Jeff Trawick traw...@gmail.com schrieb im Newsbeitrag news:cc67648e0909211455i5cb6c7c3ub4fdcc25cb9cc...@mail.gmail.com... On Mon, Sep 21, 2009 at 2:24 PM, Marcus Merz mm...@gmx.de wrote: In my php.ini i have ; cgi.force_redirect is necessary to provide security running PHP as a CGI

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-20 Thread Marcus Merz
Hi Jeff, Jeff Trawick traw...@gmail.com schrieb im Newsbeitrag news:cc67648e0909191842i1053222ai176bfe1e37aee...@mail.gmail.com... On Sat, Sep 19, 2009 at 3:48 AM, Marcus Merz mm...@gmx.de wrote: Recap: Try cgi.fix_pathinfo=0; maybe somebody else will chime in on the PHP_Fix_Pathinfo_Enable

mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-09-19 Thread Marcus Merz
Hi, i ran into a problem with mod_fcgid and i wonder whether anybody can replicate my problem. There is also a bug report in here: http://sourceforge.net/tracker/?func=detailaid=2854396group_id=174879atid=870991 Since i wrote the bug report, i did a) update to Apache 2.2.13, PHP 5.3.0 and