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: Apache 2.4.66: Path changes in extra\httpd-ssl.conf
Author
chris5



Joined: 17 Mar 2022
Posts: 5
Location: Germany

PostPosted: Mon 09 Mar '26 11:30    Post subject: Apache 2.4.66: Path changes in extra\httpd-ssl.conf Reply with quote

Hi,

I realized that with Apache 2.4.66 in the file conf/extra/httpd-ssl.conf all paths were changed from ${SRVROOT}/logs/ or ${SRVROOT}/conf/ to just a /
e.g.
Code:
SSLCertificateFile "${SRVROOT}/conf/server.crt"

was changed to
Code:
SSLCertificateFile "/server.crt"


At least on my system this causes the httpd to search for these files directly in C:\

Quote:

C:\my\path\to\Apache2.4_x64\bin>httpd -t
AH00526: Syntax error on line 144 of C:/my/path/to/Apache2.4_x64/conf/extra/httpd-ssl.conf:
SSLCertificateFile: file 'C:/server.crt' does not exist or is empty


Was this change on purpose or by accident?
Or is it meant that I change that line anyhow (and use the new folders conf/certs and conf/private)?

Thanks
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 736

PostPosted: Mon 09 Mar '26 11:42    Post subject: Reply with quote

You running the latest from 23 Feb '26 ?

See also https://www.apachelounge.com/viewtopic.php?p=44161#44161
Back to top
chris5



Joined: 17 Mar 2022
Posts: 5
Location: Germany

PostPosted: Mon 09 Mar '26 12:07    Post subject: Reply with quote

Thanks for your answer,

Yet I'm running the version from 31 Jan '26 but had a short look in the files from Feb whre the config file looked identical.

Good to know it's known and will be changed.
Back to top


Reply to topic   Topic: Apache 2.4.66: Path changes in extra\httpd-ssl.conf View previous topic :: View next topic
Post new topic   Forum Index -> Apache