| Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3173 Location: Hilversum, NL, EU
|
Posted: Sun 22 Feb '26 10:25 Post subject: === Please report crashes or other issues or all is fine === |
|
|
You can report here when you have crashes or other issues with Apache.
Please report !!
Thanks, Steffen |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 733
|
Posted: Tue 24 Feb '26 18:09 Post subject: |
|
|
| Please also report when all is fine, and say what you runnng. |
|
| Back to top |
|
Otomatic

Joined: 01 Sep 2011 Posts: 314 Location: Paris, France, EU
|
Posted: Wed 25 Feb '26 10:29 Post subject: |
|
|
Hi,
- Apache 2.4.66.3 (2026/02/23)
- PHP 8.5.3 as Apache module
- PHP 8.4.18, 8.3.30 and 8.2.30 as mode FCGID
All work fine. |
|
| Back to top |
|
DnvrSysEngr

Joined: 15 Apr 2012 Posts: 227 Location: Denver, CO USA
|
Posted: Wed 25 Feb '26 15:24 Post subject: |
|
|
Here is my current config on the 23 February 2026 ApacheLounge VS18 build:
Apache/2.4.66 (Win64) OpenSSL/3.6.1 mod_qos/11.76 mod_fcgid/2.3.10-dev running PHP 8.6.0-dev
Granted it is a simple config running PHP running in a test environment, I am happy to report that I have no crashes/hiccups/delays, etc.
A bit of further info:
Server Software: Apache/2.4.66 (Win64) OpenSSL/3.6.1 mod_qos/11.76 mod_fcgid/2.3.10-dev
SSL Version Interface: mod_ssl/2.4.66
SSL Version Library: OpenSSL/3.6.1
Server Protocol: HTTP/2.0
SSL Cipher: TLS_AES_256_GCM_SHA384
SSL Protocol: TLSv1.3
PHP Version: 8.6.0-dev |
|
| Back to top |
|
Stray78

Joined: 15 Apr 2024 Posts: 54 Location: USA
|
Posted: Fri 27 Feb '26 22:37 Post subject: |
|
|
Apache/2.466 (Win64)
OpenSSL/3.61
PHP/8.51 (as a thread safe module)
mod_qos/11.76
mod_security/2.9.12 - OWASP CRS Version/4.22.0
mod_evasive/2.4.0
All is running great. Never had any issues. |
|
| Back to top |
|
BeWog
Joined: 28 Feb 2026 Posts: 1 Location: FR
|
Posted: Sat 28 Feb '26 15:44 Post subject: |
|
|
Not a major issue, but a minor change caught my attention regarding paths and filenames.
For example, in Apache24\conf\httpd.conf or Apache24\conf\extra\httpd-ssl.conf
* ErrorLog "${SRVROOT}/logs/error.log" became ErrorLog "/error_log"
* TransferLog "${SRVROOT}/logs/access.log" became TransferLog "/access_log"
* SSLCertificateFile "${SRVROOT}/conf/server.crt" became SSLCertificateFile "/server.crt"
Thanks |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 733
|
Posted: Sat 28 Feb '26 17:19 Post subject: |
|
|
In latest 260223 :
It is ErrorLog "logs/error_log" and not ErrorLog "/error_log" |
|
| Back to top |
|