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
-1
votes
1 answer
Windows server 2008r2 not executing PHP in sub-folders
I run windows server 2008r2 for purpose of web-hosting. I have plesk panel 12.0 installed on server. I created hosting for one website hardworkerz.net and default physical path is C:\inetpub\vhosts\hardworkerz.net\httpdocs directory.
I am able to…

imvikasmunjal
- 753
- 7
- 14
-1
votes
2 answers
Is a DNS server (like Bind9) usefull with a LAMP stack
The question might seem naive, I know what a DNS server is, but as far as I know, in most cases, you don't need a DNS server as you (or the computer/server) can request an external DNS when needed. And yet, Ubuntu server includes Bind9 by default.…

Buzut
- 815
- 3
- 10
- 23
-1
votes
1 answer
Hosting Behind Airport Extreme
I'm trying to set up a simple web service (running on a macbook) over a custom port behind a Airport Extreme connected to a D-link cable modem that runs on Time Warner.
Reading from https://discussions.apple.com/docs/DOC-3415, I set up port…

etang
- 99
-1
votes
2 answers
Every page turns my url into an IP address (Ubuntu Web Server)
This can probably be fixed quite easily. I tried to research and find the answer to this but couldn't find anything relevant.
Basically, I can access my website perfectly through its url. (ex. example.com)
Whenever I click a link, go to my…

Doug Beney
- 121
- 4
-1
votes
1 answer
Find IP blocks for a hosting provider
Is there anyway to pick a hosting provider and get all IP addresses which they have assigned to them? I've tried the RIPE database but a) it only returns 250 results and b) it includes entries which aren't necessarily applicable. I just wondered if…

Ukuser32
- 133
- 4
-1
votes
1 answer
Will many downloads render my server unresponsive?
For example if I have a web server with 512 MB of RAM and my server is for downloads, will many downloads make my server unresponsive? By unresponsive I mean server error 508(Resource limits has reached).
Please help, I am going to choose best…

Stackexchange User
- 109
- 2
-1
votes
1 answer
Why controls inside update panels took long to update even website integrated with a CDN network?
I have a website which written by using ASP.NET. I hosted this website in USA ( Kansas city ) with Quad Core Processor and 8Gb RAM( Dedicated Server: 1GBPS Speed Line). Also my website is running through cloudflare CDN. I am using update panels in…

Prageeth Liyanage
- 205
- 2
- 6
-1
votes
1 answer
understanding web server memory usage
I have a PaaS hosting solution that sets up a wordpress cloud (DigitalOcean) server with wordpress, all managed by the hosting provider. I still have ssh access/ftp etc... I know that mysql runs on the same server as well. Our site usually gets no…
-1
votes
2 answers
Can't access server through web access despite allowing ports 80 & 443?
Here is the server's iptables file
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [13:2648]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state…

tan
- 3
- 3
-1
votes
1 answer
What to do when an open source tool requires massive bandwidth?
I've written a real-time socket API that communicates with a data provider and emits data models to connections subscribed to model events. Imagine the provider is StackExchange and the model is a question, ie. emit every question as it is created…

rtheunissen
- 109
- 2
-1
votes
1 answer
Using multiple IPs on one machine for web and game server
We are looking to host a game server. The game we are going to be setting up a server for is subject to DDoS from other servers, players, etc.
Many other server and administrators have pointed out that the game only uses TCP ports and most…

I am the Edit
- 3
- 1
-1
votes
2 answers
Subdomains are not resolving
I have an Ubuntu+Virtualmin server with multiple sites on board. Sites are working fine but for some reason "www." and other subdomains are not resolving.
My server IP is 107.170.xxx.xx. If I add this record to my /etc/hosts on local machine, I can…

Ivan Mir
- 131
- 7
-1
votes
2 answers
Hosting a JEE application on my own server with custom domain
I have a website which purpose is to help people build routes and use various map tools. The site is all static with lots of javascript source files which do the logic.
However i want to convert this site to a JEE application and host it on my own…

Joro Seksa
- 99
- 1
-1
votes
4 answers
Is it mandatory to have my own server?
I wonder what are the benefits of having my own hardware hosting my website, and when exactly do I have to own my own server and the costs of that.
For example from an average user who is running a small blog or a personal website, to a corporation…
user14784
-1
votes
2 answers
Web app folder structure
Hot to organize web app folder?
This is example that I use with my common projects:
/home/webmaster/www/sitename.com/
└── doc # documentation, helpful information
└── log # folder for server logs for that…

Sonique
- 241
- 1
- 9