hi, with ETCH:
apt-get install build-essential dpkg-dev fakeroot debhelper dpatch apache2-prefork-dev libcap-dev apache2-src autoconf cd /usr/src apt-get source apache2-mpm-itk mv apache2-mpm-itk-2.2.3-01 apache2-mpm-peruser-2.2.3-01 cd apache2-mpm-peruser-2.2.3-01/ rm -f *.patch wget http://www.telana.com/files/httpd-2.2.3-peruser-0.3.0.patch cd debian/ mv apache2-mpm-itk.dirs apache2-mpm-peruser.dirs mv apache2-mpm-itk.postinst apache2-mpm-peruser.postinst mv apache2-mpm-itk.preinst apache2-mpm-peruser.preinst mv apache2-mpm-itk.prerm apache2-mpm-peruser.prerm then i adapted changelog, rules, control like here: http://howtoforge.com/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch after this download the 2.2.10 release of apache and switched apache2.tar.gz in /usr/src/ to this. then i have changed the version information in the foldername and in changelog. dpkg-buildpackage have no errors. apache2 is starting without any problems, but no "It works" will come. the error.log show this... [Wed Mar 11 11:02:48 2009] [notice] child pid 6265 exit signal Segmentation fault (11) [Wed Mar 11 11:02:48 2009] [notice] child pid 6266 exit signal Segmentation fault (11) [Wed Mar 11 11:02:48 2009] [notice] child pid 6267 exit signal Segmentation fault (11) I have googled this error but I can not find a good description or solution of the problem. Do you have a hint for me? When I get this on working, I will create an official debian package and provide it via my website (mephisto23.com). Thanks for your help in advance. Regards, Stefan _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
