> 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?
