enabling PUT method support on Apache HTTP server
I know the PUT method is not supported by default and also know we need a script to make the server accept the PUT request. I've got a sample script from:
www.apacheweek.com/features/put
I am not able to configure the httpd.conf file properly so as to enable the script to be run whenever a PUT request is to be served. I have got no idea about any scripting language. I tried configuring it as said in the above link but i still get a "Method not accepted" error.
It would be great if anyone helps me in configuring the httpd.conf file properly.
Thanks in advance!