Server Intermittent
I'm having problem with godaddy shared server. I've signup with godaddy since 2006. Within the 2years, godaddy has been having so many downtime. Replies from them were always pointing faults to my internet service provider, but everytime I could serve other websites with ease.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Intermittent Domain Name Server (DNS) Problems
My employer hosts a website for a company that has a .co.uk site and a .com site. The .com site generally cannot be accessed but the .co.uk site can always be accessed. Both sites are on the same server (which we maintain), but an outside company hosts the DNS records and refuses to admit there is a problem. Since one domain is accessible and one isn't and they are both on the same server I'm pretty sure it's a DNS issue. I did a report on www.dnsreport.com and it says there are lame nameservers on the .com domain, but the .co.uk domain doesn't show that issue. Am I on the right track with lame nameservers?
View Replies!
View Related
Intermittent "Can't Connect To MySQL Server"
I started getting small periods of intermittent connection errors about once every hour, lasting for about 1 to 5 minutes each time: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' I enabled the error log and did some other monitoring and established 2 things: - the server doesn't crash/restart, it keeps running throughout the errors - the errors do not match the load on the website, as sometimes when 500 users are online there are no errors, but when 300 are online they may by prolific I checked many forums and then made 5 changes: - changed the directory containing the mysql.sock file so only file owners or superusers can delete files from it - I changed the default socket file setting in both my.cnf and php.ini - I read about SELinux causing such a problem, so I disabled SELinux completely, rebooted the server and double-checked that it is indeed disabled. - I changed the maximum amount of open files allowed by the operating system from 1024 to 30000. Despite all these changes, I still get the errors. I then read that there is a workaround by using TCP/IP instead of the sock file. I tried that, but I still get the error intermittently in the form of: Can't connect to MySQL server on 127.0.0.1 MySQL server 4.1.20, PHP 4.3.9, client API 4.1.20, CentOS 4.3, Intel P4 2.8GHz 1GB RAM
View Replies!
View Related
Intermittent Forbidden Error Message
my vBulletin forum members start complaing about an intermittent forbidden error message: Forbidden You don't have permission to access /vb/forumdisplay.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request i did tail -f /usr/local/apache/logs/error_log and find lot of lines like this: [Fri May 9 17:13:33 2008] [crit] [client 217.69.189.2] (24)Too many open files: /.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable i also found the vb folder and all folders inside it have permession of 775 and all files have permession of 664
View Replies!
View Related
Intermittent Timout On HTTPS - Rackspace Baffled
We are running RHEL4 over at Rackspace, customers are experiencing occasional timeouts when browsing https Firefox reports: The connection has timed out The server at mydomain.com is taking too long to respond. I have had this happened to myself while I had an SSH session on the server and nothing appears in any of the logs (checked all relevent) http is still browsable at the time and my SSH session did not drop.
View Replies!
View Related
Softlayer: Intermittent "slow Down" Every Few Minutes
Hi there, Firstly, I want to say that I signed up with Softlayer because I heard they had better support than EV1. If that's the case, EV1 must be really horrible. That being said, I've had an issue with my server every since I got it from them a few days ago. I moved a bunch of high traffic sites that use PHP and MySQL on a dual core dual processor server with 2 gigs of ram and a scsi 10k disk. It is running Plesk 8 (which I theorize 'could' be the problem). I am not stating it is a hardware problem or a software problem because I have no idea what the problem is. Here are the symptoms: - Every few minutes all my PHP and MySQL sites begin to run very slow. It takes about 10 seconds before a page is loaded. - During this time, sites that do not use MySQL and PHP seem to run fast, but perhaps a little slower than normal. - When i attempt to log into SSH during these moments, it pauses on the screen with the black cursor and waits and takes about 30 seconds to log in. - When I log in, or when I am already logged in and I view the load and memory usage during these times, there is no correlation between the cpu usage or memory usage and the slow downs - They occur all day and all night. - When these moments do not occur, the sites are all blazingly fast. - Load is rarely ever above 1 - I have MySQL and PHP running on the same box. - I have disabled any possible Plesk cron jobs including drweb and the backup cron that runs every 15 mintues. However, I have manually run it and tested the server and it does not cause any slow down. - One cron job I have on one of the sites I host (http://www.perfectpeople.net) updates a new image every 25 minutes. This certainly does not cause the problem, and recently two images have shown up not found but the db is updated so you see that image not found error. This has never occurred before and I theorize this is the result of the same issue. --------- None of these issues occurred with any previous servers. Softlayer techs keep telling me everything is fine, repeating over and over that it loads fine on their side, being completely unhelpful. Some notes to avoid pointless responses: 1. If other sites load fine, and ping is fine, it is not a bandwidth or traceroute issue. 2. If CPU and memory usage is fine, it is not a load issue. --------- The only thing I can theorize based on my limited knowledge is that it could be a hard drive seek. I do not know if that will cause SSH connections to slow down and PHP and MySQL. Any help would be greatly appreciated.
View Replies!
View Related
Improve Performance- Web Server, SSH Server, And Mail Server
I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server. What I've got running: Apache2, PHP5, MySQL5, Dovecot, Postfix One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness. Changing the server software is not an option - Only optimization. Quote: Originally Posted by httpd.conf ServerTokens OS ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 300 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 5 <IfModule prefork.c> StartServers 8 MinSpareServers 8 MaxSpareServers 13 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 50 </IfModule> <IfModule worker.c> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> Listen 80 LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_alias_module modules/mod_authn_alias.so LoadModule authn_anon_module modules/mod_authn_anon.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_default_module modules/mod_authn_default.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so LoadModule info_module modules/mod_info.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so Include conf.d/*.conf User apache Group apache Quote: Originally Posted by my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid
View Replies!
View Related
Cpanel Domain Name Server (DNS) Setting For Email On 2 Seperate Server
This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2. However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2. My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1? Server1 (www.domain.com) ns1.domain.com ns2.domain.com Server2 ns3.domain.com ns4.domain.com
View Replies!
View Related
Urchin 5 / Google A . Transfering From Server To Server (Serial Already Activated)
I am currently running Google Analytics/Urchin 5 (v5.7.02), on a server, the server has started to act up, (on its last legs etc) and now I am trying to transfer the Urchin Software to a new server, where it would work effectively. However upon installing the urchin software on the new server and running it (localhost:9999), I am presented with An Action Items Page, and these following choices Obtain Demo License Buy License Activate Pre-Purchased License I choose ‘Activate Pre-Purchased License’ pop in the Serial number and complete the registration then… --------------------------------------------------------- Urchin Licensing Center -- Error! An error has occured during your transaction, please use the back button and correct the problem. The specific error message is: • Unable to generate a license. Some possible reasons: Your serial code is currently active <<< How do I disable it and use it on another server? --------------------------------------------------------- So all I want to do is deactivate the serial and reactivate it on another server. Does anyone have experience with this or a similar problem or have a solution to this problem. Any help be most appriciated. Or even a Contact Number so that i can get some one over the phone!
View Replies!
View Related
DNS Domain Name Server Manager In Windows Server 2008
I have been searching everywhere trying to find a tutorial but It is not going anywhere. Basically I need to create 2 nameservers for Godaddy and pretty much so when i type http://mysite.com it goes to my site. I can access everything from http://myip and everything works. Now is there a step by step on how to actually do it in the DNS Manager? I need help like what IP address do I use is it the router ip? The external IP?
View Replies!
View Related
File Server Setup With Nginx...how Do I Choose The Config For The Server
I just want to use a server for file sharing, it will have nginx and that's it. I'm looking at centos, or freebsd, but I been using centos forever now and I'm not sure how to use freebsd, should I just stay with centos? Do I tell my hosting provider to just install the OS and give me ssh action and that's it? Don't install any control panels or any other stuff? I want one domain and one subdomain on it though and ftp action.
View Replies!
View Related
Primary Server Using Script To Upload On 2nd Server Without A Domain
i am currently with a host, hosting my important sites. I am now going to purchase some space from another host purely for storage purposes and bandwidth usage as they are within my budget. Now i have my primary domain with my main host, and i would like to have a script or link from my current host which leads onto my 2nd host for users to upload their images or files. Now i have a problem, the second host that i will have will not have a registered domain attached to it, but rather it will be just storage. I would prefer to have a subdomain from my primary host pointing to my second host. The problem is where will the subdomain point to? Or will it even work that way without having to purchase another domain?
View Replies!
View Related
Media Server Running Windows Server 2003 Std: Yes Or No
Most people probably run Linux on their media servers, but since I don't know much about Linux and the media server we have is unmanaged, I was wondering how you guys feel about running Windows Server 2003 Std on a media server instead of Linux. We'll only be using the server to host Flash video files (.flv) and we'll be serving those vids on websites hosted on other servers, resulting in approx. 50,000-100,000 media views per day (filesizes range from approx. 5MB to 10MB). We don't want to run Windows Media Services, just a Web server (IIS6) and have the Flash video players on the external websites take care of the streaming/downloading part.
View Replies!
View Related
Need A Virtual Private Server (VPS) / Dedicated Server
I'm expected to have around 1000-1500 users at a time after my ad compaign for my site. currently, my setup is as follows: VPS in UK guaranteed memory: 256 burstable : 512 disk: 20GB traffic: 200GB per month price : 15 dollars a month I would like to upgrade to : guaranteed memory: 1GB which is better ? to go with VPS ? or dedicated server ? which provider do u recommend ? how much am I expected to pay for my required setup ? what about CPU ?
View Replies!
View Related
Cheap European Server For Small Game Server
I've been developing a small 2D MMORPG lately. I bought a VPS to run the server on a few days ago and sadly it doesn't work so well. Sometimes the loads go pretty high (afaik not caused by me) and MySQL freezes, causing the server to just wait for MySQL to unlock, hanging all the players around on the map. Not a good thing. Anyway, the game is very small scale, and I'm not planning to have more than maybe 30-50 players online. It does not suck up much CPU, I had ~10 guys online and loads stayed down at 0.00 on the VPS box. Problem with getting a dedicated is our very low budget. As I'm still underage and living at home hammering my pc and don't have any real incomes, we're talking numbers like $ 30 - $ 50 USD per month - it's really hard to find for that price in Europe. Requirements: Monthly payment, $ 30 - $ 50 / month, no setup (or very small setup, like $ 20) 10Mbit/s or faster connection, 100GB traffic should do 500MHz CPU is all cool 512MB or more RAM 5GB diskspace is enough Has to be in Europe due to ping times (< 100ms) Linux, Debian 4.0 prefered If anyone knows where I could get something like this for a low price, $ 30 to $ 50 USD, it'd be great.
View Replies!
View Related
Worth Upgrading To Quadcore Server (win2003 Server)?
Site is currently running on a single code single cpu p4 server. Am thinking of upgrading to a quad core Xeon server. My site is pretty dynamic with lots of hits to php / mysql, and has trouble keeping up with the requests sometimes. Would a quadcore Xeon significantly help? Server Software: Windows 2003 Server php 5.2.6 apache 2 mysql 4.1 Current Setup: P4 2.8 single core/cpu. Proposed setup Xeon 3210 quadcore I guess my confusion lies in the following: 1. Can win2003 server make use of the quadcores? 2. Does php / apache / mysql make use of the quadcores? 3. Will i see a significant increase in the amount of pages i can serve?
View Replies!
View Related
Converting A Dedicated Server Into A Flash Media Server
I am going to be buying a dedicated server from kimsufi Most likely the 2XL Package. My streamers will be using my server aswell, On weekends we will be running 3-4 streams at a time, weekdays 1-2 at a time. Spreading all the streams out, at anyone time we will have 300 viewers. I need to know your advice on this before i go spending money. How do i convert my dedi into a flash media server, i need red5 or something, thats all i know so far. My streamers wil be streaming to server with FME, And i also want it coded so that my streams can only be embedded on my site. Basically i dont have a clue where to start, how long would it take me to set up etc.... In addition, what kind of server do i need, windows / linux / traffic / burstable / standard etc..
View Replies!
View Related
Samba Server :: Can Linux And Windows Exist On The Same Server?
I have a linux server for a video sharring site The video encoder that I prefer to use will only work in a windows enviorment The windows server would pass off the converted video to the Linux server. Will a Samba server for Linux allow a Linux machine to connect and share files with a Windows machine work for this application. Although it's probably a dumb question but can Linux and Windows exist on the same server?
View Replies!
View Related
How To Set Subdomain To Other Server, Domain In Godaddy, Server In Outside
i had searching in this forum and in google How to set Subdomain to other server, i had try some of methode but still not working, because i cant set A Name in godaddy, because i use other webhosting outside godaddy i just have ip address from my other server, i want subdomain to go this ip address, for example 10.42.1.21 what is your experience in godaddy, how to set Subdomain to other server, please give simple step by step dude
View Replies!
View Related
Create Web Server Using Windows 2003 Server
I have three machines in network. One is server with Windows 2003. And rest two are having Win XP Professional and MS Office with Publisher. I want to create website using Publisher on one machine and put to Web server created on Win 2003 server. So that other machines on the network can browse my thsi local website.
View Replies!
View Related
ODBC Connection From A CPanel Server To A Windows Server
if it's possible to use ODBC to connect to a Windows box from a Linux cPanel server. We have attempted connections from PHP (both as CGI as well as Apache module) and we get: Fatal error: Call to undefined function odbc_pconnect() in... and Fatal error: Call to undefined function odbc_connect() in... Is ODBC possible on cPanel servers?
View Replies!
View Related
Server Specs To Run SharePoint Server 2007
I've recently had a number of enquiries from hosted clients and potential customers requesting SharePoint hosting for use in connection with their current packages. I've used Windows SharePoint Services 2.0 in the past, but am specifically looking into the latest and greatest release of SharePoint to date to install - SharePoint Server 2007. I've read over Microsoft's server requirements for running SharePoint, who recommend a 3GHz or higher processor and 2GB RAM for web servers, and 4GB RAM for SQL servers. To me, this seems ridiculous for the small number of clients I'll ever be hosting, and who will only have a small number of SharePoint users per site. Those with any experience of SharePoint hosting please share your opinions of SharePoint hosting on various server configurations, as I'm interested to know how it performs. As I'll only have a small user base, would running SharePoint fully on one existing IIS 6 web server do the trick? What processor should this machine have, and amount of RAM to run SharePoint well?
View Replies!
View Related
Upgrading Server. How To Migrate Email To Temp Server
I have a collocated server which I'd like to do some upgrades to. I'm having it shipped back to me so that I can do the upgrades myself. However, since I use this as my primary email server, I need help setting something up so I have no email downtime. I have a cheap shared hosting account with DreamHost so one idea I have is to point the domain to their servers and handle things through there for a bit. This seems like the "brute force" way to do it though since I have to wait for DNS propagation and what not. Another idea was to use a service like DynDNS' MailHop BackupMX which does storage and forwarding. However, this service is kind of expensive ($30) considering I'm only going to use it a week or so.
View Replies!
View Related
Transferring Large Amounts Of Data From Server To Server
Recently I changed server providers, so now I'm looking for a way to transfer all the data to my new server. I have a total of 420GBs of files in my secondary HDD that need to be transferred. The old server is at a 10Mbps line, the new one is at a 100Mbps one. From old server, less than half the pipe is being actively used. So theoretically, I should be able to transfer it all in about a week. I tried 1) SCP. That was waaay too unreliable. And I couldn't get it to restart from the point left on whenever the transfer stopped (like when the servers were restarted). 2) Transfer using a web script. Way too slow, got to about 35GBs, total would take like 2 months. Is there any other, reliable way of transferring data from server to server?
View Replies!
View Related
Platinum Server Management :: Server Not Found?
OK so I am running one powerful server. And have PlatinumServerManagement Manage it. But Ever since I got this server The server never went down or anything like that due to high CPU usage or to many visitors. But for some reason I am still getting emails from my members that once in a while they cant access the site because they get a "server not found error" I checked the server uptime and it never went down. The server has been up all the time. So I have no idea why these people can't access the website. My first guess is that they are getting blocked by some security software on my server. But I talked with PlatinumServerManagement and it can't be that. So does anyone know why they might not be able to see the websites all the times? but only some random times.
View Replies!
View Related
Moving From Server A (vps) To Server B (dedicated)
We have 2 Servers: Server A - this is a VPS All webfiles/domains/dns/nameservers are confuigured on this server Server B - this is a dedicated server Only Databases are setup on this server. Now we have planned to move from Server A to Server B to avoid/minimize server loads caused on Server A due to heavy traffic. How should we begin ? How can we minimize the downtime in migration. ? How can we transfer our awstats logs from last 2 years to new server ? We are mainly concerned about domains/dns setup where we have least knowledge these are only on Server A. We are also using custom nameservers and Servint nameservers for some domains respectively.
View Replies!
View Related
DB Server Optimization On A Game Server Computer
I'm currently in the process of installing a mysql database server on my dedicated game server box. I was using shared hosting before, but i got a complaint from them that i was using too many connections and memory so i have to host the database myself. Here's the stats of the server: Dual Core Dual CPU Intel Xeon 3.0Ghz (2 core per cpu & 2 cpu's) 4GB RAM 120GB SATAII Hard Drive Windows 2003 Enterprise Edition SP2 (180 Day Trial) Currently, im hosting around 10 game servers on the machine with around 30% CPU load. I'm running with the page file disabled (its using 2 GB of RAM instead). Server runs fine like this (i heard its a performance boost, and it is). Over 2GB of ram are free at all times even when most of the game servers are full. I want the database server to be able to as many connections are need from the game servers but at the same time i dont want to affect performance of the game servers. Any suggestions on what settings i should use? I'm currently using these settings: key_buffer = 512M max_allowed_packet = 1M table_cache = 512 sort_buffer_size = 1M net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 16M max_connections = 100 query_cache_size = 128MB query_cache_limit = 4MB tmp_table_size = 30MB wait_timeout = 120 P.S. The SQL will have 3 databases (AMXBans, SourceBans, & a RP character db). Everytime a player connects to one of my servers, their information is checked against the database if they are an admin. So in total i have around 126 slots for players to connect on.
View Replies!
View Related
Authoritative DNS (Domain Name Server) Server
I got Problem with DNS , Some time it's work the sites on the server some time it's not The report From DNS: ns116.***********.: Parent server (k.gtld-servers.net) says A record is 72.232.232.133, but authoritative DNS server (72.232.232.132) says it is 72.232.232.131 ns115.***********.: Parent server (k.gtld-servers.net) says A record is 72.232.232.132, but authoritative DNS server (72.232.232.132) says it is 72.232.232.130 ns116.***********.: Parent server (k.gtld-servers.net) says A record is 72.232.232.133, but authoritative DNS server (72.232.232.133) says it is 72.232.232.131 ns115.***********.: Parent server (k.gtld-servers.net) says A record is 72.232.232.132, but authoritative DNS server (72.232.232.133) says it is 72.232.232.130 The DNS on the server : 72.232.232.132 ns115.*********** 72.232.232.133 ns116.***********
View Replies!
View Related
Using Domain Name Server (DNS) And A Backup Server
I currently have two VPS servers, each with 2 DNS names running on them as follows: dns1.mydomain.com (on Server A) dns2.mydomain.com (on Server A) dns3.mydomain.com (on Server B) dns4.mydomain.com (on Server B) I have websites running on each server and I would like to have something set-up so that when one server goes down, the other server displays a nice page saying the website is unavailable currently and will be back shortly - you know, something nicer then the normal "Server Not Found" default messages. What is the best way to do this? If I have CLIENTDOMAIN.COM and put them on Server A and they use all 4 DNS server names, will the top two DNS names always be used by people finding the website, and the bottom two choices only be used if the top two can't be found? I believe I have to create an account on Server B for them as well, just only placing the temporary page within the account, rather then a whole copy of their website. Correct?
View Replies!
View Related
Transfer Large Many Files From Server To Server
In reference to my previous post, i want to tranfer accross 7GB of data, approximatly 80,000 files i believe it is (due to a gallery script). It's currently on another host (on a webhosting account) which uses their own control panel which has no options but to manage databases, the only way i can see to do this is via FTP but it'll take me days. I've tried using compressing and backup scripts, but the damn execution time on the hosts server is too low to allow the files to be zipped. Are there any ways? Can i login to my VPS via SSH and anyhow pull off the files from the other hosts server?
View Replies!
View Related
FTP Script - Copy From Server To Server
Does anyone know of good, reliable script that can copy files and folders between two hosts, without downloading them to my PC first? It would be ideal to upload that script on one server, and then type in ftp data from 2 servers, choose which files to copy and click copy. I tried to use php web commander, which looked promising, but after I've installed it, I can't log in. There is no support, documentation... nothing. Does anyone know of any other script or even Windows program that can do copy server to server without downloading to PC?
View Replies!
View Related
I Have A WHM/cPanel Server Shared Server
I just had user KILL the server using 80% CPU and 30% ram. Processor #1 Vendor: GenuineIntel Processor #1 Name: Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz Processor #1 speed: 2331.000 MHz Processor #1 cache size: 2048 KB Memory: 4039468k/4718592k available (2494k kernel code, 144784k reserved, 1262k data, 200k init) with 1TB HDD How can I restrict him or anybody else from doing this? MySQL was in the next top useage... his site runs a HUGE DB... Have the following edits Code: /etc/my.cnf [mysqld] safe-show-database skip-innodb max_connections = 800 key_buffer = 96M myisam_sort_buffer_size = 64M join_buffer_size = 2M read_buffer_size = 2M sort_buffer_size = 3M table_cache = 1800 thread_cache_size = 128 wait_timeout = 900 connect_timeout = 10 tmp_table_size = 128M read_rnd_buffer_size = 524288 bulk_insert_buffer_size = 8M max_allowed_packet = 16M max_connect_errors = 10 query_cache_limit = 2M query_cache_size = 192M query_cache_type = 1 query_prealloc_size = 16384 query_alloc_block_size = 16384 [mysqld_safe] open_files_limit=8192 [mysqldump] quick max_allowed_packet=16M [myisamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M
View Replies!
View Related
Win Server 03/08; 2-6 Domains; SQL Server 05/08
I've been hunting for a web host running Windows 2003 or 2008 that fits my needs and I have been struggling to find something that meets exactly what I need. I currently have 6 domains hosted off GoDaddy and their SQL Server 2005 management is horrible. I have had nothing but issues with it, so I need to make a change. I am currently only actively supplying content for 2 of the 6 domains, so as long as I can get 2 domains out of it, I'm fine with that. I code most of my pages in ASP and my databases are all in SQL Server 2005. If they weren't so large, I would consider changing them to something a bit more common on web servers, but it is too much work at this point in time. My base requirements are: Windows Server 2003/2008 SQL Server 2005/2008 w/ at least 100 MB of database storage ASP 2.0 support 2 domains minimum 10 gigs HD storage Monthly bandwidth isn't a huge concern, but I do host some streaming media off one domain, so speed is somewhat important(Located in Chicago, IL) I'd like to keep my budget upwards of $30 a month The SQL Server is the huge snag, because I haven't seen a ton of hosting options out there that offer good packages that offer that along with everything else I'm looking for without spending $100+ a month for a dedicated server, or else I'm just not looking in the right places. Since these sites are mostly for private uses and have no resale value, the cost is out of pocket each month, so I need to keep my monthly cost somewhat low.
View Replies!
View Related
|