[email protected] writes:

> That is exatly how do I do it now.
> But the point is that I've noticed how diif between:
> <VirtualHost *:80>
>       ... plain HTTP website
> </VirtualHost>
>
> <VirtualHost *:443>
>       ... SSL website
> </VirtualHost>
>
> for a SAME site, is jus a 3 lines.
> That is:
> SSLEngine On and path to key and cert file.
>
> So, had a thought of excluding port from VH container and leaving only IP, 
> like:
> <VirtualHost 5.5.5.5>
>
>
> SetEnvIf or any other, similar module, also wouldn't be able to "hack" it 
> in this way?

Try putting the common lines in another file and Include it wherever you
need it.

-- 
Dan Poirier <[email protected]>


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