How's This Combo For Webserver (mobo+cpu)

Aug 22, 2007

[url]

look at the Combo deal. basically you buy ASUS M2N-LR Socket AM2 NVIDIA nForce Professional 3600 ATX Server Motherboard - Retail and get AMD Athlon 64 X2 3600+ Windsor 2.0GHz 2 x 256KB L2 Cache Socket AM2 Processor - Retail for free.

how's this combo for a windows web server with 4gb none ECC RAM and a 2U case to go with it?

View 1 Replies


ADVERTISEMENT

Hows The Pittock

Mar 17, 2007

I was wondering if anyone here had experiences with the Pittock over here in Portland, Oregon. We need more space, so we are looking to get a few full cabinets and fill them up with large dell servers. Anyone used them before, how are they? I read a few threads here about them but none of them explained their service.

I am going to schedule a tour in the new couple weeks to get the feel of the datacenter.

Also if you guys have the phone number for the colo guy can you PM it to me, he left me a voice mail awhile back with this phone# but I don't think I kept it.

View 5 Replies View Related

Anyone Else Get A E7200 Special From TheNYNOC? Hows It Working For You? Mine Died...

Aug 18, 2008

Let me start off by saying I'm not here to trash TheNYNOC or anything of the sort, in fact they've been fairly pleasant to me sofar. But I'm wondering if anyone else is having problems with the recently advertised E7200 dedicated server special they've been advertising here at WHT?

When I first ordered my server a couple of weeks ago it was delayed an extra couple of days because they were having problems with the E7200 Core 2 Duos getting along with the motherboards they were using - no big deal, I know from experience that the E7200 is a great little C2D but it can be a real booger with certain motherboards. (Some boards still can't handle the new 45nm cores) But they finally got my server delivered and BOY was it FAST compared to my old Celeron 2.4ghz that I had at ExistHosting (now GoGax). I was one HAPPY camper.

Well tonight I come home from a party to dozens of emails from people saying half of my sites are down, email isn't responding, etc. Upon logging into the server I quickly discover that there is an apparent hardware failure of MASSIVE proportions going on. Half of the files on the server were missing, what was still there was corrupt, and almost every basic linux command resulted in a nasty I/O error.

Code:
Last login: Fri Aug 15 23:23:29 2008 from XXxxxx.swbell.net
[root@hammond ~]# fsck
-bash: /sbin/fsck: Input/output error
[root@hammond ~]# shutdown now
-bash: /sbin/shutdown: Input/output error
[root@hammond ~]# vi
Vim: Caught deadly signal BUS
Vim: Finished.

Bus error
[root@hammond ~]#
Before Vim completelystopped working I also spotted some errors in /var/log/messages complaining about a couple of bad sectors on /dev/sda1 and /dev/sda2 so I suppose I could have just gotten a bad HDD... I dunno though something seems weird.

So I'm wondering, has anyone else with this particular server from TheNYNoc been having problems after a few weeks, or am I just unlucky? Hopefully it's just a bad drive and not some weird exotic problem with the E7200 + mobo combination. I don't fancy having to setup my server a THIRD time in the next few weeks. A second time is going to be bad enough.

Dang it, I just had everything perfect the way I like it too.

View 14 Replies View Related

Php Accelerator Combo

Dec 7, 2007

This box is a dual xeon, 4gb memory server with a dozen domains only. What do you recommend for optimal performance and speed?

[xcache-common]

zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so

[xcache.admin]
xcache.admin.auth = On
xcache.admin.user = ""
xcache.admin.pass = ""

[xcache]
; ini only settings, all the values here is default unless explained

; select low level shm/allocator scheme implemenation
xcache.shm_scheme = "mmap"

; to disable: xcache.size=0
; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
xcache.size = 0M

; set to cpu count (cat /proc/cpuinfo |grep -c processor)
xcache.count = 1

; just a hash hints, you can always store count(items) > slots
xcache.slots = 8K

; ttl of the cache item, 0=forever
xcache.ttl = 0

; interval of gc scanning expired items, 0=no scan, other values is in seconds
xcache.gc_interval = 0

; same as aboves but for variable cache
xcache.var_size = 100M
xcache.var_count = 1
xcache.var_slots = 8K
; default ttl
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300

xcache.test = Off
; N/A for /dev/zero
xcache.readonly_protection = Off
; for *nix, xcache.mmap_path is a file path, not directory.
; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection
; 2 group of php won't share the same /tmp/xcache
; for win32, xcache.mmap_path=anonymous map name, not file path
xcache.mmap_path = "/dev/zero"

; leave it blank(disabled) or "/tmp/phpcore/"
; make sure it's writable by php (without checking open_basedir)
xcache.coredump_directory = ""

; per request settings
xcache.cacher = On
xcache.stat = On
xcache.optimizer = On

[xcache.coverager]
; per request settings
; enable coverage data collecting for xcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance)
xcache.coverager = Off

