With phpsuexec installed, can it use symlinks? I installed this on a server and its not working for users who have symlinks![]()
With phpsuexec installed, can it use symlinks? I installed this on a server and its not working for users who have symlinks![]()
I have setup symlinks for clients.. be sure that the symlinks are owned by the user, and what you are linking to is owned by the user as well. ( also check permissions... remember 777 will not work with php+suexec.)Originally posted by DigiCrime
With phpsuexec installed, can it use symlinks? I installed this on a server and its not working for users who have symlinks![]()
It just occured to me when you create symlinks their automatically set to 777 arent they?
Emample.
drwxr-xr-x 2 root root 4096 Jun 12 22:18 test/
lrwxrwxrwx 1 root root 5 Jun 12 22:18 test2 -> /test/
So how is it you make symlinks 755? Doesnt appear that -H or -h -L works