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: ssl_request.log without mod_ssl.so |
|
Author |
|
Diammo
Joined: 28 Jul 2008 Posts: 9
|
Posted: Mon 08 Apr '13 13:27 Post subject: ssl_request.log without mod_ssl.so |
|
|
i have disabled:
#LoadModule ssl_module modules/mod_ssl.so
but i have again log in ssl_request.log
Do it is normal? |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Mon 08 Apr '13 15:04 Post subject: |
|
|
Look if you have somewhere in your conf a custom log in place, for example:
CustomLog "c:/Apache24/logs/ssl_request.log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" |
|
Back to top |
|
|
|
|
|
|