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: I have an enquiry about Apache 2.2.3 + SSL
Author
apache_freak_1991



Joined: 14 Oct 2006
Posts: 9

PostPosted: Sat 23 Dec '06 16:54    Post subject: I have an enquiry about Apache 2.2.3 + SSL Reply with quote

I want to know...is it possible to install ssl onto apache2.2.3 without having to download/install another apache package.

I mean install ssl on as some kind of module...openssl maybe.

Since then that way it will save time as I won't need to completely re-install apache 2.2.3

Please reply ASAP...if you don't understand then please say so and I will try to put it into better words.

Thanks, apache_freak_1991. Smile


Last edited by apache_freak_1991 on Mon 25 Dec '06 0:47; edited 1 time in total
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Sat 23 Dec '06 17:04    Post subject: Reply with quote

Good question ? Smile Please change your topic title to a meaningfull one, see forumrules. Also do not press our members by saying "Please reply ASAP..."

When you have already installed 2.2.3, then download the binary from here and just copy all the files over, except your conf files like httpd.conf.

Also read the readme in the .zip for installing the Visual C++ 2005 Redistributable Package


Steffen
Back to top
apache_freak_1991



Joined: 14 Oct 2006
Posts: 9

PostPosted: Sat 23 Dec '06 22:00    Post subject: Reply with quote

erm...yeah like i did what you said steffen and it works fine...till I enable mod_ssl and httpd-ssl.conf then apache just wont load...i've created a certificate and all and apache says that the syntax is ok...so what am i doing wrong?

EDIT:

Also I checked the windows log and got this:

Quote:
The Apache service named reported the following error:
>>> Invalid command 'SSLPassPhraseDialog', perhaps misspelled or defined by a module not included in the server configuration .

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


News just in:

It sort of works if i put my httpd.conf file like so:

Quote:

LoadModule ssl_module modules/mod_ssl.so

# Secure (SSL/TLS) connections
#Include conf/extra/httpd-ssl.conf


although I can't go to https://localhost Sad
Back to top
apache_freak_1991



Joined: 14 Oct 2006
Posts: 9

PostPosted: Mon 25 Dec '06 0:46    Post subject: Reply with quote

Please anyone want to help me out...I'm kind of desperate lol. Also I have changed the subject steffen...I hope it's more appropriate.
Back to top
ali_fareed



Joined: 04 Jul 2006
Posts: 61
Location: Bahrain

PostPosted: Tue 26 Dec '06 12:32    Post subject: Reply with quote

uncomment the include by removing the '#'
Back to top
apache_freak_1991



Joined: 14 Oct 2006
Posts: 9

PostPosted: Tue 26 Dec '06 15:06    Post subject: Reply with quote

I did, apache won't start. Did you not read the previous post..."It sort of works if i put my httpd.conf file like so:"
Back to top
ali_fareed



Joined: 04 Jul 2006
Posts: 61
Location: Bahrain

PostPosted: Wed 27 Dec '06 23:01    Post subject: Reply with quote

mod_ssl isn't loading SSLPassPhraseDialog is the first mod_ssl directive in httpd-ssl.conf
Back to top
apache_freak_1991



Joined: 14 Oct 2006
Posts: 9

PostPosted: Wed 27 Dec '06 23:38    Post subject: Reply with quote

erm...could you please put that in english...I didn't quite understand it... Rolling Eyes

EDIT: Nevermind...I figured it out...I didn't make the certificate properly lol.
Back to top


Reply to topic   Topic: I have an enquiry about Apache 2.2.3 + SSL View previous topic :: View next topic
Post new topic   Forum Index -> Apache