how is SSLRequireSSL merged?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi...

(Yes I've read the documentation section about merging sections, but
IMHO it's not absolutely clear IMHO)

I have one vhost containing about:
...
<Location />
	SSLRequireSSL
</Location>
...
and possibly also a later location-section on /, containing other
directives, e.g.
<Location />
	#do e.g. some proxy stuff
</Location>

(and yes it's unfortunately required to have two separate sections)


Is the SSLRequireSSL still active, after the merging?

I now it says "later sections override earlier ones"... but what exactly
does "override" mean here,.. "completely" or just those directives which
are defined in the later section?


Or in more general words, having:
<Location />
	directiveA value1
	directiveB value1
</Location>
<Location />
	directiveB value2
	directiveC value2
</Location>

Will the merged result be like:
<Location />
	directiveA value1
	directiveB value2
	directiveC value2
</Location>
or just
<Location />
	directiveB value2
	directiveC value2
</Location>


I used to thought it's always (except for +/- directives like Options or
so) like the former of the two ways, but it seems to be not always like
that, at least with Order/Deny/Allow.


Thanks,
Chris.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux