Appears to be the same as this upstream bug:
https://issues.apache.org/bugzilla/show_bug.cgi?id=28037
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/815865
Title:
Cookie variable in
(Ignore the newline after 'quux' in the example request)
** Bug watch added: Apache Software Foundation Bugzilla #28037
http://issues.apache.org/bugzilla/show_bug.cgi?id=28037
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2
Public bug reported:
Given the example request:
{{{
GET / HTTP/1.1
Host: example.com
Cookie: __foo_bar="baz"; __foo="quux
"
}}}
and the Apache configuration:
{{{
LogFormat "\"%r\" %>s \"%{__foo}C\" \"%{__foo_bar}C\"" mylogformat
CustomLog /path/to/log mylogformat
}}}
Then the relevant en
Public bug reported:
Binary package hint: apache2
With this example configuration:
{{{
AddExternalAuth auth_script /bin/true
SetExternalAuthMethod auth_script pipe
AddExternalGroup group_script /bin/true
SetExternalGroupMethod group_script pipe
AuthType Basic