Displaying 3 results from an estimated 3 matches for "ilovelinux".
2009 Feb 02
0
[ANNOUNCE] xf86-input-synaptics 1.0.0
...s against the Input/synaptics component.
http://bugs.freedesktop.org/enter_bug.cgi?product=xorg
Cheers,
Peter
Alan Coopersmith (1):
Remove xorgconfig & xorgcfg from See Also list in man page
Christoph Brill (1):
FDI: Add few examples suggested by Christian Schmitt <chris at ilovelinux.de>
Peter Hutterer (2):
properties: implement float properties.
synaptics 1.0
git tag: xf86-input-synaptics-1.0.0
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.0.0.tar.bz2
MD5: 66dd051bb1885613d21ff7a77a7948d8 xf86-input-synaptics-1.0.0.tar.bz2
SHA1...
2017 Jan 11
0
Firefox Issue
...be directed to 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...
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 ............
>