[users@httpd] Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-23 Thread Scott Bigelow
I am having an issue with Apache/2.2.22 on Ubuntu 12.04, migrating service from an older system, Apache/2.2.3 on CentOS. We make use of PHP to serve RESTful requests, but I do not believe this is a PHP issue, since the issue is present even when not calling a PHP script. On the old server, it

Re: [users@httpd] Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-23 Thread Darryle Steplight
I believe on some servers these methods are disabled by default for security reasons. I believe you have to enabled them to use them. On Thu, Aug 23, 2012 at 4:59 PM, Scott Bigelow eph...@gmail.com wrote: I am having an issue with Apache/2.2.22 on Ubuntu 12.04, migrating service from an older