Forum

v9.15 - PROPFIND 405 on WebDAV login

Fraggle
2 December 2015, 01:34
I'm trying to run Sabre/Katana and am unable to get past the admin login screen. I get a 405 response to a PROPFIND request. There's nothing interesting in any log files. I'm a little flummoxed as to what I can do to debug this further. My config is below.

ServerId = http
ConnectionsTotal = 1000
ConnectionsPerIP = 25
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log


Binding {
Port = 80
}
CGIhandler = /usr/bin/perl:pl
CGIhandler = /usr/bin/php-cgi:php
CGIhandler = /usr/bin/python:py
CGIhandler = /usr/bin/ruby:rb
CGIhandler = /usr/bin/ssi-cgi:shtml
CGIextension = cgi

FastCGIserver {
FastCGIid = PHP5
ConnectTo = /run/php-fpm/php-fpm.sock
Extension = php
SessionTimeout = 30
}


Hostname = 127.0.0.1
WebsiteRoot = /srv/http/hiawatha
StartFile = index.php
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log

VirtualHost {
Hostname = katana.kinesis.achart.me.uk
WebsiteRoot = /srv/http/sabre-katana/public
StartFile = install.php
AccessLogFile = /var/log/hiawatha/katana/access.log
ErrorLogFile = /var/log/hiawatha/katana/error.log
ExecuteCGI = yes
UseFastCGI = PHP5
TimeForCGI = 60
WebDAVapp = yes
AllowDotFiles = yes
}
This topic has been closed.