directory/file permissions for "sites"

Discussion in 'General' started by ialokin, Jul 16, 2015.

  1. ialokin

    ialokin New Member

    Hi, all.
    I just installed ISPConfig 3 on Ubuntu 14.04 and every time I create a new "site" the folders 'web', 'webdav' and 'private' are created with 'drwx--x--x' resulting in apache not being able to read the files.

    Any suggestions/solutions?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The permissions are fine, thats not the reason for your problem. Here are the permissions of a working ispconfig website:

    Code:
    drwxr-xr-x 9 root root    4096 Jul 16 03:41 .
    drwxr-xr-x 3 root root    4096 Jul 16 03:41 ..
    drwxr-xr-x 2 web1 client0 4096 Jul 16 03:41 cgi-bin
    drwxr-xr-x 2 root root    4096 Jul 16 04:50 log
    drwx--x--- 2 web1 client0 4096 Jul 16 03:41 private
    drwxr-xr-x 2 root root    4096 Jul 16 03:41 ssl
    drwxrwx--- 2 web1 client0 4096 Jul 16 03:41 tmp
    drwx--x--x 4 web1 client0 4096 Jul 16 03:42 web
    drwx--x--- 2 web1 client0 4096 Jul 16 03:41 webdav
    Enable debugging and then create a website and run the server.sh script and check the debug output. Most likely there is a problem with creating website user and group.
     

Share This Page