hi-
with the keyfocus webserver using php i get this error.
"Internal Server Error", 500 error when using a CGI request
http://www.keyfocus.net/kfws/faq/faq....php#PROBLEM5a
There are many reason why a CGI request could fail, it could be that the
CGI Filter is not properly configured or the CGI application itself has
failed.
i am using frames with php and html and the problem is definitely
intermittent.
my question becomes if i put this on a web host where they use a
different
server and operating system could that eliminate the problem?
or am i stuck and have to get to the bottom of it because my code is
causing the problem?
i start off with basicframe.html and then change what goes in the
individual frames (3) using php code. when i want to reload
basicframe.html to its original appearance (the home page(s) i guess)
i use
<a href="http://127.0.0.1:8125/basicframe.html" target="_top" >
<img src="http://127.0.0.1:8125/gifs/home2.gif"></a>
and when this code is clicked sometimes i get internal server error
and sometimes i dont.
this is what my system.log shows
[2004/08/10 04:50:25.999 2 -0400] Debug MIME {INFO} <type:
application/x-httpd-php CGI action: c:\php\php.exe file: header.php>
[2004/08/10 04:50:26.059 2 -0400] External application error {INFO}
<Path: c:\php\php.exe; OS err: 0 {}>
anyways i am fresh out of ideas for tonight.
please let me know if you have a tip that might help,
jim