Web Server Setup

This forum is for general topics.

Moderator: Moderators

Post Reply
Quirk
Posts: 2332
Joined: Sat Jun 19, 2004 2:04 pm
Location: Columbus, Ohio

Web Server Setup

Post by Quirk »

Alright, I've been dealing with this for a few days now with no success. I know it is related to users/groups, but I don't think I understand them.

I am running nginx with php-fastcgi enabled. I have WordPress installed and it runs great. WordPress, however, cannot edit it's own files. PHP and nginx are running as www-data. The files/directories are owned by dotorg:dotorg. Ideally, I would like have the PHP process running as the user which should take care of the problem while adding some security.

Any insight is helpful. The System Admins from work I usually go to with this sort of stuff aren't online right now.
Quirk
Posts: 2332
Joined: Sat Jun 19, 2004 2:04 pm
Location: Columbus, Ohio

Re: Web Server Setup

Post by Quirk »

I figured it out. I had already added www-data to the user's group. I just forgot to chown g+w -R /home/dotorg.
Post Reply