Author |
|
apache_freak_1991
Joined: 14 Oct 2006 Posts: 9
|
Posted: Sat 23 Dec '06 16:54 Post subject: I have an enquiry about Apache 2.2.3 + SSL |
|
|
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.
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: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 23 Dec '06 17:04 Post subject: |
|
|
Good question ? 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
|
Posted: Sat 23 Dec '06 22:00 Post subject: |
|
|
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 |
|
Back to top |
|
apache_freak_1991
Joined: 14 Oct 2006 Posts: 9
|
Posted: Mon 25 Dec '06 0:46 Post subject: |
|
|
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
|
Posted: Tue 26 Dec '06 12:32 Post subject: |
|
|
uncomment the include by removing the '#' |
|
Back to top |
|
apache_freak_1991
Joined: 14 Oct 2006 Posts: 9
|
Posted: Tue 26 Dec '06 15:06 Post subject: |
|
|
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
|
Posted: Wed 27 Dec '06 23:01 Post subject: |
|
|
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
|
Posted: Wed 27 Dec '06 23:38 Post subject: |
|
|
erm...could you please put that in english...I didn't quite understand it...
EDIT: Nevermind...I figured it out...I didn't make the certificate properly lol. |
|
Back to top |
|