I compiled mathopd-1.5b17 and I don't get any 500 error: When I try to reach an .php file, It takes the browser more than about 20 seconds to 'get' the file. But then a 404 error occurs. I took a look in the errorlog file and among some lines about starting up and shutting down the server, I see:
readfromchild: premature end of script headers (ipp=0) Maybe this has something to do with the error. I have php5 and the path to the php file seems to be correct. PHP installed also some other files like phpize, phpextdist. I removed them. I don't know if they cause the problem. Anyway using php as a commandline works fine. >> I get the following error with mathop-1.5b16: Warning: ScriptBufSize >> increased to InputBufSize > >Mathopd transfers the contents of the 'input buffer' into the 'script >buffer' at the start of each CGI request. This obviously would not work if >the script buffer is too small. Therefore Mathopd always makes sure that >ScriptBufSize is at least equal to InputBufSize. This is a bit crude, >because most of the times the input buffer will be completely empty, but >at least this way one can never run into problems. > >> I can reach .html files with a browser. But .php files give me a 505 error. > >I assume you mean 500 error. >Anything in the error log?
