Webdav on a hosted site

Author Message

Fraser Hore

Sunday 14 November 2004 8:12:14 am

Is it possible to set up webdav for ez on a hosted site?

Would I need to get my ISP to add the changes to the httpd.conf file in their Apache setup?

Is there an override?

Cheers,

Fraser

Bård Farstad

Sunday 14 November 2004 9:43:26 am

You need to have a separate virtualhost for webdav. So, yes this needs to be set up in httpd.conf. You can override the httpd.conf with a .htaccess file.

The reason for this is that the WebDav clients does not support connecting to webdav.php. It needs to be a separate host.

--bård

Documentation: http://ez.no/doc

Fraser Hore

Sunday 14 November 2004 2:22:55 pm

Thanks Bård,

How would I set up the override? I couldn't find anything on this in the documentation.

Cheers,

Fraser

Bård Farstad

Tuesday 16 November 2004 6:05:40 am

Fraser,

you can find some information about how you can create a htaccess file with apache here:
http://httpd.apache.org/docs/howto/htaccess.html

But now I suddenly got a bit unsure. I don't think you can add a new virtualhost in a htaccess file. Atleast I have never done this before.

--bård

Documentation: http://ez.no/doc

Petter Arneson

Wednesday 19 October 2005 4:32:46 am

I'm on a hosted server, and followed the suggestions with creation of a subdomain. I could not upload to webdav, but after some clever support it worked. The ISP had to add PUT in LimitExcept in httpd.conf.

Now I have a problem with creating and renaming folders. Renaming or moving files don't work either. Upload, delete and cut-n-paste works fine. I'm using 3.6 with XP SP2, and IE6/WebDrive for testing.

Is there some special permissions that must be added to get rename/create/move access?

<Directory /home/*>
    AllowOverride All
    Options MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes
    <Limit GET POST OPTIONS PROPFIND>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND PUT HEAD DELETE COPY MOVE>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>

 

I added delete, copy and move here, but copy and move did'nt seem to work. Any ideas?

www.vzt.no

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 08:29:59
Script start
Timing: Jan 19 2025 08:29:59
Module start 'layout'
Timing: Jan 19 2025 08:29:59
Module start 'content'
Timing: Jan 19 2025 08:29:59
Module end 'content'
Timing: Jan 19 2025 08:29:59
Script end

Main resources:

Total runtime0.0159 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.0058 589.1484152.6250
Module start 'layout' 0.00580.0028 741.773439.4453
Module start 'content' 0.00860.0053 781.218893.4297
Module end 'content' 0.01390.0019 874.648434.3047
Script end 0.0158  908.9531 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002515.8165140.0002
Check MTime0.00106.5957140.0001
Mysql Total
Database connection0.00085.190010.0008
Mysqli_queries0.003018.615930.0010
Looping result0.00000.081210.0000
Template Total0.00169.810.0016
Template load0.00085.272710.0008
Template processing0.00074.508910.0007
Override
Cache load0.00063.486510.0006
General
dbfile0.00031.589280.0000
String conversion0.00000.036140.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