Hi,

I have some problem with httpd.conf file to make it correctly work for SSL.
here is the default settings.

LoadModule ssl_module modules/mod_ssl.so


<IfModule ssl_module>

SSLRandomSeed startup builtin

SSLRandomSeed connect builtin
</IfModule>

# ----- for PHP ----
LoadModule php5_module "C:/webserver/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php .html
PHPIniDir "C:/webserver/PHP/"
# ------------------



like that i can restart Apache2 but if i had the following lines, it does
not start.

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel info


<VirtualHost localhost:443>
SSLEngine On
SSLCertificateFile conf/ssl/localhost.cert
SSLCertificateKeyFile conf/ssl/localhost.key
</VirtualHost>


I set the LogLevel to "debug" but i do not get any info about the problem.
the only thing that i see is SSLRandomSeed startup builtin twice, but even
if i comment it it does not start.
Where could be the problem ?

--
Alain
------------------------------------
Windows XP SP2
PostgreSQL 8.x
Apache 2.x
PHP 5.x

Reply via email to