Mulitple Web Servers NFS Mount Mulitple Backend Servers
Aug 13, 2008Is it possible or advisable?
View 8 RepliesIs it possible or advisable?
View 8 RepliesI have a lot of questions here so if you can't answer them all I understand. even pointing me somewhere where I could get the answers would be appreciated; hardware sites focusing on server hardware, forums focusing on such, etc.
we plan to have three different types of servers:
- db server (self explanatory. mysql. for forums, mysql driven sites.)
- file server (lots of files around ~2-10MB, consistant 70mbps right now, but we want more room for upgrades. needs a LOT of storage room.)
- web server (lots of php files, but also static things like plain html, images, etc. also includes all misc services for the setup-- dns, etc.)
could I be given a rundown for which hardware each of the three should have? I don't need specifics, even just knowing that more ram is important here while cpu doesn't matter as much, or that the fastest disks available are a must, etc would all be valuable info for me. despite that, I certainly wouldn't mind specific hypothetical hardware configs.
for the database server I'm assuming the more ram the better. not entirely sure about the cpu? also not positive on disks...
for the fileserver, how much ram would be practical or useful? disk io will be an issue I'm because plenty of people will be pulling files at once so the disk needs to read from multiple places. scsi (and even raptors) are not an option as we need 750GB+ of space on a reasonable budget. more ram will take some load of of the disks, but how much is neccessary / reasonable?
for the web server I'm assuming cpu first, then ram, but it'll likely need less ram than the db server?
I'm more lost on the disks than anything. scsi on the fileserver is not an option under any circumstances due to $/GB. for the db & web server I'm willing to pay for scsi if the performance increase really does warrant the extra money, but I'd like to be convinced before shelling it out. if you have benchmarks geared at server hardware when it comes to disks I'd really appreciate it.
also, what's the best way to network these together when colocated? each one with a dual gigabit ethernet port and then the communications go to and from the router?
We send mail to another servers but we cant recieve mails another servers. We can't recieve with webmail and outlook.
I look logs but there is no error and our ip is not in blacklist.
there is the error in our server
[url]
linux cpanel centos 4.6
I was wondering if it is possible to cluster 2 web servers and 2 mysql servers with only one server working as load balancer.
I am planning to use LVS (ldirectord and heartbeat).
Let's say I have 3 IPs allocated to the load balancing server.
111.222.111.222 (Main IP)
111.222.111.223 (Web Load Balancing IP)
111.222.111.224 (MySQL Load Balancing IP)
If a connection is made to .223 it would pass the request to one of the web nodes.
If a connection is made to .224 it would pass the request to one of the MySQL nodes.
Is it possible to do this?
If not, can I run, for example, nginx on 223 IP address to provide forward proxy? (Then it would not be able to HA but the main point is to load balance so)
Also, what would be the best way to keep the data same on both web servers? This is a web cluster for a very high traffic forum with a lot of uploads every hour so it has to do real time synchronization. I heard that DRDB is only one way and not two way so I'm not going to be able to use this.
I am just colocating servers and managing them myself, and renting services off of them. In the future I would like to start offering dedicated servers as well. I am wondering if many companies do this, or if its more of a general practice to just setup as a reseller? The worst part that comes to mind is thinking of how to do billing for the bandwidth per month. With my setup I would only be offering flat bandwidth packages (like 2TB a month) but even so, I cant think of anyway to automate it so WHMCS knows if they went over, if so, how much, etc.
View 6 Replies View RelatedWhat would give me the best performance, to have many low end servers (core2duo) or a few high end servers (quad cores, dual quad cores).
Running everything from mysql queries to video streaming.
I was just wondering what switch everyone would recommend for running a back-end network. We plan to push mainly backup and management traffic over this network. The idea is to have an NAS box connected at 1GBit/sec and all of the servers at 100Mbit/sec backing up to that.
We currently use Cisco Catalyst 2960's to connect the servers to the front-end so it would make sense to use 2960G's for the back-end to keep the overall management of things simplified. There is of course quite a big price difference between a standard 2960 and a 2960G.
My log is filling up with errors + 500 internal displaying:
2008-01-09 16:17:50: (mod_fastcgi.c.2703) fcgi-server re-enabled: unix:/tmp/php-fastcgi.socket-1
2008-01-09 16:17:59: (mod_fastcgi.c.1731) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1
2008-01-09 16:17:59: (mod_fastcgi.c.2885) backend died; we'll disable it for 5 seconds and send the request to another backend instead: reconnects: 0 load: 5
2008-01-09 16:18:05: (mod_fastcgi.c.2703) fcgi-server re-enabled: unix:/tmp/php-fastcgi.socket-1
2008-01-09 16:18:18: (mod_fastcgi.c.1731) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1
2008-01-09 16:18:18: (mod_fastcgi.c.2885) backend died; we'll disable it for 5 seconds and send the request to another backend instead: reconnects: 0 load: 5
2008-01-09 16:18:24: (mod_fastcgi.c.2703) fcgi-server re-enabled: unix:/tmp/php-fastcgi.socket-1
2008-01-09 16:18:33: (mod_fastcgi.c.1731) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-1
I have tried all sorts of combos.
Core2Duo 1 processor
Lighttpd 1.4.18
PHP 5.2.5
xcache 1.2.1
2gig ram
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/tmp/php-fastcgi.socket",
"bin-path" => "/usr/local/php5/bin/php-cgi",
"min-procs" => 2,
"max-procs" => 6,
"bin-environment" => (
"PHP_FCGI_CHILDREN" => "10",
"PHP_FCGI_MAX_REQUESTS" => "1000"
)
)
)
Can mod_security perform a payload inspection in a secure reverse proxy?
The traffic to the reverse proxy is via https and is "reverse proxied" to a https backend portal.
I inherited an Apache HTTP instance from a colleague. That's why I'm not deep into that stuff. My current scenario is the following: We are running several backend instances which are published to the internet via Apache HTTP Server which is configured as Reverse Proxy (RP). In the past there was only one port and one protocol to handle by the Apache HTTP (RP).
Now I have the following need. There has to be published a Web Service from one instance using two Ports with two protocols (HTTP and HTTPs). I'm not sure how to solve that need.
A solution I tried already was to change and add the variable DEF_BACKEND_PORT to DEF_BACKEND_PORT_1 and DEF_BACKEND_PORT_2 but it didn't worked.
Currently i am trying to install an Apache 2.4.3 as a caching reverse proxy. I would like to use memcached as my cache backend. I figured out there is a mod_socache_memcache, which from my understanding, should do exactly that(in combination with mod_cache_socache). So i compiled mod_cache_socache from trunk, loaded mod_cache, mod_cache_socache and mod_socache_memcache, but now i am stuck with the configuration. Here is what i tried:
LoadModule socache_memcache_module modules/mod_cache.so
LoadModule mod_cache_socache modules/mod_cache_socache.so
LoadModule socache_memcache_module modules/mod_socache_memcache.so
[code]....
where do i configure the path to my memcached instance? The reason for memcached as chaching backend, is that the machine is a windows machine, and from my understanding mod_cache_disk is not as efficient on a NTFS filesystem as it is on EXT3/4.
Another reason is, that later on there should be a possibility to put a second Reverse Proxy machine which shares the cache with the first one by using the same memcached instance (is that possible at all?).
AVR or Automatic Voltage regulation. How serious of a consideration is that to old Dell 2650 and Compaq 1850R servers?
Can I get by with a short daisy chain of simple APC battery backups mostly surge protection on one dedicated house breaker?
Wanted to start that thread today and just noticed that not only I wonders
[url]
So the question is: where can we rent servers with SAS drives in Europe?
2 or even 4 SAS HDDs (15k RPM) are really cute and we want them
Please, provide me with links with nice offers like:
[url]
[url]
(New prices are not good - [url]
netrouting.eu (only desktop CPUs atm)
...
I have recently purchased new hosting with a new supplier which uses a different kind of control panel - cpanel. So before I transfer our organisations website across I want to spend some time playing.
We purchased our domains with 123 reg and the host we have been using for a while is namesco our new hosting package is with neither of these suppliers.
Before I transfer our primary domain to the new host I'm doing a dummy run with one of our other domains and that's where i've come up with this name servers question.
The new host gave me the name of their 2 name servers.
But when I went to my control panel at 123 reg to change the name servers they were not using namesco name servers they were using 123's.
Do I want to change the name servers to the new name servers or not? I'm a bit confused as i was expecting to see namesco names servers?
I'm currently using the ones my registrar offers (Domain Site). But it just happened that they had an outage (they were down for a few minutes).
I'm looking for a more reliable solution. I could get dedicated servers where I'm hosting my servers, and I could also get services (like UltraDNS).
Is that possible to have ns1.mydomain.com ns2.mydomain.com
Two differnet severs that means each having two different IPS?
If so how?
the reason I ask is that I see a lot of hosting companies have thousands of users and many severs but they all ask their customers to point only to two name server ns1 and ns2
If you are located in the UK: Which manufacturers/sellers for dedicated servers can you recommend?
So far, I am sympathising with Dell. Any other good opportunities in a similar price range?
i want to run a new server with centos with whm/cpanel,
i look for many articles about it on the internet,
i find some points for the setting,
install centos
install whm/cpanel
install csf
configure whm
change the ssh port number
tune http
tune mysql
set backup
Say you are renting 2 (or more) dedicated web servers. How do you go about getting it so that www.yourdomain.com goes to one of the web servers? Do you need a 3rd server to redirect the request, or what?
View 2 Replies View Relatedif anyone had a recommendation on where to buy a decent used server (Just for DNS Purposes). Anywhere other than ebay? Anywhere local in the Greater Seattle/Everett/Tacoma, WA Area?
View 7 Replies View RelatedDo you know any companies in the UK who allow at least 5-10 IP's?
View 6 Replies View RelatedCannot see my servers from office but sites are up and running. Servers are at AtlantaNap. Maybe weather?
Tracing route to mysite.com [xx.xx.xx.xx]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.1.1
2 30 ms 30 ms 30 ms 10.21.1.1
3 58 ms 30 ms 30 ms at-4-3-0-1710.CORE-RTR1.PORT.verizon-gni.net [64
.222.212.44]
4 44 ms 44 ms 44 ms POS3-0-0.GW12.BOS4.ALTER.NET [208.214.102.193]
5 44 ms 44 ms 44 ms 0.so-3-0-0.XL2.BOS4.ALTER.NET [152.63.22.182]
6 63 ms 63 ms 137 ms 0.so-2-3-0.XL2.ATL1.ALTER.NET [152.63.101.49]
7 63 ms 63 ms 63 ms 0.so-7-0-0.XR2.ATL1.ALTER.NET [152.63.86.102]
8 63 ms 63 ms 63 ms 194.ATM7-0.GW9.ATL1.ALTER.NET [152.63.85.109]
9 63 ms 63 ms 64 ms internap-gw.customer.alter.net [63.122.231.198]
10 64 ms 65 ms 63 ms border2.tge-4-1-bbnet2.acs002.pnap.net [64.94.0.
83]
11 64 ms 63 ms 64 ms giglinx-13.border2.acs002.pnap.net [70.42.180.15
8]
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
Does anyone know of an FTP client that lets you transfer files directly between one server and another (to avoid downloading/uploading)? Preferably that runs on Linux!
View 8 Replies View Relatedwhat exactly are the benefits of using such RAMs which cost about double of the normal desktop RAMs? not to mention the extra costs incurred for special motherboards?
View 1 Replies View RelatedI am interesting with Nac.net servers. Where can I buy?
Do you know any reseller or sister-company?
My personal experience is that VPS is superior to low end celeron servers, because the overall performance is much better. I'd be curious if others agree, and if not, why not.
View 9 Replies View RelatedAnyone knows where to buy webservers in Europe? Good prices and professional service.
View 8 Replies View RelatedI've just ordered my first VPS (unmanaged) and the only thing I'm really concerned about is setting up/using a DNS server.
I think I have 3 options.
1. Set up BIND on my VPS... this doesn't look like much fun and offers no redundancy. I'd prefer not to do this.
2. Outsource the DNS server. I'd like to use a free one if possible [url] looks good... anyone had any experiences?) but suggestions of cheap services are also webcome.
3. Use my registrar's DNS server. I'm using namecheap at the moment. Here's the screen that comes up:
[url]
Would that work? And create subdomain.domain.tld?
Finally, I think I'd need to select 'user' at the bottom and enter an MX record. Would this be domain.tld?
Yesterday I tried to install Fail2Ban on centos 6.5.
Set up for 30 seconds due to, I don't have much domains on plesk.
Fail2Ban stopped working and failed really bad, and it stopped working.
Later on we tried to uninstall Fail2Ban through Add/remove components and we were stack on logging. (about 20 hours same thing)
Right now, add/remove components comes with an error message (Can't connect to backend. No such file or directory)...
Personally I would never follow this route (hosting gameserver(s) on a VPS), but maybe some people on these forums do and I'm quite interested in what these people run (game+slots), on what hardware/OS, at which host and their opinion about the performance of it.
View 7 Replies View RelatedI was speaking to Jaguarpc and they told me I can run game servers on my vps.
Does anyone else think this is possible?