install-bindist.sh.in revision cd2e0fb5f8e86eecb278e9d623f4c272d96f5e3c
2N/A# This script installs the Apache binary distribution and 2N/A dirs=`echo $1 | sed -e 's%/% %g'` 2N/A if test ! -d "${path}" ; then 1392N/A echo "Failed to create directory: ${path}" 26N/A if test "X${fmode}" != X ; then 38N/A if test "X${dmode}" != X ; then 26N/A## determine path to (optional) Perl interpreter 26N/A if test -f
"${dir}/${pperl}" ;
then 26N/Aecho "Installing binary distribution for platform @os@" 30N/A echo "[Preserving existing envvars settings.]" 1256N/A echo "[Preserving existing configuration files.]" 1256N/A echo "[Preserving existing htdocs directory.]" 1256N/A echo "[Preserving existing error documents directory.]" 185N/Ased -e
"s;^#!\@perlbin\@.*;#!$PERL;" -e
"s;\@exp_installbuilddir\@;$SR/build;" \
26N/Aecho " +--------------------------------------------------------+" 46N/Aecho " | You now have successfully installed the Apache @ver@ |" 46N/Aecho " | HTTP server. To verify that Apache actually works |" 46N/Aecho " | correctly you should first check the (initially |" 64N/Aecho " | created or preserved) configuration files: |" 46N/Aecho " | You should then be able to immediately fire up |" 46N/Aecho " | Apache the first time by running: |" 1256N/Aecho " | Thanks for using Apache. The Apache Group |" 1256N/Aecho " +--------------------------------------------------------+"