
02-09-2006, 10:35 PM
|
 |
|
|
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MortysTW
Aceman, I had the same exact issue that I discovered about 2 weeks ago. And I discovered when messing with the arcade, but after further investigation, found out it had nothing to do with the arcade. Its the way your server is setup and so was mine.
Alright, its the way your server is setup and you need to have your Admin of your server correct this issue.
Have them log into your account with SSH and have them run the following command:
Code:
chown -R admin123:admin123 *
Admin123 being your account. This will run through ALL your files and straighten out your server so all permissions/ownership our yours and not Apache's. This issue tends to arise when the server is NOT in High Security mode. I can't help anymore than this cuz I didn't do it, I just know that's how they fixed it on my server. Discovered this issue when I was trying to back my site up to leave that server to go to a new host.
Good luck and hope that helps. Should be enough for you to give to your server admin and send them down the right road to fix this issue.
|
That is how he does it now and it only works on what is there then. When a new file is untarred on the server, it gets set to apache ownership again.
|