]> git.pld-linux.org Git - packages/apache.git/commitdiff
- added metuxmpm; not aplied until multiple mpms supported
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Jan 2004 21:51:53 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.266

apache.spec

index 7bc527c971680a6c0194c60d2f88eea4bad2c38e..f1373d6449e69b5acc300d6974ec5b1a2ed76a4f 100644 (file)
@@ -14,6 +14,9 @@
 # - add %%post/%%postun to suexec
 # - --with-suexec-gidmin=500 or =100 ?
 # - --with-suexec-uidmin=500 or =1000 ?
+# - multiple MPM support in subpackages like apache-mpm-worker, apache-mpm-prefork
+#   and so on. See SuSE 9 apache rpm for idea how to do this.
+#
 %include       /usr/lib/rpm/macros.perl
 # this is internal macro, don't change to %%apache_modules_api
 %define                _apache_modules_api 20020903
@@ -52,6 +55,8 @@ Patch1:               %{name}-layout.patch
 Patch2:                %{name}-suexec.patch
 Patch3:                %{name}-nolibs.patch
 Patch4:                %{name}-apr.patch
+# taken from suse. project homepage http://www.metux.de/mpm/en/?patpage=index
+Patch5:                httpd-2.0.47-metuxmpm-r6.diff
 URL:           http://httpd.apache.org/
 BuildRequires: automake
 BuildRequires: apr-devel >= 1:0.9.4-1
@@ -601,6 +606,7 @@ Modu
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+#%patch5 -p1
 
 %build
 # sanity check
This page took 0.032082 seconds and 4 git commands to generate.