This is a discussion on Re: Detecting if https is used from within a .conf file within the Modssl Users forums, part of the Web Server and Related Forums category; Toomas Aas said: <snip> > I was thinking of putting this large block of directives into separate > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Toomas Aas said: <snip> > I was thinking of putting this large block of directives into separate > file and Include it in both vhost sections, to tidy up my main config > file. But in order to do that, I would need to define some logic in thi= s > file for those cases where http and https need to be handled separately= .. > I was certain that such possibility exists, but I'm starting to have > some doubts now. Any advice? > > Using Apache 2.0.53. I don't think you can put runtime logic into the configuration but why no= t just put the common stuff in the included file and the protocol specific stuff in the virtual host sections? -- Michael Pacey __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |