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>
Include conf/ssl.conf
SomeWeirdInvalidErrorTriggeringStatementHereYouGetTheIdea
</IfModule>
to check if the IfModule is indeed activated
-Bertrand
smime.p7s
Description: S/MIME cryptographic signature
