Re: [Mod-fcgid-users] DESPERATE need for help with suexec. (php-cgi wrapper 'saying no input file')

2008-06-16 Thread Starhost - Noël Elsten
I'm running mod_fcgid on freebsd and it is working fine. Here you find my apache config files and the way suexec is build. IfModule fcgid_module # Set config options for FCGID PHP_Fix_Pathinfo_Enable 1 PASSHEADER AUTHORIZATION MaxRequestsPerProcess 500

[Mod-fcgid-users] Howto: passheaders option?

2008-04-20 Thread Starhost - Noël Elsten
How should one use the option to pass headers to the cgi scripts? I can't seem to find any information on how to do this in the documentation. I've tried the following, but that doesn't seem to be working: FCGIWrapper /path/to/fcgi-bin/php5 PassHeader Authorization .php Thanks, Noel Elsten