Sergio
Junior Member
Posts: 1712 Joined: 12 Dec 2006, 14:56
Post
by Sergio » 08 Jan 2010, 15:31
It will be nice that CXS could change directories from 777 to 775 on the fly, that will help to speed things up.
Of course, that option could be turned ON or OFF.
Regards,
Sergio
chirpy
Moderator
Posts: 3537 Joined: 09 Dec 2006, 18:13
Post
by chirpy » 22 Jan 2010, 09:28
I'll think about it. It could easily break a lot of things, though, if you don't have suPHP enabled.
Hostell
Junior Member
Posts: 14 Joined: 26 Jun 2008, 14:05
Post
by Hostell » 23 Feb 2010, 18:42
Sergio wrote: It will be nice that CXS could change directories from 777 to 775 on the fly, that will help to speed things up.
Of course, that option could be turned ON or OFF.
Regards,
Sergio
+1. Useful feature.
vince
Junior Member
Posts: 23 Joined: 25 Aug 2007, 08:55
Post
by vince » 24 Feb 2010, 11:20
Excuse my ignorance, why change directories from 777 to 775 instead of 755?
Thanks,
- Vince
chirpy
Moderator
Posts: 3537 Joined: 09 Dec 2006, 18:13
Post
by chirpy » 26 Feb 2010, 17:05
The feature actually uses 755 as the chmod.
Sergio
Junior Member
Posts: 1712 Joined: 12 Dec 2006, 14:56
Post
by Sergio » 26 Feb 2010, 17:31
chirpy wrote: The feature actually uses 755 as the chmod.
Hello Chirpy,
thank you for installing this feature, the only problem that I have just found is that CXS is chmoding /tmp to 755 and that doesn't work and I have suPHP enabled. So, I chmod it to 1777 and it is working now. The same was with /tmp/.ICE-unix
ForumAdmin
Moderator
Posts: 1524 Joined: 01 Oct 2008, 09:24
Post
by ForumAdmin » 04 Mar 2010, 09:22
You certainly shouldn't use the option on /tmp, it's only intended for use within user public_html directories.
vince
Junior Member
Posts: 23 Joined: 25 Aug 2007, 08:55
Post
by vince » 04 Mar 2010, 13:09
ForumAdmin wrote: You certainly shouldn't use the option on /tmp, it's only intended for use within user public_html directories.
Isn't that a risk, as I've seen bad files being run from /tmp in the past - or was that just a badly configured cpanel setting?
- Vince
chirpy
Moderator
Posts: 3537 Joined: 09 Dec 2006, 18:13
Post
by chirpy » 15 Mar 2010, 09:31
Scanning /tmp is fine, just don't use --options W on it.