Results 1 to 4 of 4

Thread: access log support for cpanel webdav(webdisk)

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    4

    Default access log support for cpanel webdav(webdisk)

    Hello,

    it would be great to add a logging feature for cpanel webdav(cpdavd) like for ftp, so any action of a cpanel user(upload/download a file etc) via webdav is being logged into a log file.

    Thanks

  2. #2
    Member
    Join Date
    Feb 2006
    Posts
    6

    Default Re: access log support for cpanel webdav(webdisk)

    Hello,

    considering the recent vulnerability descovered in cPDAVd this feature become very important.

  3. #3
    Member
    Join Date
    Jun 2012
    Posts
    21
    cPanel/WHM Access Level

    Root Administrator

    Default Re: access log support for cpanel webdav(webdisk)

    As per the above and this vulnerability: 82646: cPanel cPDAVd Filename Parsing Remote Code Execution

    In additional, it's difficult to diagnose errors as per: http://forums.cpanel.net/f5/using-we...ve-280242.html

    Without logging for debugging it renders cPDAVd useless to me, so this is quite important.

  4. #4
    cPanel Development cPanelKenneth's Avatar
    Join Date
    Apr 2006
    Posts
    4,133
    cPanel/WHM Access Level

    Root Administrator

    Default Re: access log support for cpanel webdav(webdisk)

    Until we add support for a cpdavd access log, you can get more information logged by the service by enabling debug mode in /usr/local/cpanel/libexec/cpdavd. Change the following line

    Code:
        'debug' => 0,
    to

    Code:
        'debug' => 1,
    and restart cpdavd. A lot of extra information is logged by doing this. You might want to test it before doing the change on all servers.
    Kenneth
    Development
    cPanel, Inc.

Similar Threads

  1. WebDAV SVN Support
    By inetbizo in forum Feature Requests for cPanel & WHM
    Replies: 3
    Last Post: 06-04-2011, 10:08 PM
  2. Webdisk/WebDAV general questions
    By icoso in forum New User Questions
    Replies: 0
    Last Post: 02-17-2010, 10:16 AM
  3. Viewing cpanel access log - other than downloading raw access log
    By bls24 in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 07-11-2008, 02:46 PM
  4. Webdisk support files?
    By jfall123 in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 12-04-2007, 08:39 AM
  5. WebDAV Support
    By jsteel in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 10-22-2002, 09:27 PM