logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Request Response Types
Author
coderFool



Joined: 30 May 2013
Posts: 3

PostPosted: Thu 30 May '13 21:44    Post subject: Apache Request Response Types Reply with quote

I am using the latest version of Apache on an Windows XP machine

I need a little help! When my web service is down for maintenance, since Apache is will still be up and running, I would like for Apache to serve an xml file as a response for the appropriate request. I have three operations available, makePayment, calculateFee, and voidPayment.

Is it possible to have Apache determine what type of request is made for example if I have an xml error page for each operation; how will Apache know which xml file to serve based on the operation request from the client

To make it more clear:
What is the best practice for modifying apache to know what request is being made in order to serve the appropriate xml file?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7404
Location: EU, Germany, Next to Hamburg

PostPosted: Mon 03 Jun '13 20:22    Post subject: Reply with quote

Those request types do not exist in apache, but maybe in your application.
See also http://www.apachelounge.com/viewtopic.php?p=24789#24789

What those types?
Back to top


Reply to topic   Topic: Apache Request Response Types View previous topic :: View next topic
Post new topic   Forum Index -> Apache