* Installed latest webmin.
* Did an "install from wbm"
* Changed /usr/bin/php4 to /usr/bin/php (whould really use env, no?)
* then I get Error - Bad Header, and that's it. I have my cli php.ini set to log errors, but nothing logged. Can't really trace it
What's up?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here's what I did:
* Installed latest webmin.
* Did an "install from wbm"
* Changed /usr/bin/php4 to /usr/bin/php (whould really use env, no?)
* then I get Error - Bad Header, and that's it. I have my cli php.ini set to log errors, but nothing logged. Can't really trace it
What's up?
Try using !#/usr/bin/php -q in your cgi scripts to run php in quiet mode. If you do not you get php's cli header output.
Also I never could get the web-lib php header/footer functions to work right so I just echo out the header/footer info myself.
I've got the same problem
It displays: Error - Missing Content-Type Header