| sbjoshi@gmail.com 2004-12-28, 7:59 am |
| hi,
i have compiled apache with suexec options and passing all the
parameter. to my surprise apache unable to find the suexec wrapper even
if it generates binary for it.
following is the command i used to compile apache.
../configure --prefix=/apache2 --exec-prefix=/apache2 \
--enable-auth-anon --enable-auth-dbm \
--enable-auth-digest \
--enable-deflate --enable-log-config \
--enable-log-forensic --enable-logio \
--enable-mime-magic --enable-proxy \
--enable-proxy-connect --enable-ssl \
--enable-http --enable-info --enable-suexec \
--enable-cgi --enable-cgid \
--enable-rewrite --enable-so \
--with-ssl=/openssl \
--with-suexec-caller=apache \
--with-suexec-userdir=public_html/cgi-bin \
--with-suexec-docroot=/data1/website \
--with-suexec-uidmin=500 \
--with-suexec-gidmin=500 \
--with-suexec-safepath="/usr/local/bin:/usr/bin:/bin"
i am running RH9 on i386 arch.
any idea or help would be greatly appreciated.
Thanks and Regards,
saurabh
|