httpd.conf Directives
EnablePut On|Off
default value: Off
context: Directory or Location
effect: Enables (or disables) the PUT method.
remarks: Before enabling the PUT method, be sure your server is secure.
Documents will be created with the rights of the user running httpd, be sure to adjust the access rights accordingly.
EnableDelete On|Off
default value: Off
context: Directory or Location
effect: Enables (or disables) the DELETE method.
remarks: Before enabling the DELETE method, be sure your server is secure.
umask octal_value
default value: 007
context: Directory or Location
effect: sets the umask for a whole directory (see umask(1)).