|
#1
|
|||
|
|||
|
My first two weeks with hostgator and still testing to find out if this is a right hosting place for me.
I had a couple of concerns that were rapidly dealt with by support, although some should have never existed in the first place. My main concern right now is the way the hostgator system is set up. I am having a lot of trouble with file/folder permissions, since according to a reply by support: ---------------- " I'm not sure.. the way our setup works is PHP operates as the webserver user... so any files created by or uploaded through will be owned by the user nobody. I"m not sure what way around this we have. Sincerely, Lyron Foster Chief Technology Officer Senior Systems Administrator" ----------- The result of such a setting makes it quite difficult to rename, delete or move file and forlders. Moreover, it requires to CHMOD many folders to 777 to make them writable, which is a higly undesirable situation. In this particular case, I have been a little bit disappointed by the responses I got, since the only suggestion is to switch to a dedicated server, with a much higher price tag, where having root acces will resolve the problem. Does this means that shared accounts are basically worthless here? Moreover, since I have a reseller account, I can imagine the trouble I will have with my clients!I know that there is a way around (I am testing right now another hosting company, where no folders need to be 777 - 755 is writable (because php runs with the same permissions as you) and am wondering why it is not implemented in here??? Love to hear comments and more explanations, befor deciding to leave from here. Karim |
|
#2
|
||||
|
||||
|
Quote:
You should mnot have any difficulty renaming, deleting, or moving files and folders... The 777 issue can be handled other ways as Serra outlined elsewhere... |
|
#3
|
||||
|
||||
|
Quote:
The downside is that scripts can't change files unless the permission is 777 or upload unless the directory is 777. The danger in that is that anyone on the server can write to those files, but luckily, not the rest of the site. Give the restrictions, the 777 seems safer because the pool of idiots that can access the site is limited. Neither is great, but there are ways around using 777, but they are a lot more work, such as CGI Wrap.Quote:
I have a dedicated server and it is currently set to run scripts as "nobody" and I have no plans to change it. The risks are too high. There are several minimum security requirements that I HATE, but that I live with because the alternative is really bad. One of those is scripts running as "nobody" and the other is IP specific access settings to the mySQL server. Both totally suck, but without them, you're screwed. Last edited by Serra; 02-12-2006 at 10:33 AM. |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
All times are GMT -5. The time now is 01:17 PM.



Moreover, since I have a reseller account, I can imagine the trouble I will have with my clients!
Neither is great, but there are ways around using 777, but they are a lot more work, such as CGI Wrap.




