Subject: | enable other apache binary names in ./configure |
Unfortuantely the name of the apache binary is hardcoded inside the configure script to "httpd".
Some Unix distributions rename the binary to something else e.g. on Debian the Apache binary is called apache or apache2.
Maybe something like ./configure --with-apache=/usr/sbin/apache2 should be added.
Line 19002 of configure reads:
--- snip ---------------------------------------
APACHE2_HTTPD=`$APACHE2_APXS -q SBINDIR`/httpd
--- snip ---------------------------------------
Bye
Thomas