Strange directory structure in ispconfig 3 sites

Discussion in 'General' started by bruma, Jun 9, 2011.

  1. bruma

    bruma Member

    Hi,

    I found strange directory structure in my ispconfig 3 sites. Is this normal?

    Code:
    root@wwwserver:~$ ll /var/www/clients/client4/web4/
    total 44
    drwxr-x--x  2 root root    4096 Sep 19  2010 bin
    drwxr-x--x  2 web4 client4 4096 Sep 19  2010 cgi-bin
    drwxr-x--x  2 root root    4096 Jun  9 00:26 dev
    drwxr-x--x  7 root root    4096 Sep 19  2010 etc
    drwxr-x--x  4 root root    4096 Sep 19  2010 home
    drwxr-x--x  3 root root    4096 Sep 19  2010 lib
    lrwxrwxrwx  1 web4 client4   31 Sep 19  2010 log -> /var/log/ispconfig/httpd/site.com
    drwxr-x--x  2 web4 client4 4096 Sep 19  2010 ssl
    drwxrwxrwx  3 web4 client4 4096 Mar 20 00:30 tmp
    drwxr-x--x  6 root root    4096 Sep 19  2010 usr
    drwxr-x--x  3 root root    4096 Sep 19  2010 var
    drwx--x--- 18 web4 client4 4096 Mar  3 21:37 web
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes thats normal. It is named a chroot enviroment which means that ssh users are jailed to the website root directory and for that resaon, some system folders have to be in the website root.
     
  3. bruma

    bruma Member

    Thanks, i wasn't sure.
     

Share This Page