From hans at middelhoek.nl Fri Aug 5 15:30:17 2011 From: hans at middelhoek.nl (Hans Middelhoek) Date: Fri, 5 Aug 2011 15:30:17 +0200 Subject: [mpm-itk] Apache 2.2.19 fail on 03-add-mpm-to-build-system.patch Message-ID: <000001cc5373$d0e84850$72b8d8f0$@nl> Hi, Just wondering if this is a problem: # patch -p1 < /home/hans/03-add-mpm-to-build-system.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add the new MPM to the build system as an alternative to the other MPMs, |and mark it as experimental. | |Index: httpd-2.2.17/server/mpm/config.m4 |=================================================================== |--- httpd-2.2.17.orig/server/mpm/config.m4 |+++ httpd-2.2.17/server/mpm/config.m4 -------------------------- Patching file server/mpm/config.m4 using Plan A... Hunk #1 failed at 1. Hunk #2 succeeded at 23. 1 out of 2 hunks failed--saving rejects to server/mpm/config.m4.rej Done After I applied all patches I built Apache and everything, including mpm-itk, seems to work fine. Can I ignore above error, and what isn't patched exactly? Thanks and kind regards, Hans Middelhoek -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgunderson at bigfoot.com Fri Aug 5 16:36:58 2011 From: sgunderson at bigfoot.com (Steinar H. Gunderson) Date: Fri, 5 Aug 2011 16:36:58 +0200 Subject: [mpm-itk] Apache 2.2.19 fail on 03-add-mpm-to-build-system.patch In-Reply-To: <000001cc5373$d0e84850$72b8d8f0$@nl> References: <000001cc5373$d0e84850$72b8d8f0$@nl> Message-ID: <20110805143658.GA15243@uio.no> On Fri, Aug 05, 2011 at 03:30:17PM +0200, Hans Middelhoek wrote: > Just wondering if this is a problem: Hi, The diff is against 2.2.17, not 2.2.19. Either apply the patch manually, use 2.2.17, or use a premade mpm-itk package from your favorite distributor. /* Steinar */ -- Homepage: http://www.sesse.net/ From hans at middelhoek.nl Mon Aug 22 10:11:52 2011 From: hans at middelhoek.nl (Hans Middelhoek) Date: Mon, 22 Aug 2011 10:11:52 +0200 Subject: [mpm-itk] Apache 2.2.19 fail on 03-add-mpm-to-build-system.patch In-Reply-To: <20110805143658.GA15243@uio.no> References: <000001cc5373$d0e84850$72b8d8f0$@nl> <20110805143658.GA15243@uio.no> Message-ID: <003d01cc60a3$26841d70$738c5850$@nl> Hi, It's failing because of this line: APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. - MPM={beos|event|worker|prefork|mpmt_os2}),[ + + MPM={beos|event|worker|prefork|mpmt_os2|itk}),[ In Apache 2.2.19 source of /server/mpm/config.m4: MPM={beos|event|worker|prefork|mpmt_os2|winnt}),[ This failure isn't a real problem, it only applies to the help parameter of Apache. I 'solve' it by replacing a line in the diff: For the patch series: perl -pi -e 's/beos\|event\|worker\|prefork\|mpmt_os2/beos\|event\|worker\|prefork\|mpmt _os2\|winnt/' 03-add-mpm-to-build-system.patch For monolithic diff: perl -pi -e 's/beos\|event\|worker\|prefork\|mpmt_os2/beos\|event\|worker\|prefork\|mpmt _os2\|winnt/' apache2.2-mpm-itk-2.2.17-01.patch After the modification, the patch applies successfully on Apache 2.2.19. Hans -----Oorspronkelijk bericht----- Van: mpm-itk-bounces at err.no [mailto:mpm-itk-bounces at err.no] Namens Steinar H. Gunderson Verzonden: vrijdag 5 augustus 2011 16:37 Aan: mpm-itk at err.no Onderwerp: Re: [mpm-itk] Apache 2.2.19 fail on 03-add-mpm-to-build-system.patch On Fri, Aug 05, 2011 at 03:30:17PM +0200, Hans Middelhoek wrote: > Just wondering if this is a problem: Hi, The diff is against 2.2.17, not 2.2.19. Either apply the patch manually, use 2.2.17, or use a premade mpm-itk package from your favorite distributor. /* Steinar */ -- Homepage: http://www.sesse.net/ _______________________________________________ mpm-itk mailing list mpm-itk at err.no http://lists.err.no/mailman/listinfo/mpm-itk From rene.bakkum at gmail.com Tue Aug 30 18:37:07 2011 From: rene.bakkum at gmail.com (Rene Bakkum) Date: Tue, 30 Aug 2011 18:37:07 +0200 Subject: [mpm-itk] Upgrade apache2-mpm-itk on Ubuntu Lucid Message-ID: Hi Guys, I am using ITK version of apache for a little while now, and we got some problems with htaccess not being read right. I found out that there was a patch available to solve this. Ubuntu lucid stays on the version 2.2.14. So I have to manually update this to version 2.2.17. Anyone has any tips how to get this updated to the version 2.2.17? Or does anyone know a PPA that is supports the new version on Lucid? Thanks in advanced! Regards, Rene