FreeBSD Bugzilla – Attachment 92516 Details for
Bug 130179
[PATCH] www/apache22: Enable passing HTTP 'Authorization' headers as compile time option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
apache-2.2.11.patch
apache-2.2.11.patch (text/plain), 1.67 KB, created by
Chen-Yu Tsai
on 2009-01-05 08:40:01 UTC
(
hide
)
Description:
apache-2.2.11.patch
Filename:
MIME Type:
Creator:
Chen-Yu Tsai
Created:
2009-01-05 08:40:01 UTC
Size:
1.67 KB
patch
obsolete
>diff -ruN --exclude=CVS /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22.orig/Makefile /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22/Makefile >--- /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22.orig/Makefile 2009-01-05 14:55:16.110421000 +0800 >+++ /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22/Makefile 2009-01-05 15:55:38.423426000 +0800 >@@ -63,6 +63,7 @@ > SQLITE "Enable SQLite support for apr-dbd" Off \ > IPV6 "Enable IPv6 support" On \ > BDB "Enable BerkeleyDB dbm" Off \ >+ PASS_AUTHORIZATION "Pass HTTP authorization header" Off \ > SVN "Enable Subversion support" Off > .include "${APACHEDIR}/Makefile.options" > .endif >@@ -174,6 +175,10 @@ > . endif > .endif > >+.if defined(WITH_PASS_AUTHORIZATION) >+CFLAGS+= -DSECURITY_HOLE_PASS_AUTHORIZATION >+.endif >+ > CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} > > pre-everything:: >diff -ruN --exclude=CVS /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22.orig/Makefile.doc /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22/Makefile.doc >--- /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22.orig/Makefile.doc 2009-01-05 14:55:16.094417000 +0800 >+++ /.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22/Makefile.doc 2009-01-04 23:50:33.446503000 +0800 >@@ -73,6 +73,8 @@ > ## to "-O0 -g -ggdb3" or ${DEBUG_FLAGS} and > ## defines WITH_EXCEPTION_HOOK too) > ## WITH_EXCEPTION_HOOK: Enable fatal exception hook >+## WITH_PASS_AUTHORIZATION: Passes the HTTP "Authorization" headers in >+## the environment > ## > ## Optionnal patches: > ## WITH_EXPERIMENTAL_PATCHES Add performance patches (generally backported
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130179
: 92516