Refers to the software or hardware that make up a webserver, delivering content on a private or public website.
1
vote
2answers
38 views
How to configure multiple apache virtual hosts on multiple ports?
I have a server with one IP address. I want to run several virtual hosts in an Apache 2.2. And I want all virtual hosts to be accessible on port 80 (plain http), 8000 (plain http) and 443 (ssl).
For ...
1
vote
1answer
40 views
Can I give a friendly error message for connections less than TLS 1.1?
For security reasons, I want to block all TLS connections older than TLS1.1. I also want to give a friendly error message for users who use less than TLS 1.1 on my site. Is there any way to ...
0
votes
1answer
28 views
Is using a single VPS for hosting both websites and games ok?
I'm planning on getting a VPS to host websites that I develop for clients, but I also am thinking about leasing out some of its resources for hosting a game. Hopefully having a heftier server with ...
1
vote
1answer
32 views
Block bots/spiders from development server and static asset domain
We run apache (on windows) and NGINX (on CentOS) development servers. I have the problem that Google some how keeps managing to get hold of the development addresses and indexes them (could it be from ...
-1
votes
2answers
62 views
Webserver Multiple Gateways
I have Ubuntu Server 12.04
I have 3 gateways on my lan
10.0.0.1
10.0.0.2
10.0.0.3
Ubuntu has 3 NICs
eth0 10.0.0.60 gw 10.0.0.1
eth1 10.0.0.61 gw 10.0.0.2
eth2 10.0.0.62 gw 10.0.0.3
If a request ...
0
votes
0answers
13 views
Default Web App in Site
I have a setup like so in IIS
Server
-- Sites
---- SiteAliasInIIS
------ WebApp1
------ WebApp2
------ WebAppN
Is there any way to make WebApp 2 accessible by simply going to ...
1
vote
3answers
58 views
Advice on root account and ports ubuntu server
I've recently launched a website that's only been online 2 days, just checked the auth.log and already there are multiple login attempts being made from an IP based in Asia.
I've changed my own user ...
-1
votes
0answers
21 views
Block request with .htaccess apache [duplicate]
I'm receiving like 10 spam requests per second from plenty of IPs around the world.
They're all loading the same URL :
GET /wp-admin/order.php
I searched for a good way to stop them, and it seems ...
0
votes
1answer
55 views
message “File not found.” when trying to install nginx / owncloud
I'm trying to use nginx as a webserver for my owncloud installation. According to this tutorial, I created the following config file:
server {
listen 59476;
server_name mydomain.de;
...
-1
votes
0answers
16 views
Apache web server routing issues
I successfully set up an apache web server on a virtual machine (VMex1) in an OpenStack environment. However, when I clone my instance (VMex2) and test both their IP addresses in the browser, I get a ...
2
votes
1answer
50 views
Apache Reverse Proxy to Multiple Virtual Machines
I've looked all over for the solution to my problem and cannot find it.
Setup:
So I have a host machine running virtualbox with multiple web servers. Each VM (webserver) has 2 network adaptors; Nat ...
1
vote
2answers
29 views
What is the different usages for sites-available vs the conf.d directory for nginx
I have some experience using linux but none using nginx. I have been tasked with researching load-balancing options for an application server.
I have used apt-get to install nginx and all seems ...
0
votes
1answer
24 views
Apache rewriting URL with port when no port in the Virtual Hosts file
Environment
Ubuntu 12.10
Apache 2.2.22
Background
I'm using name-based virtual hosting. During some point in the setup I added a port 5001 to the virtual hosts list, and successfully accessed ...
4
votes
2answers
15 views
appcmd command to set anonymous authentication on a folder under a Web Application
I would like to run a command to set up anonymous authentication on a folder under a Web Application on IIS. I would like the particular folder to be the only thing affected. I don't want to change ...
0
votes
1answer
11 views
Renting Bandwith Overhead [duplicate]
Preface
I have my own servers that have been given to me by a company I used to work for. I want to use these servers for some sites I've developed. I'm expecting a good amount of traffic and don't ...