rank1see...@gmail.com 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 <poir...@pobox.com> --------------------------------------------------------------------- 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