http://qs321.pair.com?node_id=856647


in reply to Handling incoming HTTP PUT - RESUME (partial content) in cgi

At present I have a Perl cgi script which acts as a server
That doesn't make any sense. CGI is a protocol between an http server and a program spawned by said server. The spawned program is known as the CGI program.

If your program is a server, there's no second process to communicate with. There's no CGI involved.

  • Comment on Re: Handling incoming HTTP PUT - RESUME (partial content) in cgi

Replies are listed 'Best First'.
Re^2: Handling incoming HTTP PUT - RESUME (partial content) in cgi
by chanakya (Friar) on Aug 23, 2010 at 09:07 UTC
    Hi JavaFan

    Let me rephrase my question, my cgi program processes incoming requests and is hosted on an Apache Server.