Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: setting up SSL with php MySQL Apache2.2.3 |
|
Author |
|
Bruce
Joined: 28 Nov 2006 Posts: 77 Location: Mars
|
Posted: Thu 11 Jan '07 12:44 Post subject: setting up SSL with php MySQL Apache2.2.3 |
|
|
[notice] Apache/2.2.3 (Win32) mod_ssl/2.2.3 OpenSSL/0.9.8d PHP/5.2.0RC6-dev mod_perl/2.0.3-rc1 Perl/v5.8.8 configured -- resuming normal operations
[Thu Jan 11 02:19:06 2007] [notice] Server built: Sep 28 2006 21:57:41
[Thu Jan 11 02:19:06 2007] [notice] Parent: Created child process 932
[Thu Jan 11 02:19:07 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jan 11 02:19:08 2007] [notice] Child 932: Child process is running
[Thu Jan 11 02:19:08 2007] [notice] Child 932: Acquired the start mutex.
[Thu Jan 11 02:19:08 2007] [notice] Child 932: Starting 250 worker threads.
[Thu Jan 11 02:19:08 2007] [notice] Child 932: Starting thread to listen on port 443.
[Thu Jan 11 02:19:08 2007] [notice] Child 932: Starting thread to listen on port 80.
(this is Apache error logs worn Session Cache is not configured
the following is my httpd.SSL)
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
#SSLSessionCache dbm:c:/Apache2/logs/ssl_scache
SSLSessionCache shmcb:c:/Apache2/logs/ssl_scache(512000)
SSLSessionCacheTimeout 300
(What is not configured as this is my first time setting up SSL
Please help) |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 11 Jan '07 15:54 Post subject: |
|
|
change it to
SSLSessionCache dbm:logs/ssl.scache
that worked for me |
|
Back to top |
|
Bruce
Joined: 28 Nov 2006 Posts: 77 Location: Mars
|
Posted: Thu 11 Jan '07 16:23 Post subject: |
|
|
no that did not work is it supposed to use both cache logs I made matching files and saved them to my Apache logs was that right to do. should one of the scache logs
command lines be deleted |
|
Back to top |
|
|
|
|
|
|