This is not an offical site for metuxmpm. Until very recently there was none, now that there is, I guess you can just head over to http://www.metux.de/mpm/. There exists a mailing list, you join it by sending a mail to majordomo@metux.de with "subscribe muxmpm" in the body of the message. If you are unfamiliar with majordomo I recommend you to send a "help" in the body to get to know some of the features available to you. All files are available on the mailing list through majordomo!
This page is just a little effort by me (Asbjørn Sannes) to get all relevant patches together into an easily applied patch to the newest version of Apache (until it is included mainstream).
The last change is because if you have ExtendedStatus on, the server-status page becomes several megabytes in size and considerably less useful. If you need more than 256 servers you can change the #define. (It seems to me there should be a better way of handling this)
Release by Seán Gabriel, thank you!
Multiplexer apache apache
Processor ole apache
Processor dole apache
Processor doffen apache
NameVirtualHost *
KeepAlive Off
<VirtualHost *>
        AssignUserID ole apache
        ServerName ole.example.com
        ServerAlias www.ole.example.com
        DocumentRoot /www/ole.example.com
        ServerAdmin ole@example.com
</VirtualHost>
<VirtualHost *>
        AssignUserID dole apache
        ServerName www.dole.example.com
        DocumentRoot /home/dole/wwwdocs
        ServerAdmin dole@example.com
</VirtualHost>
<VirtualHost *>
        AssignUserID doffen apache
        ServerName doffen.example.com
        DocumentRoot /www/doffen.example.com
        ServerAdmin doffen@example.com
</VirtualHost>
<VirtualHost *>
        AssignUserID ole apache
        ServerName www.example.com
        DocumentRoot /www/www.example.com
        ServerAdmin webmaster@example.com
</VirtualHost>
This page is not an official page in any way. Go to http://www.metux.de/mpm/ !