[Bug 815865] Re: Cookie variable in Apache LogFormat outputs incorrect value

2011-07-25 Thread Richard Mitchell
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

[Bug 815865] Re: Cookie variable in Apache LogFormat outputs incorrect value

2011-07-25 Thread Richard Mitchell
(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

[Bug 815865] [NEW] Cookie variable in Apache LogFormat outputs incorrect value

2011-07-25 Thread Richard Mitchell
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

[Bug 781036] [NEW] authnz_external module load order matters for GroupExternal and Require file-group

2011-05-11 Thread Richard Mitchell
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