Here are the specs: win server 2003 standard ed. apache 2.0.59 php 4.4.6 openssl 0.9.8dI configured everything according to this write-up: http://tud.at/programm/apache-ssl-win32-howto.php3
This is what I'm finding in the error log: [Mon May 07 13:35:32 2007] [notice] Server built: Jul 27 2006 15:55:03 [Mon May 07 13:35:32 2007] [notice] Parent: Created child process 5824 [Mon May 07 13:35:33 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Mon May 07 13:35:34 2007] [notice] Child 5824: Child process is running [Mon May 07 13:35:34 2007] [notice] Child 5824: Acquired the start mutex. [Mon May 07 13:35:34 2007] [notice] Child 5824: Starting 250 worker threads. FATAL: erealloc(): Unable to allocate 13828166 bytes [Mon May 07 13:56:23 2007] [notice] Parent: child process exited with status 1 -- Restarting. [Mon May 07 13:56:25 2007] [notice] Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8d configured -- resuming normal operations And below is the vhost config for the site using SSL. <VirtualHost *:443> ServerAdmin mis@xxxxxxxxxxx DocumentRoot C:\wwwroot\content\sites\the-site ServerName www.the-site.com ServerAlias the-site.com ErrorLog logs/the-site.com-error_log CustomLog logs/the-site.com-access_log common php_value auto_prepend_file C:\wwwroot\lib\prepend.php php_value include_path C:\wwwroot\lib php_value include_path C:\wwwroot\content\core\forms Alias /media C:\wwwroot\content\core\media # SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine on SSLCipherSuite ALL SSLCertificateFile conf/ssl/the-site.com.cert SSLCertificateKeyFile conf/ssl/the-site.com.keyCustomLog logs/the-site_ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost> And this is the SSL conf config: (in httpd.conf) <IfModule mod_ssl.c> Include conf/ssl.conf </IfModule> (in ssl.conf) Listen 443 SSLMutex defaultAny advice or suggestions are appreciated, I can provide additional conf settings if necessary.
thanks, Eben --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx