[email protected] 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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]


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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to