Into the directory / file permissions for "web pages"

Discussion in 'General' started by luzmartinez, Aug 17, 2017.

  1. luzmartinez

    luzmartinez New Member

    I installed ISPConfig 3 on Ubuntu 14.04 and every time I create a new webdav and private site will be created with 'drwx-x-x' leading to apache not being able to read the file.

    Any suggestions / solutions?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The permissions are fine, these are the permissions from a working system without any access problems, so your problem must be something else:

    Code:
    root@server1:/var/www/test.tld# ls -la
    total 36
    drwxr-xr-x 9 root root    4096 Jul  1 05:17 .
    drwxr-xr-x 5 root root    4096 Aug  9 03:02 ..
    drwxr-xr-x 2 web1 client0 4096 Jul  1 05:17 cgi-bin
    drwxr-xr-x 2 root root    4096 Aug  9 02:58 log
    drwx--x--- 2 web1 client0 4096 Jul  1 05:17 private
    drwxr-xr-x 2 root root    4096 Jul  1 05:17 ssl
    drwxrwx--- 2 web1 client0 4096 Jul  1 05:17 tmp
    drwx--x--x 4 web1 client0 4096 Jul  1 05:18 web
    drwx--x--- 2 web1 client0 4096 Jul  1 05:17 webdav
     

Share This Page