john.swilt...@wanadoo.fr wrote:
Eric Covener a écrit :
ServerName http://www.fakessh.eu
ServerAlias http://fakessh.eu

Maybe ServerAlias wants a simple hostname (doc implies this), and
doesn't interpret the protocol like ServerName does.

and how to do
it is a mysterious


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


ServerName fakessh.eu
ServerAlias www.fakessh.eu

...and if there is already a 'Listen 80' directive in the config (it may be loaded by an include) then you only need:

NameVirtualHost *

and

<VirtualHost *>


--
Norman
Registered Linux user #461062

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to