Trying to setup webdav on EZ 3.7.2 with plesk 7.5

Trying to setup webdav on EZ 3.7.2 with plesk 7.5

Sunday 04 December 2005 12:03:04 pm - 3 replies

Author Message

John Massilia

Tuesday 31 January 2006 6:30:50 am

Hello,

I am the same problem with webdav and ezpublish 3.7.3
-> Ez 3.7.3 + Plesk 7.5.4 + PHP Version 4.3.11 + Apache/2.0.53

webdav returns an error 405 : Method Not Allowed

My config of httpd.include

<Virtualhost 192.168.1.1>
CustomLog /var/www/vhosts/domaine.com/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/domaine.com/statistics/logs/error_log

<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_value open_basedir "/var/www/vhosts/domaine.com/httpdocs:/tmp"
</IfModule>

<Directory /var/www/vhosts/domaine.com/httpdocs>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>

DocumentRoot /var/www/vhosts/domaine.com/httpdocs
RewriteEngine On
RewriteRule . /webdav.php
ServerAdmin admin@domaine.com
ServerName webdav.domaine.com
</VirtualHost>

Have an idea ?
Thank you in advance...

Thomas Nunninger

Tuesday 31 January 2006 6:44:44 am

First of all you need PHP 4.4 for eZ publish 3.7.x. Perhaps this resolves your problems... (The rest I can't tell you anything at the moment. But if you have any more problems perhaps you can look in your logs if there are additional messages.)

Thomas

John Massilia

Tuesday 31 January 2006 7:51:31 am

The problem is closed.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.