Me gustaría habilitar la carga de archivos usando el PUT
método en mi servidor Apache que se ejecuta en Win 7. He configurado WebDAV
lo siguiente: httpd.conf:
DavLockDB "D:/Web/DavLock"
...
<Directory "/Web/DavDir">
Dav On
Options -Indexes +MultiViews
AllowOverride None
Require all granted
</Directory>
y he promulgado módulos obligatorios ( mod_dav, mod_dav_fs, mod_dav_lock
) Ahora, cuando intento cargar un archivo de esta manera:
curl x.x.x.x --upload-file /root/1.txt
me sale un error:
The requested method PUT is not allowed for the URL /1.txt
apache-http-server
http
webdav
Ringger81
fuente
fuente