[Wed Dec 01 08:25:45 2004] [notice] LDAP: SSL support unavailable
This was after I had commented out the IfModule tags in http.conf so as to force ssl into action. Is there a terminal window command I can use to see whether:
1. SSL is available as a service in my current build
2. How to make it available if it is part of my current build
again, many thanks for your help with this
Andrew
On 1 Dec 2004, at 08:17, Bertrand Delacretaz wrote:
Le 1 d�c. 04, � 09:04, Andrew M a �crit :
<IfModule mod_ssl.c>
Include conf/ssl.conf
</IfModule>
This will not be executed if the SSL module is not loaded for any reason, you should have a look at your httpd log files to see if there are any complaints about SSL.
Or put something blatantly wrong here
<IfModule mod_ssl.c>SomeWeirdInvalidErrorTriggeringStatementHereYouGetTheIdea
Include conf/ssl.conf
</IfModule>
to check if the IfModule is indeed activated
-Bertrand
