Displaying 2 results from an estimated 2 matches for "ikhouvanmijbuurvrouw".
2017 Jan 11
0
Firefox Issue
...the 1.2.3.4 virtual host file, I included the host name.
(6) Another example is a Virtual Private Server (VPS) hosting multiple
web sites and a mail server (Mail Transfer Agent = MTA) on a single IP
address.
The web sites could be:-
sunshine-in-winter.com
centos-is-wonderful.eu
ilovelinux.uk
ikhouvanmijbuurvrouw.nl
etc.
The mail server (MTA) could be:-
mail3.example.com
When someone attempts to access web site "mail3.example.com", having
that "web site name" in the Apache virtual host file, results in the
request instantly being redirected to 127.0.0.1
One can have several "we...
2017 Jan 11
2
Firefox Issue
Hello Paul,
On Tue, 2017-01-10 at 12:00 +0000, Always Learning wrote:
> (4) The 'extra' Apache Virtual Host file contains ....
>
> <VirtualHost 1.2.3.4:80 dummy.domain.com:80>
Why do you add dummy.domain.com:80 here as the match is done on the
ServerName?
> DocumentRoot /prod/web/domains/dummy/
> ServerName 1.2.3.4
> CustomLog ............
>