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: installing ssl on apache 2.2.4
Author
untroncho



Joined: 29 Jan 2007
Posts: 2

PostPosted: Mon 29 Jan '07 22:49    Post subject: installing ssl on apache 2.2.4 Reply with quote

hello

i am trying to install/enable ssl in my apache installation on win 2k. i downloaded the bin build available here. when i enable mod_ssl.so in the httpd.cnf file apache does not start i get an error saying it can't find the module mod_ssl.so

anyone??
thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 30 Jan '07 18:04    Post subject: Reply with quote

How does the line look like in httpd.conf you added or changed to enable SSL? What is in your error log?
Back to top
untroncho



Joined: 29 Jan 2007
Posts: 2

PostPosted: Wed 31 Jan '07 0:05    Post subject: Reply with quote

the line is LoadModule ssl_module modules/mod_ssl.so . there is no record of the eeror in the log probably because when i enable this line apache does not start. the error in the cmn windows basically says that apache can't find the mod_ssl.so

i should also say that i am using the package distributed here on top of my own installation which other than ssl works perfectly with php, mysql, etc.

a separate question is what does installing the C++ redistribution package acomplish? i installled it when i was trying to make this work.
Back to top


Reply to topic   Topic: installing ssl on apache 2.2.4 View previous topic :: View next topic
Post new topic   Forum Index -> Apache