0
votes
1answer
35 views

Conditional Host File

I'm working locally on a project and want to have some requests to a domain resolve to localhost and others just go where they normally would. I want to essentially do this in my hosts file: ...
0
votes
1answer
370 views

set up mailserver for multiple domains guide for beginner

I am not Linux pro, and after days of trying with tutorials how to set up postfix or other e-mail server I am try to find solution here. In your office we have HP Proliant server with Ubuntu server ...
1
vote
0answers
79 views

how to force ssl with default-ssl without DNS?

I know this has been covered everywhere, and I've actually made this work on another server, but I can't seem to get it to work. I have this RewriteEngine on RewriteCond %{HTTPS} !=on ...
1
vote
1answer
950 views

Setup DNS server for local network (with DHCP) for use with apache

I've set up an ubuntu-server to host a website. But at first i want to configure it to work in my local network. Actually it serves as DHCP server for the whole network with static ip 192.168.170.250 ...
2
votes
1answer
86 views

Login for internet use

How to protect internet access using username and password. I mean that i need a situation, say when anyone opens a browser and trys to go for any site it would redirect to a login page for ...
2
votes
1answer
176 views

DNS and VPN issues

I recently purchased a year contract for a KVM 512MB VPS running Ubuntu 11.04. I'm having some issues setting up some things on it though - two in particular that I just can't for the life of me ...
1
vote
1answer
426 views

How do I make a subdomain of a subdomain?

I have a server that hosts mydomain.com. Then I have a server that hosts subdomain1.mydomain.com. On the subdomain1.mydomain.com server, how do I make subdomains? For instance I want to create ...
5
votes
3answers
269 views

Setting up ssh to a url

I have enabled ssh on one of my computer at home, so I can get to it from my main IP. No I have a domain where I forward it to my ip. Lets say this website is called melikecandycoveredfrogs.com ...