APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/08/31 08:16:56 $]
+Last modified at [$Date: 2004/08/31 19:38:46 $]
Release:
*) Don't link suexec against APR/etc libraries.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/Makefile.in?r1=1.38&r2=1.39
- +1: jorton, trawick
+ +1: jorton, trawick, nd
nd: what about the need of -static (dunno)?
jorton: -static was needed only to make sure libapr etc were linked statically
into suexec; they didn't work shared in a binary distribution because
for binary distributors where suexec gets relocated, since libtool
puts an appropriate RPATH in the binary). Not linking suexec against libapr
etc avoids the issue entirely (and avoids scary >1Mb suexec binaries)
+ nd: oh well.
*) mod_headers: Support {...}s tag for SSL variable lookup.
http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff