On Mon, Dec 1, 2008 at 7:00 PM,  <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> First of all, sorry for the long mail.  Gist of the mail is to know how to 
> use the POST method for Apache server without installing Tomcat or any third 
> party software.

Basically you can't.

When you "POST" something, you are sending data to a URL, and this URL
must refer to a resource that can handle that data. This can be about
anything the server apache runs on can execute, but apache itself is
only involved in matching the URL to that resource, not in handling
the data itself.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to