logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: ssl_request.log without mod_ssl.so
Author
Diammo



Joined: 28 Jul 2008
Posts: 9

PostPosted: Mon 08 Apr '13 13:27    Post subject: ssl_request.log without mod_ssl.so Reply with quote

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: 677

PostPosted: Mon 08 Apr '13 15:04    Post subject: Reply with quote

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


Reply to topic   Topic: ssl_request.log without mod_ssl.so View previous topic :: View next topic
Post new topic   Forum Index -> Apache