2024 11 01:
# ./build set http_methods ALL
http_methods is not a valid option.
Also tried
da config-get http_methods
unknown config option "http_methods"
da build set http_methods ALL
http_methods is not a valid option.
Currently I am seeing 405 Apache errors (method not allowed) on a DELETE request method.
AH01623: client method denied by server configuration: 'DELETE'
How do I tell Apache to accept it?
Elsewhere in this forum it was stated it is by default 'all', however the question is since when
I also see people referring to
https://help.directadmin.com/item.php?id=700
however that redirect is wrong, it goes to nginx and I need it for Apache.
When I go to
https://docs.directadmin.com/webservices/apache/customizing.html
There is no reference about request methods. Perhaps new installs have them all switched on by default, but how about changing this? Downgrade, or in my case, upgrade the number or total of request methods?
@fln Could you either update the link to id=700 so customers using Apache can as well find answers?
A short answer below my comment how to make Apache accept all methods would be appreciated and helps future searches.