in reply to Re: invocation of a ghost file
in thread invocation of a ghost file

I agree with you (I refer to last paragraph) and I have no such program invocation (meaning program invocation based on user input).

The program SELECTs some data from a database, allows user to edit data (via HTML form input elements), and stores them back to a database.

This error in log file happens whether I do edit data or not.

No outer program calls involved.

Replies are listed 'Best First'.
Re^3: invocation of a ghost file
by pileofrogs (Priest) on Feb 16, 2006 at 03:42 UTC

    Ah! Then it's redirecting them to a URL which attempts to execute /some/path/unknown. Look in your access logs for a request for something like test-server/cgi-bin/unknown.

      My CGI app calls it. Nothing else can call it. It's a bug, and I cannot find it.