; ini only settings
; make sure it's readable (care open_basedir) by coverage viewer script
; requires xcache.coverager=On
xcache.coveragedump_directory = ""

[eAccelerator]
extension="eaccelerator.so"
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/var/cache/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

;[Zend]
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
;zend_optimizer.version=3.3.0

;extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so

[Zend]
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
;#zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
;#zend_optimizer.version=3.3.0
;#zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
;#zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
zend_optimizer.version=3.3.0
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

View 0 Replies View Related

What Is The Best Web Server Combo Setup

Apr 28, 2008

OS: CentOS or FreeBSD?
Httpd: Apache wich version?
Database: MySQL or postgresql which version?
PHP: 4or5?

I am still using Freebsd 5.4 apche 1 and php4, so far I didn't see a need to upgrade.

I wonder if there could a distribution which has the best combo setup for web servers.

View 1 Replies View Related

DirectAdmin./SUPHP (Anyone Run This Combo)

May 13, 2007

A server I have runs DA. On this server I switched php to SUPHP. This combo has worked 99% good so far except for one big pain in the ***.

When ever a new domain, sub domain or a pointer domain is added I get a php_admin_flag error and Apache will not restart untill I rem out all instances of php_admin_flag lines in the httpd.conf file.

Code:
Stopping httpd: [FAILED] Starting httpd: Syntax error on line 31 of /usr/local/directadmin/data/users/****/httpd.conf: Invalid command 'php_admin_flag', perhaps mis-spelled or defined by a module not included in the server configuration [FAILED]

Has anyone solved this? Apperantely the new version of DA was suppose to fix this but I upgraded DA today and at the end I ended having to rem out all php_admin_flag instances for all domains on that server which = good times.

View 2 Replies View Related

Best Apache/php/mysql Version Combo

Jun 14, 2008

What will be best combo of those 3 which is main core for running almost any web server.Presently i have latest mysql,apache and php installed,but some people says how that is not good beacuse newest version arenot tested yet well enough.

View 6 Replies View Related

Good AMD AM2 MOBO

Jan 4, 2007

We have tried a few amd mobo's for the AM2 processors and the one we found which worked out of the box with all the onboard stuff was discontinued. Does anyone know of a good AMD AM2 mobo which has SATA working out of the box with CentOS?

View 14 Replies View Related

Intel Mobo Modification

Mar 8, 2007

I just picked up an Intel D946GZIS http://www.intel.com/products/mother...gzis/index.htm

I've heard of many taking the higher quality motherboards and removing the audio post in order to fit into a nice SuperMicro case. Does anyone care of share their method of doing so? I was thinking a Dremel possibly, but I'd like to gather opinions as I'd like only to have to use this Motherboard as this will be a personal Dev server.

View 9 Replies View Related

Installing An ATA Drive Into An Old IDE Mobo

May 23, 2007

I have this new 160 GB drive that I got from a friend and is in great working order. I can't install it in this machine (I would love to, but one of the ports on the motherboard is snapped off, so I can only plug in one SATA drive in at a time.

So I've decided to put it into my server machine, just an old computer I setup with Linux and whatnot to be used as a network server if anyone needs to put anything on it. Plus, it's fun to toy with.

Anyway, I ran into the problem that the motherboard is IDE, which means I can't plug it into my hard drive... Is there anyway (that won't cost me an arm and a leg) to plug in this new hard drive into an old computer?

Or am I just out of luck? Incidentally, if anyone knows how to replace an SATA plug in, or knows of a cable that can plug in two cables which in turn plugs into the mobo, let me know.. that'd be awesome.

View 1 Replies View Related

Which Mobo For A DDR200 PC1600

Jan 4, 2007

I am the happy owner of 6 Gb DDR200 PC1200 and 2 CPUs Xeon 2.4 Ghz slot 603.

I am looking for motherboard for that. Any recommendation?

What do you think about such configuration?

View 1 Replies View Related

Socket 775 Mobo With 16GB RAM Support

Mar 15, 2008

