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 while installing Apache http server for windows |
|
Author |
|
Chipi
Joined: 08 Apr 2020 Posts: 1
|
Posted: Wed 08 Apr '20 19:52 Post subject: Error while installing Apache http server for windows |
|
|
I tried to install the windows version of apache. However, i get this following error:
C:\Apache24\bin>httpd.exe
AH00526: Syntax error on line 161 of C:/Apache24/conf/extra/httpd-ahssl.conf:
SSLCertificateFile: file 'C:/Apache24/conf/ssl/serverone.crt' does not exist or is empty
Could you help me in solving this?
Thanks a lot |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 08 Apr '20 20:32 Post subject: |
|
|
Remove the serverone & servertwo vhosts in httpd-ahssl.conf leaving localhost as the only one. serverone & servertwo are a decade old example of the then new SNI feature in mod_ssl.
Or better yet, use httpd-ssl.conf. You have to configure it but httpd-ahssl is for example and also to get it speaking https out of the box. |
|
Back to top |
|
|
|
|
|
|