Thursday 10 May 2007 6:10:58 am
Hi everybody, I use a eZ Publish 3.8.3 instance in cluster mode and I have a problem to access to the content tree of my site access with webdav clients ( Konqueror 3.5, netDrive or Internet Explorer 6, 7). I have no problem to browse, download or upload files in the "Media" folder but I can't see data in the "Content" folder -> "Content does not exist" message in Konqueror (there are no error message in the webdav log).
Process of configuration:
1) editing settings/override/webdav.ini.append.php
-> create file and add parameters:
[GeneralSettings]
EnableWebDAV=true Logging=enabled 2) Host configuration:
<Virtualhost xxx.xxx.xxx.xxx>
ServerName webdav.xxx.com
ServerAlias webdav.xxx.com
<Directory /ezpublishDirectory>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>
DocumentRoot /ezpublishDirectory
RewriteEngine On
RewriteRule . /webdav.php
</VirtualHost>
3) Clear all caches 4) Use Konqueror with webdav://webdav.xxx.com, netDrive with http://webdav.xxx.com and Internet Explorer with http://webdav.xxx.com/# I see others users have the same problem in a older post of the forum (http://ez.no/community/forum/install_configuration/webdav_can_t_navigate_into_content) but the bug of incorrect characters has been solved in the 3.8 branch normaly.
I see in another post (http://ez.no/community/forum/install_configuration/v3_8_3_clustering_webdav) and in a comment of the documentation (http://ez.no/doc/ez_publish/technical_manual/3_8/features/webdav) than webdav don't support cluster mode. My webdav configuration have worked fine when my site wasn't in cluster mode, but actualy I have no problem to browse or upload content in the "Media" folder with a cluster configuration. I don't use webdav since a lot of time and I can't make the link with the switch to the cluster configuration and the access problem of "Content" folder in webdav. Somebody have any information about limitation of webdav support in cluster mode???
Personal website : http://bit.ly/Yannick-Dupuis
Company : Openbridge - http://www.openbridge.fr
|