T
Terry Jones
I am trying to setup an Apache web server to accept XML document and
use a CGI to process the content of the XML file. My questions are:
* When a client performs a POST to the server; assume that the content
of the post is an XML file, where does Apache place the file?
* How do I setup Apache so that when it receives an XML file, it will
invoke a particular CGI so that the XML file can be consumed?
* Is there a way to configure Apache so that it does NOT use disk
space to store the received XML file, instead, keep it in memory and
pass it to my XML file?
Thanks for any lead.
use a CGI to process the content of the XML file. My questions are:
* When a client performs a POST to the server; assume that the content
of the post is an XML file, where does Apache place the file?
* How do I setup Apache so that when it receives an XML file, it will
invoke a particular CGI so that the XML file can be consumed?
* Is there a way to configure Apache so that it does NOT use disk
space to store the received XML file, instead, keep it in memory and
pass it to my XML file?
Thanks for any lead.