Re: [users@httpd] mod_allowmethods to get all the http methods working

2018-03-28 Thread Francesco Piraneo G.
uot; solution. Thank again for help! Francesco Il 28.03.18 13:17, Francesco Piraneo G. ha scritto: Hi all, I'm developing a REST api based on PHP 7.1 and Apache 2.4 (under ubuntu 17.10). The api requires the following methods working: GET POST OPTIONS PUT DELETE ...

[users@httpd] mod_allowmethods to get all the http methods working

2018-03-28 Thread Francesco Piraneo G.
Hi all, I'm developing a REST api based on PHP 7.1 and Apache 2.4 (under ubuntu 17.10). The api requires the following methods working: GET POST OPTIONS PUT DELETE After a lot of googling and asking to other colleagues I finally arrived at mod_allowmethods so I changed my configuration in th