Jille Timmermans wrote: > Hello, > > I was attempting to run this patch in a FreeBSD jail (very lightweight > virtual machine). > The first problem was that this patches peruser.c, and I don't have that > (yeah, well, had, but I rm -rf'ed my apache-dir, to apply this patch to > a clean checkout). > So, I looked at http://www.telana.com/peruser.php, but the patch > downloadable there was with the same name as the attachment, and from 4 > oct 2007. > Is there some 'full version' somewere ? > > (I was intending to start FreeBSD-bughunting myself) > > Btw, I haven't found the meaning of those 'Multiplexers', what are they ? > The patch on telana page needs to be applied first. This creates the peruser.c file. The patch submitted now patches the peruser.c and mpm_default.h files. Use that order and you'll be fine. The attatched patch is named httpd-2.2.3-peruser-0.3.0-dc1.patch and telana peruser patch is named httpd-2.2.3-peruser-0.3.0.patch so names does not match (but are similar for obvious reasons). It's a good idea to keep patches oriented to last major version, so they can be added, removed, investigated more easily.
Multiplexers are owned by nobody and they get the connection, and pass it to a proper child (processor/worker) which handles the request and does the actual job. -- Janno Sannik DataCode OÜ _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