Long shot as I couldn't find anything via google but are there any socket 775 mobos that supports 16GB.

View 2 Replies View Related

Is There Any Desktop Mobo W/16GB Ram That Fit Supermicro 1u Case

Mar 17, 2008

is there any desktop motherboard that can hold 16GB of RAM and fit supermicro 1u case?

View 11 Replies View Related

Testing New Webserver

Nov 4, 2009

I am looking for some decent tools to test a web server that can run large scale web sites running Windows and Linux.

I am more interested in the underlying hardware at this point to see if the servers them selves are capable of withstanding the loads without choking.

I am most interested in Disk testing and Network testing but the server but of course the server as a whole is important to since cpu and memory bottle neck can affect everything.

View 2 Replies View Related

LiteSpeed Webserver

Mar 27, 2009

Due to heavy load, our web server get crashed. We have plan to use LiteSpeed web server, is anybody used these server. I like to know performance of these.

View 11 Replies View Related

Suse Webserver - Who Does Them

Apr 17, 2008

I am having trouble finding any providers that provide Opensuse on their configs. So far, the only one seems to be 1&1 and I certainly do not want to be going near them anytime soon.

Does anyone know of a reputable company that can provide Opensuse based servers?

View 7 Replies View Related

More Than 1 Webserver Behind Router

Apr 15, 2008

Is it possible for forwarding ports for simultaneous use of web servers on the same LAN behind router?

View 3 Replies View Related

Webserver Is Very Slow

Jun 17, 2008

I had configured webserver on one of my CentOS server. It worked fine for few months but after sometimes it started giving problem. I was not able to browse website. The I found that it was timing out so I increased timeout period from php and the website started working.

But still the website is taking 30-35 seconds to load. I checked the server but I couldn't find any solution. Please guide me to get this resolved.

View 3 Replies View Related

Windows XP Pro Ok For A Webserver

Oct 27, 2008

We have 2003 Server here at work, im thinking about getting something to play around with at home, but don't want to upgrade to 2003 Server?

Is there going to be any issue with me running it on an XP Pro Server?

View 5 Replies View Related

Lightspeed Webserver

Nov 20, 2007

I have a server that hosts only 2 accounts, and the accounts are very active so we want to presume the best situation for it.

So what if we use [url] instead of apache?

what is it's differences with apache?

View 4 Replies View Related

Config And Run LiteSpeed Webserver

Dec 6, 2008

i would like to use Litespeed webserver from my server.i installed and run Litespeed from my server. but i dont know how to config. when i start the Litespeed webserver i have an error to please install Zend. Please help me to install zend and if you know whats my need for install please help me to done.

I use cPanel - Dedicated Server
i can control the Litespeed from the cPanel WHM.

View 5 Replies View Related

No Remote Ssh Access To Webserver

May 19, 2009

I have an Ubuntu server and have installed AMP. The server is behind a router (2wire).

I have a static IP address which i use for the webserver. I have enabled the router firewall to allow all the typical webserver ports. When I am on the network (in the vicinity of the network) i am able to connect wirelessly to the server via ssh and also access the domains via my web browser.

But when i connect to the net via another router I am unable to gain ssh access or access the websites from a browser.

When i initiate a connection with putty all i get is a black screen and when i connect to the website i get

Quote:

The operation timed out when attempting to contact www.globalexpatservices.com.

View 3 Replies View Related

New Webserver How To Transfer Ftp Users

Aug 24, 2009

I had to rebuild out web/ftp box so I built a new one. Now how do I transfer all the ftp users to the new system without change of their passwords?

I am able to trasnfer their directories and i added a line to the /etc/passwd of the new server but it fails.

View 3 Replies View Related

Installing A Webserver From Home

May 1, 2009

I only know a little bit about ports and web-servers, I'm going to try to attempt to setup a home webserver with Ubuntu, I am curious would I need to point ports 80 and 21 (http and ssh) to my machines internal IP address, also what is a proxy and how do I know if i'm using one.

I'm following this tutorial here:
[url]

and i'm using Comcast ISP

View 3 Replies View Related

Webserver Load Balance

Mar 30, 2008

I have a forum that is growing fast ( using 1 webserver and 1 mysql server now), and i am planing to add one more web server to load balance.

What options do i have?

Which one is best for Forum vbulletin load balance?

View 6 Replies View Related

Webserver Load Balancer

Mar 8, 2008

traffic has been surging lately and is expected to continue surging. i am already on the fastest chipset my webhost has.

