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: Error while installing Apache http server for windows
Author
Chipi



Joined: 08 Apr 2020
Posts: 1

PostPosted: Wed 08 Apr '20 19:52    Post subject: Error while installing Apache http server for windows Reply with quote

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

PostPosted: Wed 08 Apr '20 20:32    Post subject: Reply with quote

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


Reply to topic   Topic: Error while installing Apache http server for windows View previous topic :: View next topic
Post new topic   Forum Index -> Apache