Change SUEXEC docroot without changing makefiles under FreeBSD

make WITH_SUEXEC=yes SUEXEC_DOCROOT=’/foo’

Alternately you can add

WITH_SUEXEC=yes
SUEXEC_DOCROOT=’/foo’

to the /etc/make.conf file

Leave a Reply