Hi. I added a small patch to apache2 as seen in the spec file patch + the patch and here: http://d-srv.com/9.0/httpd-2.0.43-mod_autoindex-color.patch.png
I think it's pretty harmless, I'm using apache2-2.0.43-7mdk at d-srv.com with this patch. I didn't want to apply this on the cooker package since you could achieve the same with: "HeaderName /may_common_header.html", but I like this patch though. What do you think? Chears. -- Regards // Oden Eriksson, Deserve-IT.com
--- apache2.spec 2003-01-08 23:25:00.000000000 +0100
+++ apache2.spec.oden 2003-01-15 14:51:00.000000000 +0100
@@ -29,7 +29,7 @@
%define real_version 2.0.43
%define ap_version %{real_version}
-%define ap_release 6mdk
+%define ap_release 7mdk
%define sourcename httpd-%{real_version}
#New ADVX macros
@@ -68,6 +68,8 @@
# ftp://ftp.rexursive.com/pub/apache/counting_io_flush-2.0.43.patch.gz
Patch5: counting_io_flush-2.0.43.patch.bz2
+Patch6: httpd-2.0.43-mod_autoindex-color.patch.bz2
+
BuildRequires: ADVX-build
BuildRequires: perl >= 0:5.600 libgdbm2-devel %{dbver}-devel byacc glibc-devel libtool
BuildRequires: openssl-devel libexpat0-devel zlib-devel
@@ -316,6 +318,7 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
#Fix apxs
%{__perl} -pi -e 's|\@exp_installbuilddir\@|%{ap_installbuilddir}|;' support/apxs.in
@@ -1059,6 +1062,10 @@
%doc README.ADVX
%changelog
+* Wed Jan 15 2003 Oden Eriksson <[EMAIL PROTECTED]> 2.0.43-7mdk
+- rebuilt against openssl-0.9.7
+- added P6 (check httpd2-VANILLA.conf)
+
* Wed Jan 08 2003 Jean-Michel Dault <[EMAIL PROTECTED]> 2.0.43-6mdk
- Rebuilt with db4
httpd-2.0.43-mod_autoindex-color.patch.bz2
Description: BZip2 compressed data
