apache/mod_fastcgi script works only if renamed.
John <john-0zCk10wq7gK09//[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
I have a .fcgi script that works perfectly under NEW file names, but not under any file name that has failed in the past. For example, it works as "test-0.fcgi": $ cp -p myscript.pl test-0.fcgi $ wget http://mydomain/test-0.fcgi It also works if I name it test-1.fcgi, test-2.fcgi, test-3.fcgi, and so on. But does NOT work as myscript.fcgi. $ cp -p myscript.pl myscript.fcgi $ wget http://mydomain/myscript.fcgi (500 Internal Server Error). I think the problem is that I used the filename "myscript.fcgi" before, during development when it crashed, and now FCGI is not restarting the script. Any idea what causes this and how to rectify it? ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/