You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Michiels Olivier <ol...@globalsign.net> on 2002/11/07 12:19:13 UTC

[users@httpd] Apache 2 and POST method

Hi,
I've a client sending a request with a POST to my server and I've also 
developped a module that handles the request. On apache 1.3 everything 
works fine.
I've adapted my code to apache 2 and now I'm testing it with my client. 
My module works fine, it receive the request and send a response to the 
client but my problem is that my server send a response to my client 
before my module send is own response.
I think that it is a problem in my configuration but I don't know where.

The response sent by my server look like this:
HTTP/1.1 200 OK
Date: Thu, 07 Nov 2002
Server Apache/2.0.43 (unix)
Content-Length: 1461
Connection: close
Content-type: http/unix-directory

Any idea ???

Thanks,
Michiels Olivier


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org