search for: web4

Displaying 9 results from an estimated 9 matches for "web4".

Did you mean: web
2006 Sep 07
4
Install config: lighttpd dead but pid file exists
...pd: [ OK ] I get: [root@test lighttpd]# service lighttpd status lighttpd dead but pid file exists Could anyone tell me why lighttpd won''t light up!? Here is my lighttpd.conf for your consideration: server.document-root = "/home/www/web4/web/admin/" ## where to send error-messages to server.errorlog = "/var/log/lighttpd/error_log.log" # files to check for if .../ is requested server.indexfiles = ( "index.php", "index.html", "index.htm&qu...
2005 Dec 21
8
Incomplete headers
Hi, I wanna use Rails on a SuSE server with apache. Everything should be installed correctly, but when running the application I get this in my apache log: FastCGI: comm with server "/srv/www/htdocs/web4/html/rails/public/dispatch.fcgi" aborted: idle timeout (60 sec) FastCGI: incomplete headers (0 bytes) received from server "/srv/www/htdocs/web4/html/rails/public/dispatch.fcgi" When using the WEBRick server it works. This is my virtual Host Config: <VirtualHost myIP:80>...
2011 Mar 07
5
POP3 error
Hi, Since we upgraded to 2.0.9 (from 1.10 stock CentOS release), we are getting some errors with pop3. When the machines get busy, now and then it start with the following: > Mar 7 11:19:51 xxx dovecot: pop3-login: Error: net_connect_unix(pop3) failed: Resource temporarily unavailable And it generates hundreds of those before the machines dies, with the web server getting stuck as well on
2004 May 21
3
rsync hangs in cron (not SSH-problem)
...2037 3.4 11.0 29028 28104 ? S 01:00 3:09 rsync -av --delete /mnt/web1 /mass/kuurne/day root 2048 3.1 11.0 29060 28132 ? S 01:11 2:36 rsync -av --delete /mnt/web1 /mass/kuurne/day root 2062 10.0 7.9 21304 20168 ? S 02:00 3:19 rsync -av --delete /mnt/web4 /mass/kuurne/day root 2064 4.9 8.2 22208 21056 ? S 02:00 1:37 rsync -av --delete /mnt/web4 /mass/kuurne/day root 2094 5.7 8.2 22252 21096 ? S 02:05 1:34 rsync -av --delete /mnt/web4 /mass/kuurne/day The dir's to be copieed are big (about 5-10 GB), but nor...
2006 Jan 19
5
RoR still not working on SuSE 9.0 - incomplete headers received
...6/Jan/2006:23:47:03 :: 977] terminated gracefully apache.log: development.log is empty. This is my virtual host entry of apache: <VirtualHost myIP:80> ServerName myHost AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi DocumentRoot /srv/www/htdocs/web4/html/rails/public SuexecUserGroup web4 ftponly FastCgiWrapper /usr/sbin/suexec2 <Directory /srv/www/htdocs/web4/html/rails/public> RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA]...
2008 Nov 07
6
php-cgi frozen with sbwait when SMP enable
Hello, I have 4 web servers with lighttpd to serve one web site with DNS load sharing. On the 2 SMP-enable web servers, there will be many php-cgi frozen in 'sbwait' state every day. It means the php-cgi stay in 'sbwait' state, and never be back to 'accept' or other state. If I restart them, there will be frozen php-cgi appear some hours later. There is no problem on the
2012 Mar 12
0
Data consistency with Gluster 3.2.5
...15: volume web-pub-client-2 16: type protocol/client 17: option remote-host web-web3 18: option remote-subvolume /glusterfs/pub 19: option transport-type tcp 20: end-volume 21: 22: volume web-pub-client-3 23: type protocol/client 24: option remote-host web-web4 25: option remote-subvolume /glusterfs/pub 26: option transport-type tcp 27: end-volume 28: 29: volume web-pub-replicate-0 30: type cluster/replicate 31: subvolumes web-pub-client-0 web-pub-client-1 web-pub-client-2 web-pub-client-3 32: end-volume 33: 34: volume...
2006 Sep 19
5
Are people using puppet in production?
Hi Guys, At work we need a better way of running our machines. We''ve got 14 machines around the world that we look after (mostly web servers but a few run mail and dns as you''d expect) and we currently maintain them individually. They all log to a central syslog server over an openvpn interface, but aside from that they tend to be in different locations. Could puppet be any
2006 Mar 09
22
How to scale mysql servers for a rails application?
...lves. in this 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 unavail...