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
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.