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

2012-08-24 Thread Scott Bigelow
. Hope this helps someone out there. On Thu, Aug 23, 2012 at 1: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 system, Apache/2.2.3 on CentOS. We make use of PHP to serve RESTful requests, but I do not believe

[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