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: Apache 2.0.59 SSL configuration on WinNT
Author
erixmaOne



Joined: 27 Sep 2006
Posts: 2

PostPosted: Wed 27 Sep '06 21:41    Post subject: Apache 2.0.59 SSL configuration on WinNT Reply with quote

I am having some issues regarding configuration of mod_ssl and OpenSSL on an Apache Server version 2.0.59 running on a Windows Server 2003.

The module seems to load normally, but eventually the server startup process fails. I've set the LogLevel directive to dfebug to get all the errors, but when I check the logfile I cannot see any errors. The last entry says that it is loading the certificate for the SSL-aware server.

Does anyone have an idea of what I might be doing wrong?

Apache 2.0.59
mod_ssl 2.0.59
OpenSSL 0.9.8c
Back to top
ali_fareed



Joined: 04 Jul 2006
Posts: 61
Location: Bahrain

PostPosted: Wed 27 Sep '06 22:35    Post subject: Reply with quote

try running apache from the command line like this
Code:
httpd -t -e debug
this should show you if there is any syntax error
Back to top
erixmaOne



Joined: 27 Sep 2006
Posts: 2

PostPosted: Thu 28 Sep '06 15:13    Post subject: Reply with quote

Thanks!
Back to top


Reply to topic   Topic: Apache 2.0.59 SSL configuration on WinNT View previous topic :: View next topic
Post new topic   Forum Index -> Apache