How to enable REST for Apache 2 under Windows? – Problems with loading a website are often blamed on the Internet connection, but even the most perfectly set up network cannot help if there is no service to reply at your destination. One of the most popular HTTP servers used for this task is Apache2. Much of Apache’s popularity can be attributed to its easy installation and use, but never the less it is possible to run into problems with even the easiest of the software. If you’ve encountered an issue loading your web page, follow these simple troubleshooting methods outlined in this guide to attempt to get your web server back up and working again. Below are some tips in manage your apache2 server when you find problem about windows, apache-2.2, http, , .
How can I enable REST methods (POST, GET, PUT, DELETE) for Apache 2 under Windows ?
As I understand it, REST simply makes use of the existing HTTP protocol – so when you want to use a REST POST, at the protocol layer you’re really using an HTTP POST. That would mean that REST methods should be enabled by default on all web servers. Now, if you want server to do anything interesting with REST calls, you’d still need to write a program to do interesting stuff – just like writing any other CGI program.