current configuration
single server (centos), webserver (apache), single filesystem. many dynamic pages (perl script) but no mysql database. no php.

ideal configuration
multiple webservers (apache), single file system.

assuming my scripts do not write to the filesystem (read only), what do i need to install or do in order to send a request for www.domain.com to server1.domain.com or server2.domain.com or server3.domain.com according to the load of each? it should look the same at the front end. anyone know what i need to get?

View 2 Replies View Related

DBServer + WebServer For Under 500 - With 100Mbps

Nov 27, 2008

Due to our bad connectivity in our actual French hosting provider (OVH), we need to search for alternatives.

Please post opinions about other hosting companies that can give same configurations at a reasonable price, if possible with related experience with them.

Actually -from 1 year ago- we have the following configuration at OVH:

1xDBServer: Intel Q6600, 1x250GB, 8GB DDR2, 100Mbps (not real on a daily constant), Wind2K3 STD. : 130eur. + vat
1xWebServer: Intel Core2, 1x160GB, 1GB DDR2, 100Mbps (not real on a daily constant), Win2K3 WEB Ed. : 49eur. + vat
All days we have traffic problems, with low real bandwith connection, also with poor pings to/from Spain (where most percentatge of our users come).
We need to find a hosting provider with a same or a litle best configuration with the follow requisits:

-100Mbps per server [If possible, 100Mbps dedicated (non shared, without aggregation ratio)], UNMETTERED.

-IMPORTANT: Good bandwith connectivity

-Preferable Datacenter hosted in Europe

-WebServer same config, but 2GB DDR (also can be an AMD), if possible with W2K8 WebEd.

-DatabaseServer same config. preferable with 16GB DDR, also preferable -optional- with 2x or 3xSAS 15K. (RAID 1 or Raid 5)

-Possible upgrades (specially beacuse OVH is the first to launch a server with Intel 25GB SSL drives that are superfaster (look at ovh.fr for model HG2009). Any other has support or previsions to serve SSL Drives?)

-If possible, with X days break of contract agreement (money back guaranteed)
We can pay some more at a month, but on the first months we can't pay more than around 500$/Euros.

View 7 Replies View Related

Webserver Standby Failover

Jul 9, 2007

to do a standby fail over solution for a web server box. I would like the solution to be automated so that in the event of a failure the change happens without any manual intervention.

I have 2 identical hardware boxes and bandwidth is not an issue.

View 1 Replies View Related

Linux Sets Up His Own Webserver

Oct 16, 2007

Awhile back I was scouring the site (and the web) to find a single location where I could learn how to set up a Linux webserver on my Windows machine. I found many great references and tutorials -- bits and pieces of some really great stuff -- but not one single location to walk me through the entire process.

So... I created one!

markshrader.wordpress.com

This blog in intended to assist knuckleheads like me in setting up their own Linux webserver. In it are step by step instructions for VMWare on Windows, Linux Debian Etch, Apache, MySQL, PHP, Ruby, Rails, Mongrel, PHPMyAdmin, GD and more. The goal was to create a real world environment where I could learn how to prepare a Linux webserver, so when the day comes that I purchase my own VPS space, I will be ready to set it up...

This was a great learning experience for me, and I hope a good resource for other newbies like me in the days to come.

View 3 Replies View Related

Slow Upload To Webserver

May 21, 2007

Recently I signed up with a new hosts. I am a reseller. I am trying to upload my website - about 155MB. I am only getting 2kb p/s upload taking almost 20 hours to upload.

I tried using a different PC at home (connected to the same internet line) but still same problem. I am not sure what is the problem.

Called my ISP, they ask me to try a few things such as deleting temp files and caches but still no luck.

I also notice my antivirus (Avast) showing - blocked Dcom Exploit very often.

My download speed is fine - getting around 70kb p/s. I am on broadbank 512K download and 256 download.

View 7 Replies View Related

Webserver Control Panels

Sep 10, 2007

There's a bit of a project which I am going to be launching hopefully within about a month or so. Its going to be fairly server intensive, and as I don't know what the outcome will be, I wish to host it myself on a few spare machines I have for the time-being.

Now, the issue at this stage is installing all the necessary webserver software and controling it from one page, like a control panel.

I don't mind looking into control panels such as Plesk or any others, but would these automatically install all the software that is needed by the CP - such as Apache, MySQL, PHP, Perl etc?

I'd appreciate if anyone could give me some guidance as far as control panels and web server software is concerned.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved