[cgiwrap-users] PHP Problems
Brought to you by:
nneul
From: Tim G. <tj...@so...> - 2008-04-01 19:06:21
|
Hello! I've got cgiwrap working for my user's web scripts. Everything works great for Perl and shell scripts, but it seems that I have to add the following to the top of all my PHP scripts to get them to work: echo "Content-Type: text/html\n"; echo "\n"; I'd really like to not have to have all my users (there are 1,700 of them) modify all their PHP scripts to make this work. So, my question is: how do I make this work without having them rewrite all their scripts? Thanks for all your help! Tim |