On Mon, Oct 26, 2009 at 9:01 PM, André Warnier <[email protected]> wrote:
>
> The other way I could think of would be to use virtual hosts, like
>
> Listen 80 HTTP
> Listen 443 HTTPS
>
> NameVirtualHost *:80
> <VirtualHost *:80>
> ...
> </VirtualHost>
>
> NameVirtualHost *:443
> <VirtualHost *:443>
> ... (SSL-based config)
> </VirtualHost>

You don't need the NameVirtualHost directives.

Krist

-- 
[email protected]
[email protected]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
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