allow PUT / DELETE method

BuGoFf

Verified User
Joined
Nov 12, 2009
Messages
27
Location
Belgium
I want to allow PUT / DELETE method global, so i changed the httpd-directories.conf file.

The problem is, when i recompile php / apache / ... the file resets to the default settings. Is there a way to keep this change?
 
Custombuild will use files inside specific folders instead of the default. For Apache, you likely want this folder:

/usr/local/directadmin/custombuild/custom/ap2/extra

where you copy the original http-directories.conf file from /etc/httpd/conf/extra into.

Make changes to the file in /usr/local/directadmin/custombuild/custom/ap2/extra/httpd-directories.conf
 
Thx for pointing me in the direction.

The correct path was /usr/local/directadmin/custombuild/custom/ap2/conf/extra
 
Back
Top