search for: web6

Displaying 4 results from an estimated 4 matches for "web6".

Did you mean: web
2009 Jan 30
1
fcgi/suexec problem
...when it comes to *.php.html suexec starts complaining (most regular files are 0660 and the webmaster is a member of the group): directory is writable by others file is writable by others file has no execute permission and finally after fixing all the above /var/log/httpd/suexec.log: uid: (10003/web6_www) gid: (10006/10006) cmd: *.php.html /var/www/web6/log/error.log: Premature end of script headers: *.php.html Anybody has a clue how to fix this either in vhost config or any other way around? Thanks <VirtualHost 172.31.0.31:80> SuexecUserGroup web6_www web6 ServerName www.example.c...
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo, i am verry sorry about my bad engllish. But i trie my best... I trie to setup an Backupserver. If i use this rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6 the Server is asking me fore Password. If i use this rsync -varpog -e ssh --stats /home/www/web6 217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd the Server is asking me too fore Passwort. How i can bring the Passwort to the Server automaticly? What i have t...
2011 Feb 09
1
rsync permission denied , without changing apache user and group setting
...s received 54 bytes 60.67 bytes/sec total size is 57 speedup is 0.21 rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8] on webserver2 my permission are as follows ( i dont not want to change the permissions, i want user and group to be apache ) [root at web6 projects]# ll total 20 drwxr-xr-x 2 apache apache 4096 Feb 7 15:54 beta-website1 Can some one help me understand how to sync thses files . -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/c...
2006 Mar 09
22
How to scale mysql servers for a rails application?
...s configuration, the database.yml will point to the db-load-balancer. 2) partition sets of the web servers to talk to one database per set, with database replication. i.e. set A consists of 3 web servers, web1, web2, web3 which all communicate with dbA, set B consists of 4 web servers, web4, web5, web6, web7 which all communicate with dbB. There is replication between dbA and dbB. Our biggest concern is failover/availability, so if one database goes down, we can still continue. This sort of rules out option 2, unless our web load balancer can somehow register a web server as unavailable if the...