Display the PUT method allowed in Apache
Issue
- When we try to see what methods are allowed using the following,we do not see PUT even though it is enabled
[abc@xyz ]# curl -i -k -X OPTIONS http://10.10.10.10:80/
HTTP/1.1 200 OK
Date: Wed, 06 Apr 2016 21:52:49 GMT
Server: Apache
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 0
Content-Type: httpd/unix-directory
No matter what is set.
Environment
- Red Hat Enterprise Linux (RHEL)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.