[us...@httpd] suexec binary installs in wrong path

2009-10-31 Thread Ro Achterberg
Hi, I'm in the midst of building my chrooted Apache 2.2.14 + suexec + mod_fastcgi + PHP installation, but the httpd --with-suexec-bin configure directive doesn't seem to be working properly. Instead of installing to /chroot/apache2/usr/sbin/suexec, where I want it to live, it in fact

Re: [us...@httpd] suexec binary installs in wrong path

2009-10-31 Thread Ro Achterberg
At 12:40 31-10-2009, Ro Achterberg wrote: Hi, I'm in the midst of building my chrooted Apache 2.2.14 + suexec + mod_fastcgi + PHP installation, but the httpd --with-suexec-bin configure directive doesn't seem to be working properly. Instead of installing to /chroot/apache2/usr/sbin/suexec

[us...@httpd] how to statically link PHP 5.2.x + Apache httpd 2.2.x?

2009-09-29 Thread Ro Achterberg
Hi all, I'm in the midst of setting up my production server, which will be running on a fully chrooted non-root LAMP configuration. Due to my high demands for performance and security, I've been advised by several resources on the net to statically link PHP into Apache. However, all