identify exactly what the proposed changes are! Add all new
proposals to the end of this list. ]
+ *) mod_log_config: Cleanup log_header_out function to allow multiple headers
+ like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
+ modules/loggers/mod_log_config.c: r103331
+ jerenkrantz asks: Isn't this what apr_table_merge is for?
+ nd replies: yep. But cookies won't be merged, because browsers don't
+ support it.
+ jerenkrantz: Couldn't we copy the table and merge the values somehow?
+ This just seems like a lot of code to duplicate what we
+ have already. *shrug* Regardless, patch looks okay...
+ +1: nd, jerenkrantz
+
+ *) Reverse Proxy fixes: <Location> bug and Cookie support
+ Patch is at
+ http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch
+ and is in production with Clients.
+ +1:
+
+ *) mod_cgid: Fix PR 36410. Invoke the set_suexec_identity hook from
+ the non-cgid side of the handler, where the full per-server/dir/etc
+ configuration is available instead of using two mod_suexec and
+ mod_userdir specific hacks. See mod_vhost_ldap for an example
+ third-party get_suexec_identity implementation.
+ http://people.apache.org/~colm/2.0.x-suexec-cgid.patch
+ +1: colm
+
+PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
+
*) mod_headers: Support {...}s tag for SSL variable lookup.
http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff
+1: jorton, trawick
jorton: ssl_var_lookup() returns "" in place of NULL, that was really
a deliberate choice... but maybe you're right.
- *) mod_log_config: Cleanup log_header_out function to allow multiple headers
- like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
- modules/loggers/mod_log_config.c: r1.116
- jerenkrantz asks: Isn't this what apr_table_merge is for?
- nd replies: yep. But cookies won't be merged, because browsers don't
- support it.
- jerenkrantz: Couldn't we copy the table and merge the values somehow?
- This just seems like a lot of code to duplicate what we
- have already. *shrug* Regardless, patch looks okay...
- +1: nd, jerenkrantz
*) Provide TLS/SSL upgrade functionality in mod_ssl allowing an unsecure
connection to be upgraded to a secure connection upon request by the
-0: pquerna (2.2)
-0: jorton (msgid <20040305083540.GA24529@redhat.com>)
- *) Reverse Proxy fixes: <Location> bug and Cookie support
- Patch is at
- http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch
- and is in production with Clients.
- +1:
-
- *) mod_cgid: Fix PR 36410. Invoke the set_suexec_identity hook from
- the non-cgid side of the handler, where the full per-server/dir/etc
- configuration is available instead of using two mod_suexec and
- mod_userdir specific hacks. See mod_vhost_ldap for an example
- third-party get_suexec_identity implementation.
- http://people.apache.org/~colm/2.0.x-suexec-cgid.patch
- +1: colm
-
-PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
*) Replace some of the mutex locking in the worker MPM with
atomic operations for higher concurrency.