Lines 8512-8517
elif test -x "${apache_bin}/httpd"; then
Link Here
|
8512 |
apache_exe="${apache_bin}/httpd" |
8512 |
apache_exe="${apache_bin}/httpd" |
8513 |
elif test -x "${apache_bin}/httpd2"; then |
8513 |
elif test -x "${apache_bin}/httpd2"; then |
8514 |
apache_exe="${apache_bin}/httpd2" |
8514 |
apache_exe="${apache_bin}/httpd2" |
|
|
8515 |
elif test -x "${apache_bin}/apache"; then |
8516 |
apache_exe="${apache_bin}/apache" |
8517 |
elif test -x "${apache_bin}/apache2"; then |
8518 |
apache_exe="${apache_bin}/apache2" |
8515 |
else |
8519 |
else |
8516 |
{ { echo "$as_me:$LINENO: error: Can't find Apache binary in directory ${apache_bin}" >&5 |
8520 |
{ { echo "$as_me:$LINENO: error: Can't find Apache binary in directory ${apache_bin}" >&5 |
8517 |
echo "$as_me: error: Can't find Apache binary in directory ${apache_bin}" >&2;} |
8521 |
echo "$as_me: error: Can't find Apache binary in directory ${apache_bin}" >&2;} |