On 01/16/2015 11:12 PM, Chris Arnold wrote:
<IfDefine SSL>
     <IfDefine !NOSSL>

One of these defines isn't set.

Where should it be set? The SSL VHost has
  <IfDefine SSL>
  <IfDefine !NOSSL>
VHost info.......
..........
  </IfDefine SSL>
  </IfDefine !NOSSL>
---------------------------------------------------------------------

Personally, I'd drop all of those IfDefine containers. You know you want to run SSL, so there's no point checking various Defines. This will also very quickly expose if some prerequisite (like mod_ssl, for example) is missing.


--
Rich Bowen - rbo...@rcbowen.com - @rbowen
http://apachecon.com/ - @apachecon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to