B BuGoFf Verified User Joined Nov 12, 2009 Messages 26 Location Belgium Oct 27, 2017 #1 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?
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?
A adam12 Verified User Joined Feb 19, 2016 Messages 124 Oct 27, 2017 #2 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
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
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,391 Location www.poralix.com Oct 27, 2017 #3 Hello, As adam12 has already mentioned you can put your custom configs into special folder. That's correct. More details can be found here: https://help.directadmin.com/item.php?id=351
Hello, As adam12 has already mentioned you can put your custom configs into special folder. That's correct. More details can be found here: https://help.directadmin.com/item.php?id=351
B BuGoFf Verified User Joined Nov 12, 2009 Messages 26 Location Belgium Oct 31, 2017 #4 Thx for pointing me in the direction. The correct path was /usr/local/directadmin/custombuild/custom/ap2/conf/extra
Thx for pointing me in the direction. The correct path was /usr/local/directadmin/custombuild/custom/ap2/conf/extra