suexec binary installs in wrong path
am 31.10.2009 12:40:51 von 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 installs to /chroot/apache2/bin/suexec.
I've tried debugging this by looking through the config logs and
checking the hardcoded values in the httpd binary (which are right),
but nothing relevant is showing up. Any insights would be greatly appreciated!
Bye, Ro
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: suexec binary installs in wrong path
am 31.10.2009 14:11:39 von Ro Achterberg
--=====================_622776734==.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
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, where I want it to
>live, it in fact installs to /chroot/apache2/bin/suexec.
>
>I've tried debugging this by looking through the config logs and
>checking the hardcoded values in the httpd binary (which are right),
>but nothing relevant is showing up. Any insights would be greatly appreciated!
>
>Bye, Ro
Here's a little update. I've managed to sort it out, it seemed that
the '--sbindir' directive was set to 'bin' for some reason, where I
(obviously?) expected it to be /usr/sbin, primarily because the
default path to the suexec bin is /usr/sbin/suexec, according to the
documentation at
http://httpd.apache.org/docs/2.2/suexec.html#install
..
Anyway, things are running smoothly again and you may ignore my previous post.
Bye, Ro
--=====================_622776734==.ALT
Content-Type: text/html; charset="us-ascii"
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, where I want it to live, it in fact
installs to /chroot/apache2/bin/suexec.
I've tried debugging this by looking through the config logs and checking
the hardcoded values in the httpd binary (which are right), but nothing
relevant is showing up. Any insights would be greatly
appreciated!
Bye, Ro
Here's a little update. I've managed to sort it out, it seemed that the
'--sbindir' directive was set to 'bin' for some reason, where I
(obviously?) expected it to be /usr/sbin, primarily because the default
path to the suexec bin is /usr/sbin/suexec, according to the
documentation at
http://httpd.apache.org/docs/2.2/suexec.html#install .
Anyway, things are running smoothly again and you may ignore my previous
post.
Bye, Ro
--=====================_622776734==.ALT--