WebDAV on Ubuntu vHost
Posted: 2009-12-29 21:37
Hallo RootForum,
versuche seit Tagen auf einem vHost, welcher unter Ubuntu 8.04 und Plesk 9 läuft, WebDAV zu aktivieren.
Habe dazu folgende Anleitung benutzt: http://wiki.ubuntuusers.de/Apache/webdav - allerdings habe ich den Alias wie üblich bei Plesk in die /var/www/vhhost/<Domain>/conf/vhost_ssl.conf gesetzt.
Bekomme nun beim Zugriff auf den WebDAV Alias folgende Fehlermeldungen:
/var/log/apache2/access.log
127.0.0.1 - - [24/Dec/2009:16:52:11 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.8 (Ubuntu) DAV/2 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 (internal dummy connection)"
und
/var/log/apache2/error.log
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[warn] Init: SSL server IP/port conflict: default-***-***-***-***:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:80) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[notice] Apache/2.2.8 (Ubuntu) DAV/2 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
[error] [client ***.***.***.***] File does not exist: /var/www/vhosts/default/httpsdocs/webdav
Habe schon die geladenen Module geprüft, die Verzeichnisse und deren Berechtigungen überprüft und den Apache neu gestartet.
Vielleicht kann mir jemand in diesem Forum helfen...
Danke im Voraus
Changer
versuche seit Tagen auf einem vHost, welcher unter Ubuntu 8.04 und Plesk 9 läuft, WebDAV zu aktivieren.
Habe dazu folgende Anleitung benutzt: http://wiki.ubuntuusers.de/Apache/webdav - allerdings habe ich den Alias wie üblich bei Plesk in die /var/www/vhhost/<Domain>/conf/vhost_ssl.conf gesetzt.
Code: Select all
Alias /webdav "/var/webdav/"
<Directory "/var/webdav/">
DAV on
Options +Indexes
AuthType Basic
AuthName DAV
AuthUserFile /etc/apache2/passwords
Require valid-user
</Directory>/var/log/apache2/access.log
127.0.0.1 - - [24/Dec/2009:16:52:11 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.8 (Ubuntu) DAV/2 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 (internal dummy connection)"
und
/var/log/apache2/error.log
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[warn] Init: SSL server IP/port conflict: default-***-***-***-***:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:80) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[notice] Apache/2.2.8 (Ubuntu) DAV/2 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
[error] [client ***.***.***.***] File does not exist: /var/www/vhosts/default/httpsdocs/webdav
Habe schon die geladenen Module geprüft, die Verzeichnisse und deren Berechtigungen überprüft und den Apache neu gestartet.
Vielleicht kann mir jemand in diesem Forum helfen...
Danke im Voraus
Changer