Subject: apache2 package and SUEXEC
To: None <tech-pkg@netbsd.org>
From: Adrian Portelli <adrianp@stindustries.net>
List: tech-pkg
Date: 06/25/2004 17:29:09
Hi,
I was just looking over the apache2 package and
APACHE_SUEXEC_DOCROOT is currently defined as follows:
APACHE_SUEXEC_DOCROOT?= ${PREFIX}/share/apache/htdocs
Which later gets used as:
--with-suexec-docroot=${APACHE_SUEXEC_DOCROOT}
Shouldn't that be:
"APACHE_SUEXEC_DOCROOT?= ${PREFIX}/share/httpd/htdocs" like it is for
the apache package ?
Or am I missing something ?
BTW: ${PREFIX}/share/apache/htdocs does not exist on a default install
of NetBSD 1.6.
thanks,
adrian.