The web-hosting tag has no wiki summary.
-2
votes
1answer
33 views
How to migrate domain from GoDaddy to my own server? [closed]
I have a simple site that's being hosted on GoDaddy. I've recently purchased my own personal server, and I'd like to migrate the domain over to that. My server is using IIS 7.
Is there a step-by-step ...
1
vote
1answer
30 views
Box Trapper Phobia
Is box trapper bad for web hosting on shared servers? Reason I ask is no one uses it because of the CSF message
Having boxtrapper enabled can very easily lead to your server being
listed in ...
-2
votes
0answers
26 views
Low cost Django Hosting [closed]
I'm looking for a low cost web hosting for a simple shopping cart project in Django.
Is http://www.mochahost.com compatible Django? And how about http://www.webfaction.com? Some people said it only ...
1
vote
4answers
114 views
As a small business, how can I host a static 500GB database in the most cost-effective way possible?
My company is building a database from a large publicly available data set. When we complete it, we will have something like 500GB of data, but the data will never grow beyond that. It takes ...
1
vote
0answers
25 views
Configuring FastCGI for mass hosting setup
I'm running a bunch of websites on a server but I'm having memory issues from all the PHP processes. What should I change?
I need to change FcgidProcessLifeTime to say 600 right which means the user ...
0
votes
1answer
41 views
Cannot find non-www version of newly created subdomain
Using Cpanel, I've just created a subdomain: members.domain.com. I can view the domain on www.members.domain.com but the non-www version doesn't exist. Pinging it I get 'could not find host'.
I've ...
-1
votes
1answer
38 views
Accessing a Computer on a network from elsewhere in the internet
What I am trying to do is setup a Server that relays information. The Server will be on a dynamic IPAddress on a Virtual Computer over at Amazon via Amazon web hosting. My question is: is it possible ...
2
votes
2answers
85 views
Forward http traffic to another ip address with iptables
We want to forward all http traffic to another IP address on an Amazon EC2 stock Linux machine (CentOS based). I know how to do this with proxy rules and apache, but I was assuming iptables would be a ...
3
votes
1answer
52 views
detecting an ip behind proxy
For testing purposes, I am using my machines ip provided by the isp as the address to connect to the server from my phone(my machine/pc is the server). Since ipaddresses are unique in the internet, I ...
0
votes
3answers
64 views
Bizarre Site Slowdown for Some Users with .htaccess Directive
To protect my website on a shared hosting plan, I added this to my .htaccess file:
<Limit GET HEAD POST>
order deny,allow
deny from .ru
deny from .cn
deny from .in
deny from .de
deny from .cz
...
1
vote
2answers
44 views
how to make my domain public? [closed]
I have my web application running in jboss on my pc. But it is accessible only in localhost. I have seen in sites like godaddy, they talk about giving a domain name to your site. But where is the ...
-3
votes
1answer
41 views
What is the disadvantage of using Open source control panel over the paid control panel?
I know this question is too wide and mostly will be opinion answers, but I really need help to get my final decision done because my site that hosted with one of my friend will be moving to a new ...
0
votes
2answers
39 views
light web server to run on vps
Has anyone tried to build a really light server that uses the least amount of space and memory, while giving high performance?
I would assume that linux kernel can be configured to keep only ...
0
votes
1answer
57 views
Do I need 2 public IPs for my hosting?
Is it necessary to have 2 public IPs for a simple-domain hosting?
I want to host my own website in my school but I don't know if I can without 2 IPs, I have only one...
For exemple, may this work:
...
-1
votes
2answers
55 views
Godaddy domain and Bluehost web hosting
I have a domain from Godaddy and web hosting at Bluehost. I want to make this work as some people say no need to transfer the domain from Godaddy to Bluehost. I was trying to find out how to get this ...
0
votes
3answers
108 views
Why do servers go down after a lot of traffic? [closed]
I'm working on an iOS app that makes extensive use of databases, where users will be able to sync their data to a server. However, I'm terrified of the event that if too many users start using the ...
2
votes
1answer
79 views
Where I can find ModSecurity Rules for Specific Applications
Where I can find ModSecurity Rules for Specific Applications specially joomla, wordpress, mambo ?
0
votes
1answer
21 views
janann.com - %1 is not a valid Win32 application
Development of my website began on 08.03.11, it was set to go live mid-December 2011, however, it has collapsed numerous times and my host and developer do not agree who is at fault when Google is ...
0
votes
1answer
49 views
Why my server is up and down successively? [closed]
Our server has just been hacked few days ago, we made a complete backup of it, but, from that time, we get erros while trying to access our websites hosted on it : some times, everything works ...
-4
votes
2answers
41 views
Where is the best place to get reviews on hosting providers? [closed]
I know this is very subjective, but I really need reliable reviews of hosting providers. Thank you for not downvoting :]
2
votes
0answers
11 views
Question about server usage, big community platform [closed]
Possible Duplicate:
How do you do Load Testing and Capacity Planning for Web Sites
I’m working on a community platform writen in PHP, MySQL.
I have some questions about the server usage ...
-3
votes
1answer
58 views
I need to close a web host account, but I don't understand how the domains, name servers, web hosts are working [closed]
I'll try to make this a clear as possible, as its confusing to me. A developer set all of this up and now he's unavailable for this.
There are 2 domain names both with Netfirms: old.com and new.com. ...
0
votes
2answers
29 views
How to point domain temporarily to new server?
I currently have a domain pointing to the IP of a server I want to get rid of.
On another IP, I have my server set up entirely, and I now want to (temporarily) get all visitors to this new server, ...
0
votes
1answer
26 views
Mail on other server
Here is the current DNS setup:
mx.example.com 3600 A 93.157.123.73
example.com 3600 A 93.157.123.93
www.example.com 3600 A 93.157.123.93
mail.example.com 3600 A ...
0
votes
2answers
57 views
How do use Host Headers in IIS 6.0?
I want to resolve a SharePoint site collection running on port 33425 to http://SITENAME/.
I have a server 2003, sp2 hosting Web sites, some using SharePoint. I have DNS set up to point to the IP ...
0
votes
4answers
85 views
What is the best way to remove duplicate files on web hosting's FTP server?
For some reason(Happened before I started working on this project)- my client's website has 2 duplicates of every single file. Effectively tripling the size of the site.
The files look much like ...
2
votes
1answer
39 views
Redirect away from www to non-www domain on nginx from behind HAproxy
I'm a bit confused. I have nginx running on a port other than 80.
# part of nginx.conf
server {
listen 7000;
include /etc/nginx/my_app.conf;
}
That's because my HAProxy is running on 80 on the ...
1
vote
1answer
21 views
Can't find file in .htaccess
In my website I'm trying to implement friendly URLs. I have an index.php file and a .htaccess file in my hosting's public folder. I'm using the following code in the .htaccess file:
DirectoryIndex ...
0
votes
1answer
82 views
Dedicated database server or local database server for performance
We have a dedicated server that contains 3 virtual server with iis 7.5 on it. There are 50 real ip addresses pointing to the server, with some of them assigned to the virtual servers.
I wasn't sure ...
1
vote
2answers
113 views
set iis web farm with WFF and ARR
I use iis7 , wff, arr to setup a web farm.
On one web farm controller, the "ready for load balancing" of every content server turn yes almost immediately.
I use another machine to be the web farm ...
0
votes
1answer
28 views
Add e-mail to domain alias
We are setting up a wordpress multi-site that allows 2 or more websites to operate from a single WP install. The way this usually works is you add the address of the 2nd website as a domain alias of ...
2
votes
1answer
56 views
Ip address of spiders and “official” web bots
Ip address of spiders and “official” web bots
Is there an official API to iplists.com from where I can get the list of spiders.
My intention is to whitelist these IP’s for site scraping.
0
votes
1answer
44 views
IIS 7.5 Shared Hosting with multiple sites and bindings [closed]
I need an IIS shared hosting plan that allows me to create multiple separated websites and edit their bindings.
Eg:
/Site1 (www.site1.com; site1.com; www.site1.org)
/Site2 (www.site2.com; site2.com; ...
1
vote
2answers
82 views
One machine blocked from a single server, and only when it's at this physical location?
I host an e-commerce website for a client who suddenly is unable to access it from his computer. He can ping the server, he can SSH in, but cannot load the website in any browser we've tried: IE, ...
0
votes
2answers
102 views
Searching for outdated CMS versions on server
I'm interested if there is a way to search for all outdated installations of CMS systems on my server ( RHEL). For example, is there a way to automatically search for all old versions of Joomla CMS ...
4
votes
3answers
309 views
Alternative to heroku or google app engine for static files
I'm creating a simple site for my family and which is basically just static files (I don't want a CMS).
I've tried using heroku and google app engine but heroku wind down the server which yields a ...
0
votes
1answer
35 views
Media temple VE ubantu Natty Server setup as reseller hosting
I bought a Media Temple VE server with a ubantu Natty OS and originally set it up with Node.js and MongoDB. I haven't really done anything with it for a while and it's just sitting there. I have a few ...
0
votes
0answers
51 views
Considering renting a VPS for various demands during development stage - What should I look for? [closed]
Me and a few friends are starting to work on a new project in our few time.
We are looking for a relatively cheap solution that will suffice for our humble needs during our development stage.
We ...
1
vote
1answer
53 views
How to reset connection pool in Azure (Error: max pool size was reached)?
I am getting the below error in my Azure website and am scrambling to fix it:
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred ...
0
votes
1answer
51 views
restrict ssh access for different users to different folders
I was looking up how to let multiple user ssh onto my server with the authorized_keys file.
I need to tweak it so that each user logs into a specific directory for each user (ie joeBlah can only see ...
5
votes
2answers
123 views
Is it normal for inbound traffic to far exceed outbound traffic?
I have a web server on a coloc host. All 'planned' activity is over HTTP. (There's no FTP server, no bittorrent client, no IRC bots, etc.)
My inbound traffic is consistently 5-10 times higher than my ...
-1
votes
3answers
104 views
How to access my site with ip address?
I've put my files in public_html but i can't access them with direct ip address? When i got to my ip it displays: "If you feel you have reached this page in error, please contact the web site ...
2
votes
2answers
89 views
If a server doesn't have a .htaccess file, can adding a blank one cause problems?
The company I work for uses a number of hosting areas on different servers for different parts of our process. To begin with, we build things on our local machines and test them in localhost. Then, we ...
0
votes
1answer
38 views
update of mysql server without break
Hy,
I want to update my databases on my mysql server, but for now i usually take my server down before to the update.
I wonder if there is any solution to make the update without any disruption of ...
0
votes
1answer
40 views
Looking for hosting that can handle a web application with around 1,000 users per day [closed]
I am currently building a web application that will eventually receive at least 1,000 users per day. Currently, I am using a Godaddy Virtual Server for hosting in the hope that it would be a cheap ...
0
votes
0answers
40 views
How to add .al domain name to 1and1 VPS control panel [closed]
I have registered a .al (albania) domain name and I want to point it at my 1and1 VPS. The default control panel says "This top level domain (TLD) is not supported. Please try another."
I have shell ...
1
vote
1answer
37 views
What is happening during a cPanel transfer?
I am switching hosting providers and the new host says they can migrate my cPanel with all it's settings. What actually happens during the migration and what kind of risks do I face? I am running ...
0
votes
1answer
77 views
Choosing datacenter location [closed]
I want to buy a shared hosting package from Site5. There are some options for server location. The options are these:
Dallas, TX
Chicago, IL
Los Angeles, CA
San Jose, CA
Seattle, WA
Miami, FL
New ...
1
vote
1answer
46 views
CMS / Server setup to easily host multiple sites
I'm looking for a simple CMS to use for a bunch of micro sites. These are generally sites that are only ever a few pages and are often for friends or simple microsites for work.
What I really want is ...
1
vote
1answer
60 views
In DNS settings, why do you specify both nameservers and A-records?
I just setup a site where my friend registered the domain name and I hosted it. I figured that all I needed to give him was the nameservers to use, however, even after entering them, the site still ...