Hello, My name is Cameron Smith, and I have a query about Apache HTTP Server.

Is it possible to use Apache to create and send an HTTP Response to
a specified uri, without necessarily responding to a particular HTTP
Request?

I am running Perl 5.8.8 scripts on an Apache HTTP web
server which is running on a linux machine.

I need to receive one HTTP Request, and respond with multiple HTTP
Responses (for the purpose of testing error conditions in a piece of
software.) This is not the kind of thing that would generally make any
sense, as there is generally one HTTP Request followed by one matching
HTTP Response.

I print my HTTP Response Header to <STDOUT>, followed by a blank line,
followed by the HTTP Response Body.  Can I then somehow end that
HTTP Response by maybe printing some special characters, and then
print another HTTP Response Header, blank line and body combo?  If not,
then is there some config I could change to send multiple responses? Or is
it basically impossible, as it doesn't really conform to the HTTP Protocol?

Hope you can help,

Cheers,

Cameron

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

Reply via email to