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: Apache 2.4.25 win64 VC14 - cannot install with OpenSSL? |
|
Author |
|
alexjohnb
Joined: 26 Aug 2011 Posts: 22 Location: Middlesex University
|
Posted: Tue 17 Jan '17 18:29 Post subject: Apache 2.4.25 win64 VC14 - cannot install with OpenSSL? |
|
|
Hello,
I'm trying to install the latest available version of Apache (Apache 2.4.25 win64 VC14), but when I install the service with the following command
httpd.exe -k install -n "Apache_2.4.25_win64_VC14" -f "C:\Apache_2.4.25_win64_VC14\conf\openssl.cnf"
I get the following error:
AH00526: Syntax error on line 8 of C:/Apache_2.4.25_win64_VC14/conf/openssl.cnf:
Invalid command 'HOME', perhaps misspelled or defined by a module not included in the server configuration
Any ideas? Many thanks! |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 17 Jan '17 23:28 Post subject: |
|
|
openssl.cnf is not a Apache configuration file, it's only for openssl itself and you need do nothing with it.
You want to just add to httpd.conf
Include conf/extra/httpd-ssl.conf
BUT:
You need to edit httpd-ssl.conf
You need ssl certificates and need to tell Apache where they are. |
|
Back to top |
|
alexjohnb
Joined: 26 Aug 2011 Posts: 22 Location: Middlesex University
|
Posted: Tue 17 Jan '17 23:40 Post subject: Apache 2.4.25 win64 VC14 - cannot install with OpenSSL? |
|
|
Many thanks! Now that you point that out, it makes perfect sense. |
|
Back to top |
|
|
|
|
|
|