[Cyberduck-trac] [Cyberduck] #6341: Creating a new file on WebDAV server never finishes

Cyberduck trac at trac.cyberduck.ch
Thu Nov 3 12:01:20 CET 2011


#6341: Creating a new file on WebDAV server never finishes
-------------------------------------------------+-------------------------
 Reporter:                                       |         Owner:  dkocher
  https://me.yahoo.com/a/egOlVSM0t4gxRszZM8CTQenaz5oJ#9fa8f|        Status:  new
     Type:  defect                               |     Milestone:
 Priority:  normal                               |       Version:  4.1.3
Component:  webdav                               |    Resolution:
 Severity:  normal                               |  Architecture:  Intel
 Keywords:  webdav put                           |
 Platform:  Mac OS X 10.6                        |
-------------------------------------------------+-------------------------

Comment (by https://me.yahoo.com/a/egOlVSM0t4gxRszZM8CTQenaz5oJ#9fa8f):

 To rule out a configuration error on the server side (it is my first
 WebDAV setup) or aid reproduction of the issue the apache vhost file for
 the server:

 {{{
 <IfModule mod_dav_fs.c>
 DAVLockDB /srv/www/webdav/lock/davlockdb
 </IfModule>
 <IfModule mod_ssl.c>
 <VirtualHost *:443>
         ServerAdmin webmaster at testhost
         ServerName  files.testhost.lan
         ServerAlias files.localnet.lan

         DocumentRoot /srv/www/webdav/files

         <Location />
            DAV On
            AuthType Basic
            AuthName "WebDAV Access"
            AuthUserFile /srv/www/webdav/webdav-users
            Require valid-user
        </Location>

         CustomLog ${APACHE_LOG_DIR}/webdav-ssl_access.log combined
         ErrorLog ${APACHE_LOG_DIR}/webdav-ssl_error.log
         LogLevel warn

         SSLEngine on
         SSLCertificateFile    /etc/ssl/local/certs/testhost.crt
         SSLCertificateKeyFile /etc/ssl/local/private/testhost.key
         SSLCertificateChainFile
 /etc/ssl/local/certs/localCA-1.server.ca.pem
         SSLCACertificateFile /etc/ssl/local/certs/localCA.pem
 </VirtualHost>
 </IfModule>
 }}}
 If additional information would be helpful I will be happy to supply it.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/6341#comment:3>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list