Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Optimal Server Settings
#3
I'm familiar with unix file permissions, but I'm no expert. The default umask is 0022 on my VPS provider. I'm using SSH to SFTP into the server. I kept myself as the owner and set the group to be Apache (www-data). I set the permissions to 775 and everything appears to be okay.

Code:
$ wget http://get-simple.info/latest
$ unzip latest -d domain.com/public_html/
$ mv * ..
$ rm -r GetSimpleCMS_3.2.1/
$ ls -l
$ sudo chown -R michaellindahl:www-data public_html
$ sudo chmod 775 -R public_html
Reply


Messages In This Thread
Optimal Server Settings - by michaellindahl - 2013-08-04, 05:53:10
RE: Optimal Server Settings - by shawn_a - 2013-08-04, 08:36:15
RE: Optimal Server Settings - by michaellindahl - 2013-08-04, 12:37:44
RE: Optimal Server Settings - by shawn_a - 2013-08-04, 13:53:41
RE: Optimal Server Settings - by Angryboy - 2013-08-09, 05:08:22
RE: Optimal Server Settings - by shawn_a - 2013-08-09, 06:31:09



Users browsing this thread: 1 Guest(s)