[Resolved] Webdav problem

Author Message

Alain Sahli

Monday 27 October 2008 5:08:21 am

Hi all !

I loaded the mod_dav and mod_dav_fs on my httpd server. An then I followed the tutorial for set up webdav in eZ Publish here : http://ez.no/doc/ez_publish/technical_manual/4_0/features/webdav/setting_it_up

If I connect to my website via webdav I see the siteacces folder but when i double click on the folder I obtain an error message : <b>Error: HTTP Error: Not Found</b>

Have you any idea about this problem ?

Thanks.
Alain

http://www.wess.ch
eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583

Björn Dieding@xrow.de

Monday 27 October 2008 7:11:54 am

looks like your vhost is not properly configured

you do not need mod_dav and mod_dav_fs to make ez weddav work. you just need php and mod rewrite

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Alain Sahli

Monday 27 October 2008 8:26:30 am

Hi thanks for the answer :-)

Here's the code of my vhost (the same as in the tutorial !) :

<VirtualHost 127.0.0.1:80>
	<Directory /home/asahli/www/test.com/>
    		Options FollowSymLinks Indexes ExecCGI
    		AllowOverride None
  	</Directory>	
	DocumentRoot	/home/asahli/www/test.com/
	ServerName	webdav.test.com
	RewriteEngine On
	RewriteRule . /webdav.php
</VirtualHost>

http://www.wess.ch
eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583

Björn Dieding@xrow.de

Monday 27 October 2008 8:49:45 am

I usually do it via htaccess... in that case it looks like this

RewriteCond %{HTTP_HOST} ^webdav\..*
RewriteRule ^(.*) webdav.php [L]

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Alain Sahli

Monday 27 October 2008 9:23:29 am

I removed the vhost and added the two lines to my .htaccess. But the same error appeard :-(

http://www.wess.ch
eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583

Björn Dieding@xrow.de

Monday 27 October 2008 1:56:13 pm

can you try to access the url with a proper client

such as

http://www.bitkinex.com/

Let me know

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Alain Sahli

Tuesday 28 October 2008 4:37:08 am

I'm working under linux and I can't install bitkinex !

But I tried with Konqueror and Nautilus and I have the same error.

http://www.wess.ch
eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583

Björn Dieding@xrow.de

Tuesday 28 October 2008 6:58:34 am

Hi,

I am out of ideas now. Last idea is webdav.php doesn`t exists for some reason. A symlinked dir? Maybe the http errorlog can help you.

Other then that you could get a hosting on our servers. Preinstalled and ready to go.

Sorry. Maybe someone else can pick this up.

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Alain Sahli

Monday 10 November 2008 1:48:10 am

Finally I did a fresh install of ezp 4.0.1 and now it works with Konqueror. :D

Thanks for your help !

http://www.wess.ch
eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583

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

eZ debug

Timing: Jan 19 2025 06:26:57
Script start
Timing: Jan 19 2025 06:26:57
Module start 'layout'
Timing: Jan 19 2025 06:26:57
Module start 'content'
Timing: Jan 19 2025 06:26:57
Module end 'content'
Timing: Jan 19 2025 06:26:57
Script end

Main resources:

Total runtime0.0145 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 589.1250152.6094
Module start 'layout' 0.00570.0027 741.734439.4141
Module start 'content' 0.00840.0045 781.1484101.4141
Module end 'content' 0.01300.0015 882.562546.3047
Script end 0.0145  928.8672 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002215.1669140.0002
Check MTime0.00106.5691140.0001
Mysql Total
Database connection0.00085.595010.0008
Mysqli_queries0.002617.989030.0009
Looping result0.00000.101810.0000
Template Total0.00138.610.0013
Template load0.00074.499310.0007
Template processing0.00064.133010.0006
Override
Cache load0.00053.231210.0005
General
dbfile0.00021.590180.0000
String conversion0.00000.032940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs