Websites Timing Out
I'm not sure why my brand new dual proc quad core xeon 2.5ghz harpertown gets time out when the server load is under .5
Like it'll be running ultra fast and suddenly, I can't get into ssh, whm, my websites or anything. When I ping it, no reponse. Is it because it restarted itself?
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Apache Timing Out
I have recently tweaked my server (AMD 3000+ 1gb Ram 10mbps port) by configuring the httpd.conf, my.cnf and php.ini. I am pleased to say that the server is now responding well and the load is always below 1.00. However, sometimes a user will experience a time-out through their browser. Once they refresh the server will then react as it should and carry out the command which is being asked of it. tweaking apache so that timeouts do not occur....here are the changes I have made... php.ini Code: [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = Off httpd.conf Code: KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 3 MinSpareServers 16 MaxSpareServers 32 StartServers 20 MaxClients 150 MaxRequestsPerChild 5 and finally here is my.cnf file Code: [mysqld] skip-locking skip-innodb max_connections = 400 key_buffer = 200M myisam_sort_buffer_size = 64M join_buffer=2M read_buffer_size = 5M sort_buffer_size = 5M read_rnd_buffer_size = 5M table_cache = 1536 thread_cache_size = 128 interactive_timeout=100 wait_timeout=10 connect_timeout=10 tmp_table_size = 48M max_allowed_packet = 16M max_connect_errors = 10 query_cache_limit = 3M query_cache_size = 64M query_cache_type = 1 thread_concurrency=4 log-slow-queries = /var/log/mysql/mysql-slow.log old-passwords = 1 [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
CRON Job Timing Out
i have had a problem for some time now, regarding my CRON jobs. I am trying to download a large amount of data from ebay (through their API, totally legal and aboveboard) using php, but my CRONjob times out. I have tried resetting the timeout variable, but then it exceeds the maximum filesize SO, my question: is there any way to have a script run as a CRON job, and wen it is complete, call another script?
View Replies!
View Related
Php Cli Keeps Timing Out
I have a php cli shell script that I want to be running continuously without ever stopping. However, I noticed that it would stop executing after a while on its own. Is there a way to keep a script running forever without timing out, or daemonize it?
View Replies!
View Related
Httpd Running But Timing Out
I had a strange error this morning, httpd was running fine but nothing was loading. All the other services worked fine but I checked the error log and couldn't find anything. I restarted httpd and it's running fine now. Quote: [Sat Feb 10 11:48:01 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Feb 10 11:48:01 2007] [notice] Accept mutex: sysvsem (Default: sysvsem) [Sat Feb 10 13:06:02 2007] [notice] caught SIGTERM, shutting down [Sat Feb 10 13:06:03 2007] [notice] Apache configured -- resuming normal operations [Sat Feb 10 13:06:03 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Feb 10 13:06:03 2007] [notice] Accept mutex: sysvsem (Default: sysvsem) [Sat Feb 10 20:42:26 2007] [notice] caught SIGTERM, shutting down [Sat Feb 10 20:42:28 2007] [notice] Apache configured -- resuming normal operations [Sat Feb 10 20:42:28 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Feb 10 20:42:28 2007] [notice] Accept mutex: sysvsem (Default: sysvsem) Looks just like normal operations... I checked the access log and nothing looked out of the ordinary either. Anyway the only suspicious thing I saw was the daily scan by spammers to see if I had anything exploitable. Quote: [Sat Feb 10 00:16:32 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/a1b2c3d4e5f6g7h8i9/nonexistentfile.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/adserver/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpAdsNew/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpadsnew/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpads/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/Ads/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/ads/adxmlrpc.php [Sat Feb 10 00:16:33 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/xmlrpc/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/xmlsrv/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blog/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/drupal/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/community/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blogs/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blogs/xmlsrv/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blog/xmlsrv/xmlrpc.php [Sat Feb 10 00:16:34 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/blogtest/xmlsrv/xmlrpc.php [Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/b2/xmlsrv/xmlrpc.php [Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/b2evo/xmlsrv/xmlrpc.php [Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/wordpress/xmlrpc.php [Sat Feb 10 00:16:35 2007] [error] [client 69.13.76.82] File does not exist: /var/www/html/phpgroupware/xmlrpc.php I have nothing to be exploited so I'm thinking that wasn't the cause either. I checked user_beancounters and there are also 0 fail counts. Quote: Version: 2.5 uid resource held maxheld barrier limit failcnt 509: kmemsize 4679572 9150217 50000000 50000000 0 lockedpages 0 0 256 256 0 privvmpages 51822 84271 262140 524280 0 shmpages 10913 10929 21504 21504 0 dummy 0 0 0 0 0 numproc 52 91 400 400 0 physpages 14273 24587 0 2147483647 0 vmguarpages 0 0 131070 2147483647 0 oomguarpages 14912 33040 26112 2147483647 0 numtcpsock 16 146 360 360 0 numflock 1 6 188 206 0 numpty 2 2 16 16 0 numsiginfo 0 25 256 256 0 tcpsndbuf 154284 371176 1720320 2703360 0 tcprcvbuf 197308 539932 1720320 2703360 0 othersockbuf 13416 239892 1126080 2097152 0 dgramrcvbuf 0 2800 262144 262144 0 numothersock 13 27 360 360 0 dcachesize 0 0 2273280 2416640 0 numfile 1199 2022 5820 5820 0 dummy 0 0 0 0 0 dummy 0 0 0 0 0 dummy 0 0 0 0 0 numiptent 89 89 128 128 0
View Replies!
View Related
A Tale Of Woe And Bad Timing
I decided to merge 2 old dedicated servers into 1 colocated machine with better specs the old machines have a combined number of about 280 accounts. I purchased a Broadberry Server and requested a specific setup and OS (CentOS) after some delays they finally got it working and shipped it to the Datacentre I chose 49pence/RapidSwitch for colocation in the UK I received a email from 49pence on how they wanted it setup and Broadberry did this as well which was good. Unfortunately I got the email it had been received and installed from RapidSwtich before I received the email regarding server admin and password info Broadberry set a very weak password up a bit of an oversight this As within 12 hours of it being installed it was hacked! Being a UK bank holiday we were unable to do anything till today And now we are having to retrieve the server to reinstall everything and start again! I hope the companys involved will be cooperative so we can get this up and running asap. My severs at Coreix end later this month. A lesson to be learned for us and I hope anyone reading Next time we have a check list to make sure nothing gets overlooked! Luckly no data on the server and no harm done other than cost and time.
View Replies!
View Related
Geo Load Balancing Via Timing Connections
I'm working on a script to help users get routed to the nearest, fastest server for the best ping. I'm in 2 datacenters, one on the east and one one the west coast of the US. I've looked at some of the geo lookup programs based on IP, but they either seem inaccurate or expensive.. and just downright difficult to use. I found out that some geo load balancers use the connection speed to figure out the best route. So, I'm trying to think of a way of timing the users connection from multiple server locations. Has anyone here done that sort of thing before? Any suggestions on how to best do that? Two completely different methods I've considered: 1. putting 2 images on a web page, and using javascript to time the loading of them. 2. pinging the user IP from each coast and seeing which is fastest. (Is there a lighter way than ping? )
View Replies!
View Related
FTP Timing Out When Uploading Small Files
There is a behavour with my server FTP when uploading a whole directory with many files in many sub-directories Very often, the server disconnect itself when actively uploading files and the log simply says 'timeout' It is as if the file got 'stuck' half way, and the FTP consider them as idle, therefore it disconnect you with a 'timeout' before reconnecting you. But i have no problem uploading a single 200mb file to the server via FTP. I suppose no problem with 'keep alive' So what is this behavior and how to solve it?
View Replies!
View Related
Browser Timing Out/ftp Issues Asia Pacific/Australia/Oceania To US
I have a VPS located in LA, USA. For over a week now I have had the following network issues: - browser timing out (for me and visitors to my site) - ftp connection issues The server load is low so it's not server related. Traceroute TO the server appears fine. Traceroute FROM the server to users IP's appears to have issues over the SingTel/Optus network. My webhost says it's an issue for SingTel/Optus. SingTel/Optus Engineer say: "Our testings point to a problem either within Cogent's network or on a peering link between Cogent and Singtel in LA. I'd suggest that the owner of the domain (me!) approach his hosting provider and have them escalate to Cogent. We can't escalate to Cogent as we have no peering with them." So I've been the meat in the sandwich for over a week with no sign of a fix. My options appear to be to either move the VPS away from the webhost and host it locally (Australia) or to somehow wait for someone to step up and take responsiblity and get this resolved. My heart says wait as it's not *my* responsibility but it's costing me financially and professionally. Anyone else experiencing similiar/same issues from the Asia Pacific region to the US?
View Replies!
View Related
How Do Websites Get Hacked?
Every now and then I'll run into a website that has a message that says it was hacked by a certain hacker. How exactly do this? Do they hack into the actual server or do they somehow get a hold of the website owners FTP info?
View Replies!
View Related
Can't Connect To Outside Websites
We can't resolve any outside websites, for example wget won't resolve any websites. elvis:~# wget [url] --2009-07-30 03:12:15-- [url] Resolving g-ecx.images-amazon.com... failed: Temporary failure in name resolution. wget: unable to resolve host address `g-ecx.images-amazon.com' elvis:~# How can we debug this? Its just started to do this, before it was fine for months. We can resolve IP addresses fine. elvis:~# wget [url] --2009-07-30 03:18:08-- http://206.251.77.82/~proxy/images/b...ntent-view.png Connecting to 206.251.77.82:80... connected. HTTP request sent, awaiting response... 200 OK Length: 241 [image/png] Saving to: `background-content-view.png' 100%[======================================>] 241 --.-K/s in 0s 2009-07-30 03:18:08 (63.8 MB/s) - `background-content-view.png' saved [241/241] elvis:~#
View Replies!
View Related
How Can I Host My Own Websites
I have three domains that I want to host myself on my own computer. Two are temporary sites that I only put up on Memorial Day weekend for the Detroit Electronic Music Festival or Movement 09 to direct people to my after parties and the other site is a two page bio site for myself. I have a very tight budget this year and I can't afford to pay for web hosting all year round when these are only temporary sites even though I own the domain names all year round. I do know some of the promoters for the festival do the hosting themselves.
View Replies!
View Related
How To Access Websites
Earlier when my client's domain was not resolved he used to easily access his website using [url] But after putting in the openbase dir protection they cannot access the site anymore. how can the user view their site when openbase is protected?
View Replies!
View Related
Websites Are Not Loading
This is a little wierd, I am not able to see any of my websites on my home network, but from anywhere else it seems too load just fine. Even when i go through a proxy site they load. I'm still able to get to WHM and cPanel from my home but the websites themself do not load. this started happing yesturday and after a few hours it seemed to work again on its own.
View Replies!
View Related
Cannot Access Websites
I think I broke my server. I was trying to install Zend Optimizer, but it didn't work. After doing some research, I found out that I needed to disable selinux. After doing so, I rebooted. Then I installed Zend Optimizer and rebooted again. Since then, all my websites have been inaccessible. I can access my server through Plesk control panel, but connection to my websites just timeout. What can I do to fix this? Edit : I can access my sites via FTP as well. Edit 2 : I tried starting Apache with the following command : Quote: /sbin/service httpd start ...but it keeps on telling me that the service is already in use. It seems like TCP is bound to port 80.
View Replies!
View Related
How Do Websites Know IP Addresses
Does the client tell the site or a third party internet "authority" do so. I've heard a guy that make a program that keep changing our IP. How can anyone do that? I thought it requires a proxy to hide your IP. You can't just "lie" to a server right?
View Replies!
View Related
How Many Websites Can Stand On VPS
how many websites can stand on VPS with following configurations? I'm asking this because Can I install whm reselling script like whmphp? or WHM Reseller creator? It enables to create master reseller and whm reseller respectively. So there will be huge number of websites, databases, emails hosted on VPS So which one to choose? 1. Disk space - 10 GB Bandwidth - 200 GB Burst. RAM - 256 MB Gurnt. RAM - 128 MB Max CPU Usage (per CPU) - 80 % OS - CentOS 5.3 2. Disk space - 20 GB Bandwidth - 400 GB Burst. RAM - 512 MB Gurnt. RAM - 256 MB Max CPU Usage (per CPU) - OS - CentOS 5.3 3. Disk space - 30 GB Bandwidth - 800 GB Burst. RAM - 1024 MB Gurnt. RAM - 512 MB Max CPU Usage (per CPU) - OS - CentOS 5.3
View Replies!
View Related
How Many Domains/websites On A VPS
I have a pretty 'beefy' VPS (Future Host 'Titanium' plan, 1Gb RAM, equal share, 750 Mb bandwidth, 50Gb disk). I'm using it mostly to host relatively small, low-traffic Wordpress sites. Right now, there are about 40 domains & blogs set up. The majority see only a few dozen visitors per day. A few have traffic around 100 visitors, and 1 or 2 may get up to 500 per day. My question is, what might be a comfortable limit on domains/blogs I can host before I should start thinking about adding a 2nd VPS?
View Replies!
View Related
Websites Email Going To Spam
I currently have a problem with my websites email going to spam. Most of the mail my website sends out, responses to registration, lost passwords etc...gets sent to spam. I have never used this site to send mass email or newsletters. I was thinking of getting an external hosted email solution, but wanted to know what you thought is the best solution for this and what you use to send out emails from your site.
View Replies!
View Related
Websites Open Slow
all websites on one of my server open very slow..in firefox it just kep saying Waiting.. for at least 10 secs and data is transfered. contents of my.cnf [mysqld] safe-show-database #old_passwords back_log = 50 skip-innodb max_connections = 500 key_buffer_size = 144M myisam_sort_buffer_size = 64M join_buffer_size = 1M read_buffer_size = 1M sort_buffer_size = 2M table_cache = 5000 thread_cache_size = 256 wait_timeout = 20 connect_timeout = 10 tmp_table_size = 64M max_heap_table_size = 64M max_allowed_packet = 64M net_buffer_length = 16384 max_connect_errors = 10 thread_concurrency = 4 concurrent_insert = 2 table_lock_wait_timeout = 30 read_rnd_buffer_size = 786432 bulk_insert_buffer_size = 8M query_cache_limit = 6M query_cache_size = 128M query_cache_type = 1 query_prealloc_size = 262144 query_alloc_block_size = 65536 transaction_alloc_block_size = 8192 transaction_prealloc_size = 4096 default-storage-engine = MyISAM max_write_lock_count = 16 [mysqld_safe] nice = -10 open_files_limit = 8192 [mysqldump] quick max_allowed_packet = 16M [myisamchk] key_buffer = 384M sort_buffer = 384M read_buffer = 256M write_buffer = 256M httpd.conf KeepAlive: Off MaxKeepAliveRequests: 100 KeepAliveTimeout: 1 MinSpareServers: 10 MaxSpareServers: 15 StartServers: 10 MaxClients: 150 MaxRequestsPerChild: 1000
View Replies!
View Related
Hosting Clients Websites
I'm going to be hosting my clients websites and I was wondering how to calculate how much bandwidth / space I should make available to clients and also how much to charge for hosting / maintenance.
View Replies!
View Related
Backup Solution For Websites
I am about to order a VPS for some backup solutions for my websites, to save my backups etc. Now, how should I do it ? Let's say one of my main sites are down (server is having a maintenance or the server went down for some unknown reasons, apache crashed, w/e), how should I do it ? I read something about name servers, but I am totally new to this stuff, as I've never dealt with it before. And no, I do not want any management, it's just a testing box so I can learn it myself. Anyone got any hints on what to do ? Pref. is if you can give me some links to so some sort of guide(s).
View Replies!
View Related
Security Leaks Within Websites
In my /tmp folder I found a file bind.tar.gz and an unpacked directory called bind which contains a bot script. I've tried figuring out where it came from, but after scanning some logs I didn't find the source.... Could anyone tell me what steps to take to find how it got there and from what user, so I can have them close the leak?
View Replies!
View Related
Login Security For Websites
how to best secure logins and password storage, I'm trying to come up with a set of tools to make this easier, but first I'd like to hear opinions if my ideas are feasible, and most importantly secure. Most scripts (including very popular ones like phpBB) send the password & username over http and then perform an MD5 hash on the sent password on the server and compares it to the hash stored in the database. I'm thinking this is really quite insecure for more then a few reasons. 1) The password could easily be sniffed since it's sent in plain-text 2) MD5 is a pretty weak hashing algorithms with plenty of exposed vulnerabilities 3) If a hacker was to get their hands on the database, they could just brute force (birthday, rainbow tables, etc) the passwords and get the passwords to a large group of users in a fairly limited time since people are horrible with their passwords I'm thinking a secure alternative could be something like... 1) Combine the password and username client side (via js) and send the username over plain text, but instead of the password send a hash (preferably with a strong algorithm like SHA256) to the server. -- This would increase the work of a hacker that managed to sniff out the connection right? This shouldn't be a major drain on bandwidth (SHA256 JS Code < 3.5 Kbs) and the length of the hash shouldn't cause any major additional load, right? -- Obviously HTTPS would be a much better solution, but that's quite a bit harder to implement. 2) The server should then perform plenty of operations on the hash sent by the password, the most important of which would be salting the hash and rehashing the result. -- This would make it nearly impossible to use rainbow tables, and a hacker would have to separately brute force each users password? Okay, the set of tools for developers I've mentioned early in this post is available at [url], I'd like some opinions on whether this is even a good idea, and if I'm doing anything (or nothing ) right. I'm going to be making additions to common applications to help increase the level of security in the passwords department.
View Replies!
View Related
Where Do You Go To Host Huge Websites
where do you go host HUGE websites, youtube like sites, with HUGE bandwidth usage? I don't believe people go on host like rackspace, with their 150GB / month packages, unless they want to pay an absurd amount of $$.... so where do these guys go to host? What kind of hosts are these?
View Replies!
View Related
Some Of My Websites Haf Been Hacked
i have a reseller account with canaca.com the safe mode &security mode are on! and everythings was great! till those hackers bastards appeared! they somehow could upload a php shell files to my websites! and then they deleted everythings in 4 of my websites! i contact my tech support and they restored my websites and i checked that there is no shell files! next day,my websites hacked again and there was i php shell files in them! i deleted those god damn files and i deleted the page that the hackers put in my websites! you security is zero,and we will hacked the entire server.., but after 3 hours the pages returned and the shell files are there! i dont belive that! the unbelivable this is that when i want to run those php shell files the safe mode stoped them doing anythings! so how can those bastards do what they do?how can they ulpload the files in the first place? is there any soultions to this problem! cause i restored my websites about 3 times now and everyting i restore it they hacked it again and again!
View Replies!
View Related
Websites Infected With Trojan How To Solve?
i see my websites are infected with some trojan. there are some iframe tag simlilar to this in all index files <iframe src="http://traff<<removed>>.cn/in.cgi?27" width=100 height=80></iframe> any idea how might this iframe inserted in my codes. i have tried to format my systems and remove all saved ftp passwords , but still this virus is comming back and the strange thing is i have website on different servers infected with same virus any idea how this is happened and how to avoide this?
View Replies!
View Related
UK Users Unable To Connect To One Of My Websites
I've been getting a lot of complaints today on my forum that users cannot view their websites which are subdomains on a seperate domain that I own. It makes no sense why they would have access to the forums which is on the same dedicated server, using the same IP, and with the same nameservers as the site they cannot access. This issue started last night out of nowhere. Where should I even start looking? It appears to only be with overseas users since none of the US and Canadian users have any issues with either domains or their subdomains.
View Replies!
View Related
Check Websites Before Dns Propogation
I used to check new websites before dns propagation by adding an entry to windows/system32/drivers/etc/hosts file and used to work perfectly. But now days I think IE7 and Firefox 2 is bypassing the hosts file and the method is not working. any alternative method to check the website before dns propagation?
View Replies!
View Related
Fast Firefox And Bandwidth With Websites
I understand that in firefox you can with this setting about:config network.http.pipelining.maxrequests make it so that the browser make so many requests How does it effect bandwidth of websites and how one can prevent people from coming to your site with so many requests?
View Replies!
View Related
How To Migrate/move All Websites To A New Host
I have now 10 websites hosted in a hosting company. But i now want to move all this websites to another host. So all the websites are based in html and flash (no databases or php). So i will need to upload all the websites to the new host, then point my dns to the new nameservers. Right? im i forgeting something? And about the emails, how can i copy/import all the existing emais ti the new host?
View Replies!
View Related
DNS - Websites Load Very Slowly
We have an issue with websites load very slowly in a new server (centos) and we recieve an email from the server stating the following: IMPORTANT: Do not ignore this email. The hostname (ns.domain.com) resolves to . It should resolve to xx.xxx.xxx.90. Please be sure to correct /etc/hosts as well as the 'A' entry in zone file for the domain. Some are all of these problems can be caused by /etc/resolv.conf being setup incorrectly. Please check this file if you believe everything else is correct. You may be able to automaticly correct this problem by using the ' Add an A entry for your hostname ' under ' Dns Functions ' in your Web Host Manager and when we restart "DNS Server (BIND)" or "named" we get as part of the output the following: view localhost_resolver: received notify for zone 'domain.com': not authoritative Please find below the contents of /etc/hosts , /etc/resolv.conf and /etc/sysconfig/network: /etc/hosts: ::1 localhost6.localdomain6 localhost6 # Do not remove the following line, or various programs # that require network functionality will fail. XX.xxx.xxx.90 ns.domain.com ns 127.0.0.1 localhost /etc/resolv.conf : #domain domain.com #search domain.com #nameserver 127.0.0.1 nameserver xx.xxx.xxx.92 nameserver xx.xxx.xxx.93 /etc/sysconfig/network: NETWORKING=yes NETWORKING_IPV6=yes GATEWAY=xx.xxx.xxx.xx HOSTNAME=ns.domain.com DOMAINNAME=domain.com So what could be wrong with the above settings?
View Replies!
View Related
Viewing Iis6 Websites From My Mac
i recently set up a new testing web server(iis6), but can't view any of my websites hosted on my mac (osx leopard). I can ping the server from the mac, and RDP with out any problems, just can't view any websites. i've tried using the ip of the server (192.168.1.15) in the browser the server name but still no luck. server firewal has been disabled
View Replies!
View Related
How To Deal With Scammers/fraudulent Websites
Something happened to me lately that forced me to think about this (please note, I am not a host): I noticed an unauthorized charge to my credit card by a shady online company that I probably should have never done business with in the first place. I did a whois, and got their host information, IP, etc. And I was wondering what the procedure normally is for informing hosting companies about fraudulent clients. Furthermore, what steps do hosts take to insure that frauds do not scam others as well. If I submit enough evidence to them, can they take any action?
View Replies!
View Related
Hosting Multiple Websites In IIS 5.1
I think this is the right place to post this if not then please move it to the correct forum. Now, I have IIS 5.1 how do you host multiple websites from the same PC or server using ports, I searched around and found very little of use to me it mainly said stuff like: "Right click you defult website, mouse over the new catagory and click new website" That solution is exactly what I needed!! but it only says New "Virtual directory" please help! ,if this is not possible on IIS 5.1 please tell me how to upgrade to IIS 6.0 or give me some very useful links
View Replies!
View Related
UK VPS For 15 Websites And VPN Server
i currently have a reseller server in the states but ive seen for the money im paying (and im not using the space actually) i can get a VPS server here in the UK which i can combine for webhosting and other development projects. I am after a UK based VPS for the following requirements: Host 15 websites Access the box remotely and dial-in to the box which needs to be configured as a VPN server (the box will act as a router, i presume masquerading on eth0 for the connected vpn clients to go out through the server and onto the net). Traffic will not be too high, maybe around 75GB per month. Around 3-4 websites run forums on (small size phpbb) and the other sites are again small and mostly used for email. I will need full root access and maximum configurability. Preferably Suse 10 as i have worked with that before but i am open to suggestions on other OS. I need to configure the pppd service and easier this is via the OS the less time i have to dig in scripts and terminal! I wouldnt mind windows but on a VPS this will be a resource drain so i am happy to get more performance from the box by sticking with smaller footprint of linux. Plesk for website management, or cpanel, i dont mind either way. I dont however know how much CPU/RAM i will need, what is a sensible amount? I dont think my requirements are too strenuous, what would be a good sensible amount of RAM to select to allow me to host say 50 web sites in future? I have heard good things on the forums for the following: a2b2.com cheapvps.co.uk 1and1.co.uk I know you get what you pay for so i do need something reliable, but if people say the service from the above sellers is good i will go for them as the price is fantastic. It would be great to hear of other recommendations also.
View Replies!
View Related
90 Percent Of Websites Vulnerable To Attack
[url] I don't have a clue what WhiteHat is talking about in this article. Could some of you technical people please decipher it, and explain the vulnerabilities in language that webmasters can comprehend who aren't computer scientists? Because then we might be able to figure out how to protect our web sites from being hacked.
View Replies!
View Related
Dedicated IP Addresses; Multiple Websites With SSL..
Hello guys, I have been a longtime lurker (too long ) and I look forward to becoming an active member on the site... I am still in the process of researching a reliable web hosting company. It has been a blessing and a curse to have so many choices. I plan to host multiple ecommerce websites (5) and will need SSL encryption. I have looked at Hostgator as a possible candidate, but their business package has just one dedicated IP address... If I am running 5 seperate ecommerce websites, will I need 5 seperate dedicated IP addresses in order to utilize SSL for each individual site? My suspicion is yes due to security purposes... Also what are good SSL certificates? RapidSSL appears to be a cheaper one, but is it the same as other certificate issuers? Or is buying certs equivalant to buying domains; just but the cheapest ones.... Thanks again guys... Just curious on what my options are. I'm "starting" out and testing the waters so to speak so a dedicated server or higher cost solution is out of the question yet. I would like to find a good quality shared server hosting plan with a reputable company who doesn't overloard servers for profit.... Any ideas what you guys would recommend with the above mentioned... ixwebhosting appears perfect for my needs due to the fact you get 8 dedicated IP's (so they say), but I have read nothing but bad things about them + the price is too good to be true... When I hear the words "Unlimited" I want to run.. Unlimited and Cheap... LOL *rolls eyes* Want quality, fair price, for the above mentioned items...
View Replies!
View Related
Which Host Gives Free Dedi's To Famous Websites
Does any web host give free dedicated server/cluster hosting to non-profit or famous websites? I'm just wondering coz if I made a site and it got 1 million visits per day, who do you think would give me free dedicated cluster server hosting? Or Would only a rich company like google or microsoft be able to do that?
View Replies!
View Related
Server Costs - High Traffic Websites
I have a client with a site (wordpress blog) that gets 10,000 + hits a day. I need to find him a dedicated managed server so that his site runs smoothly and also has no outages. I just received a quote from another host for his Managed Dedicated Servers. CPU1: Intel Xeon 5310 Clovertown (Quad Core) CPU2: Intel Xeon 5310 Clovertown (Quad Core) Total CPU Cores: Eight (8) System RAM: 6144MB (6GB) DDR2 ECC Registered System RAM Primary Hard Disk: 73GB Serial Attached SCSI (SAS) 15,000 RPM High-Performance Hard Disk Second Hard Disk: 250GB SATA-II 7,200 RPM Hard Disk (nightly backup disk) Data Transfer: 2000GB Premium Monthly Bandwidth (100Mbps uplinked port) Operating System: CentOS Enterprise Linux 5 64-Bit (x86_64) Control Panel License: cPanel / WHM + Fantastico Auto Installer$695 a month He posts about 5-10 blogs a day too, so it's definitely a growing community website. He also has a forum with 6500 posts and 389 members. Is this a reasonable price for a dedicated server? Would you recommend a different configuration of hardware that might make it cheaper? I would also like some examples of other sites on similar configurations if you have any, so that I can show my client what they use.
View Replies!
View Related
How Could I Remove Infection Code From A Customer 's Websites
It seems that one of my customers (with a reseller account) has infected their websites and have lines like this inserted inside their web pages HTML Code: <iframe src="http://yxbegan.com/ind.php" width="1" height="1" alt="Uw8bLlKjsi3HqXs"></iframe> how to scan my hardrive and delete those lines or isolate the infected files? My server runs CentOS Linux + Directadmin.
View Replies!
View Related
|