Ryan Bloom wrote:
>
> I have just finished tagging the tree. I'll be rolling the tarball in a few minute.
>
> Please look at httpd://dev.apache.org/dist in about 30 minutes for the tarballs.
just a quick update. I grabbed & installed the tarball on daedalus,
port 8092. Static pages seem fine, but suexec/bugs.apache.org has a
problem.
When I hit bugs.apache.org:8092 with a browser, I get 500 errors with
"Premature end of script headers" in the error log. Looked at
<install_dir>/sbin/suexec, and it is a libtool shell script. Grabbed
the suexec binary out of <src_dir>/support/.libs and copied it into
<install_dir>/sbin/ , still get 500s.
I suspect the suexec logic in the Makefile needs tweaking.
Greg