search for: webservera

Displaying 2 results from an estimated 2 matches for "webservera".

Did you mean: webserver
2001 Dec 18
2
Rsyncd.conf
Howdy, I am pretty "green" with rsync so any help will be much appreciated. I want to mirror webserver A and webserver B. The two directories I want to mirror are /www/home and /www/default. I was wondering how I would set this up in rsycd.conf and how I would call it in a script? Thanks David
2014 May 07
1
files mysteriously changing ownership
We have a directory that holds the media for a website. We want that directory owned by the apache user and group. But for some reason that directory and all it's files keep reverting to being owned by a user account and group. [root at webservera ourwebsite]# ls -ld media/ drwxrwxr-x 163 user_a user_a_group 143360 Apr 29 13:29 media/ I have even setup a cron job to automate the ownership of this file to the right group to run every hour. 0 * * * * /bin/chown -R apache:apache /var/www/ourwebsite/media/ But every hour that directory keeps...