Compare commits

..

4 commits

Author SHA1 Message Date
Luboš Uhliarik
df59c6d91a new version 2.4.66 2025-12-09 13:52:54 +01:00
Luboš Uhliarik
b5bb2a5e55 mod_ssl: SSLVHostSNIPolicy - Fix handling of STRICT mode 2025-11-12 11:24:03 +01:00
Luboš Uhliarik
7eb31678a8 Merge branch 'rawhide' into f43 2025-11-04 13:28:30 +01:00
Luboš Uhliarik
42daacc7d1 new version 2.4.65 2025-10-18 03:57:50 +02:00
2 changed files with 3 additions and 8 deletions

View file

@ -199,7 +199,6 @@ LogLevel warn
# a CustomLog directive (see below).
#
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" PID: %P %{tid}P %T" combined_ext
LogFormat "%h %l %u %t \"%r\" %>s %b" common
<IfModule logio_module>
@ -217,11 +216,10 @@ LogLevel warn
#CustomLog "logs/access_log" common
#
# If you prefer a logfile with access, agent, referer, and process/thread
# information (an extended Combined Logfile Format), you can use the
# following directive.
# If you prefer a logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#
CustomLog "logs/access_log" combined_ext
CustomLog "logs/access_log" combined
</IfModule>
<IfModule alias_module>

View file

@ -849,9 +849,6 @@ exit $rv
* Tue Dec 09 2025 Luboš Uhliarik <luhliari@redhat.com> - 2.4.66-1
- new version 2.4.66
* Thu Nov 27 2025 Luboš Uhliarik <luhliari@redhat.com> - 2.4.65-5
- Improve default httpd LogFormats for better support diagnostics
* Wed Nov 12 2025 Luboš Uhliarik <luhliari@redhat.com> - 2.4.65-3
- mod_ssl: SSLVHostSNIPolicy - Fix handling of STRICT mode