Hi Hugo,
I am trying to enable the PUT request method for the site I am working on. I have configured the *Alter* settings but everytime I send a PUT request I get the message "access denied via alterlist" in the error log. Perhaps I am not setting the the AlterList variable correctly. If so, how can I correct it? I apologize, I am a beginner and still learning.
The following is my configuration:
Binding {
...
EnableAlter = yes
}
VirtualHost {
...
AlterGroup = www-data
AlterList = allow all
AlterMode = 640
RunOnAlter = /var/www/scripts/upload.php
}
Hiawatha version: 9.2
Operating System: Arch Linux