[Bug 65119] New: %c doesn't work correctly in log formats

2021-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65119

Bug ID: 65119
   Summary: %c doesn't work correctly in log formats
   Product: Apache httpd-2
   Version: 2.4.46
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: mod_log_config
  Assignee: bugs@httpd.apache.org
  Reporter: cales...@scientia.net
  Target Milestone: ---

Hey.

I've just noted that something like:
   LogFormat   "%{%c}t"
doesn't work as expected and doesn't use the locale's preferred date/time
format, but some default English-whatever format.

I'm using a custom locale, but something like:
  $ date +%c
works just fine and produces the expected string.

I've also checked the /proc//environment of all apache processes - the
contain the correct LANG, so it can't be any wrongdoing in Debian's startup
scripts but must probably be some issue within Apache itself.


Any ideas how to further debug this?

Cheers,
Chris.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so

2021-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

Tom Donovan  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #3 from Tom Donovan  ---


*** This bug has been marked as a duplicate of bug 61517 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so

2021-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

--- Comment #2 from Tom Donovan  ---
This is resolved bug 61517 - MariaDB no longer exports the  my_init() function.
This bug will be fixed in apr-util 1.7.0.

As a workaround, you can download the source file with this fix and use it to
replace the 1.6.1 source file.  It will compile and work with apr-util 1.6.1

wget
http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/dbd/apr_dbd_mysql.c?revision=1872061
-O apr_dbd_mysql.c

Replace the source file: httpd-2.4.46/srclib/apr-util/dbd/apr_dbd_mysql.c 
with the downloaded file and re-build.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org