Arieh
Verified User
I didn't add the '2' on our boxes, also the file I had is mod_ruid.c not mod_ruid2.c
I based this on the latest version on http://sourceforge.net/projects/mod-ruid/
I didn't add the '2' on our boxes, also the file I had is mod_ruid.c not mod_ruid2.c
Oh, at the time when we installed mod_ruid, was the latest version mod_ruid0.6bI based this on the latest version on http://sourceforge.net/projects/mod-ruid/
No, tested here and still works for us.Is it possible this breaks ip/~username access? I'm getting forbidden on all users I've tried, while on a domain everything works.
cd /usr/local/directadmin/scripts && ./set_permissions.sh user_homes
I already using this feature(secure_access_group) and I can access my user domain trough http://SERVERIP/~USERNAME.I mean the secure_access_group=access feature, it makes sure users can't read other users files. When I have this enabled I have that /~user 403 problem, so I was wondering if you have this feature enabled or not
ls -l
total 20
drwxr-xr-x 4 admin admin 4096 2010-08-13 00:39 awstats
drwx------ 2 admin admin 4096 2010-08-13 00:39 logs
lrwxrwxrwx 1 admin admin 13 2010-07-29 12:05 private_html -> ./public_html
drwx--x--x 3 admin admin 4096 2010-07-18 02:49 public_ftp
drwxr-xr-x 3 admin admin 4096 2010-08-13 23:30 public_html
drwxr-xr-x 2 root root 4096 2010-08-02 00:37 stats
/public_html# ls -l
total 220
-rwxr-xr-x 1 admin admin 515 2010-07-06 20:24 400.shtml
-rwxr-xr-x 1 admin admin 515 2010-07-06 20:24 401.shtml
-rwxr-xr-x 1 admin admin 515 2010-07-06 20:24 403.shtml
-rwxr-xr-x 1 admin admin 515 2010-07-06 20:24 404.shtml
-rwxr-xr-x 1 admin admin 515 2010-07-06 20:24 500.shtml
drwxr-xr-x 2 admin admin 4096 2010-07-18 02:49 cgi-bin
-rw-r--r-- 1 admin admin 535 2010-07-20 20:20 index.html
-rwxr-xr-x 1 admin admin 13954 2010-07-06 20:24 logo.jpg
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] Symbolic link not allowed or link target not accessible: /home/admin/public_html
[Sat Aug 14 00:04:49 2010] [error] [client 92.254.51.x] File does not exist: /var/www/html/403.shtml
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/home/admin/public_html/test.php' (include_path='.:/usr/local/lib/php') in Unknown on line 0
That means that you need to replace 'access' with your own created group. And not just copy-paste, so leave that away from directadmin.comsecure_access_group=access
where access is the group name to be used.
Ah.. now I see it yes..That's not it, "What this feature does, is it creates a group called access (assuming you use this value)." the default is fine.