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.66: Path changes in extra\httpd-ssl.conf |
|
| Author |
|
chris5
Joined: 17 Mar 2022 Posts: 5 Location: Germany
|
Posted: Mon 09 Mar '26 11:30 Post subject: Apache 2.4.66: Path changes in extra\httpd-ssl.conf |
|
|
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
|
|
| Back to top |
|
chris5
Joined: 17 Mar 2022 Posts: 5 Location: Germany
|
Posted: Mon 09 Mar '26 12:07 Post subject: |
|
|
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 |
|
|
|
|
|
|