Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Error in line 56 - SSLPassPhraseDialog |
|
Author |
|
nonative
Joined: 14 Oct 2008 Posts: 1
|
Posted: Tue 14 Oct '08 13:54 Post subject: Error in line 56 - SSLPassPhraseDialog |
|
|
I can no longer start the apache windows server - running on win2k server.
I get the following.,
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe -e debug
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module actions_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module alias_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module asis_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module auth_basic_modul
e
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module authn_default_mo
dule
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module authn_file_modul
e
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module authz_default_mo
dule
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module authz_groupfile_
module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module authz_host_modul
e
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module authz_user_modul
e
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module autoindex_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module cgi_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module dir_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module env_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module include_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module isapi_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module log_config_modul
e
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module mime_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module negotiation_modu
le
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module setenvif_module
[Tue Oct 14 13:48:19 2008] [debug] mod_so.c(246): loaded module zend_enabler_mod
ule
Syntax error on line 56 of C:/Program Files/Apache Software Foundation/Apache2.2
/conf/ssl.conf:
Invalid command 'SSLPassPhraseDialog', perhaps misspelled or defined by a module
not included in the server configuration
C:\Program Files\Apache Software Foundation\Apache2.2\bin>
only thing changed since it worked, is that there has been installed at server certificate.
Hope you can help me out |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 14 Oct '08 15:22 Post subject: |
|
|
You forgot to load the SSL module!
Code: |
LoadModule ssl_module modules/mod_ssl.so
|
|
|
Back to top |
|
|
|
|
|
|