Displaying 2 results from an estimated 2 matches for "goeiemiddag".
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 ............
>
2017 Jan 11
0
Firefox Issue
Goeiemiddag Leonard,
> 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
&g...