Tobias Regneri wrote:
Hi Tyler,I don't think that your script causes the issue. Is there a timeout value set in the httpd.conf? Hth, Tobias
Sorry,
remove the line
require in;
and also the line
in::ct();
and replace the in::ct() line
with
print("Content-type: text/html\n\n");
sorry
TYler
