The setting up and running of a server to serve web pages via the internet or LAN. Where you are not the administrator of the server the questions may be best asked on webmasters.stackexchange.com (for example if using shared hosting).
Questions tagged [web-hosting]
983 questions
2
votes
2 answers
Software for monitoring many sites
Possible Duplicate:
What tool do you use to monitor your servers?
Can anyone recommend a website monitoring service?
My company builds and maintains sites for our clients. On any given date, we have 400-600 sites active. We build 5-10 per week…

Doug Harris
- 267
- 1
- 4
- 10
2
votes
2 answers
Is it possible to reverse proxy an image and not have it consume bandwidth on the proxy?
Say I have this URL to an image:
www.domain.com/image.jpg
And I want to have image.jpg actually be served from another server entirely (different machine and IP), at
static.domain.com/image.jpg
Is it possible to configure Apache in such a way that…

Kirk Ouimet
- 559
- 3
- 11
- 27
2
votes
1 answer
Adding SSL certificate made it impossible to access all virtual hosts
I just added a self signed SSL certificate on one of my virtual hosts. I'm using Ubuntu Server and Webmin, if that helps. The site I added the certificate for works perfectly, but trying to access a different virtual server takes you to the default…

Arthur
- 279
- 1
- 3
- 11
2
votes
1 answer
Is there any way to point an A record of a web page to another website when that other website is on shared hosting?
I am creating a web application that at this point I am using shared hosting to host. Is there any way for me to give my users the option to point the a record of their domain to my website and I display a certain page when that website is…

chromedude
- 123
- 5
2
votes
2 answers
htacces & sub-directories
How could I give different access to sub-directories?
The first problem is: I must let the programmers modify the htaccess files, but not the access control.
I have access only to htaccess directives for once, not to the httpd.conf of Apache.
And…

chriscatfr
- 123
- 4
2
votes
2 answers
Google Apps Sites
Is anybody using Sites available with Google Apps? I have a very small business and I just want to make a 3/4 pages website giving some information about who we are and what we do? I have purchased domain from GoDaddy and my email and other services…

Aamir
- 135
- 6
2
votes
3 answers
Shouldn't the domain registrar run the nameservers?
My website is hosted by HostGator, but the domain registration is with GoDaddy. My understanding is that the domain registrar - in this case GoDaddy - hosts a service that converts the domain names they administer into IP addresses, and that this is…

Ian Goldby
- 123
- 2
2
votes
2 answers
Would NetBSD be a good choice for a web server?
I've the choice of crafting a NetBSD image for a Xen VPS host, and was just wanting to play around as I like BSD and wished to use it for my general web hosting. I will be hosting a low-mid traffic website and maybe a few other simple services.
Do…

Alexander
- 207
- 1
- 3
- 11
2
votes
1 answer
iptables: block traffic by IP range for specific website
there is a web-hosting server with several sites on it. I need to block some subnets (IP ranges) for some website(s). Is it possible at all?
I've tried something like this:
iptables -A OUTPUT -m owner --uid-owner 99 -d 123.123.0.0/13 -j REJECT
but…

Evolver
- 626
- 2
- 6
- 14
2
votes
1 answer
Setting up a small webhosting service
I have in the past few months gotten acquainted with setting up a linux web server, making it secure & hosting multiple domains on it.
What I am planning to do in the near future is setup a small hosting company that will host 4-5 clients to begin…

DMin
- 398
- 2
- 11
2
votes
3 answers
Setting up and configuring a new VPS server
I am new to VPS servers. I have always used a shared hosting platform all my life. At the moment, we are working on a project at work thats is going to require more than just a shared hosting server, so we decided to setup a VPS account for the…

user431949
- 63
- 1
- 1
- 4
2
votes
3 answers
file system rights in shared web hosting environment
how do you setup files and folders rights in a shared web hosting environment ?
do you use apache + suexec ? how can you prevent members of group "www" to read files belonging to other users in the system ? (through ssh or php)

gpilotino
- 285
- 3
- 9
2
votes
2 answers
How to host multiple websites on a single machine with multiple public IPs
I have a centOS machine with multiple public IPs. We are already running one web application.
I now need to host one more web application on that machine by using one of the public IP addresses that is available for that machine.
In clear words, the…
Raviraja
2
votes
1 answer
Advice on UK Based Dedicated Server / VPS Hosting Companies Required - Price / Customer Service / Specs
I know this seems like a simple question, but I'm struggling to work out who is going to be a decent UK based web host for my next project. It's hard to know which "review" sites are not being paid, there is no consistency between them.
I'm not…

gbro3n
- 259
- 4
- 14
2
votes
2 answers
WEBrick-like php server?
I'm a Rails developer with some Drupal 6 experience.
When I'm developing on Rails, I'm used to modifying my code and then relaunching:
cd /my/project/path
script/server
This will launch an instance of WEBrick, and my site will be available at…

egarcia
- 175
- 13