Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c203aeed6 | ||
|
|
0914a96ecc | ||
|
|
f3e631b085 | ||
|
|
fb46d5df49 |
2 changed files with 8 additions and 3 deletions
|
|
@ -199,6 +199,7 @@ 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>
|
||||
|
|
@ -216,10 +217,11 @@ LogLevel warn
|
|||
#CustomLog "logs/access_log" common
|
||||
|
||||
#
|
||||
# If you prefer a logfile with access, agent, and referer information
|
||||
# (Combined Logfile Format) you can use the following directive.
|
||||
# If you prefer a logfile with access, agent, referer, and process/thread
|
||||
# information (an extended Combined Logfile Format), you can use the
|
||||
# following directive.
|
||||
#
|
||||
CustomLog "logs/access_log" combined
|
||||
CustomLog "logs/access_log" combined_ext
|
||||
</IfModule>
|
||||
|
||||
<IfModule alias_module>
|
||||
|
|
|
|||
|
|
@ -849,6 +849,9 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue