Open russellvt opened 2 years ago
For purposes of installing the web configuration (ie. make install-webconf), configure needs to know where Apache (or others) are installed. Defaults to /etc/httpd, not /etc/apache2 or similar
make install-webconf
configure
/etc/httpd
/etc/apache2
Looks like configure.ac (and hence configure) already have a test to find the apache configure directory, setting HTTPD_CONF
For purposes of installing the web configuration (ie.
make install-webconf
),configure
needs to know where Apache (or others) are installed. Defaults to/etc/httpd
, not/etc/apache2
or similar