Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2004 07:53:22 -0800 (PST)
From:      Anthony Howe <achowe@snert.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/63355: WITH_CUSTOM_WWW and WITHOUT_WWW don't work as expected
Message-ID:  <200402251553.i1PFrMMo049222@www.freebsd.org>
Resent-Message-ID: <200402251600.i1PG0fYI007622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63355
>Category:       ports
>Synopsis:       WITH_CUSTOM_WWW and WITHOUT_WWW don't work as expected
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 08:00:41 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Anthony Howe
>Release:        4.9
>Organization:
>Environment:
FreeBSD mougins.villedemougins.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003     root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Using the www/apache2 make option WITH_CUSTOM_WWW=/var fails to create the web document root in /var/www and insists on placing the document root in /usr/local/www instead.

In order to work around the issue I tried the WITHOUT_WWW option, which still insists on creating /usr/local/www directory with content, when I don't want the defaults.

Essentially it is non-trivial to customise the location or remove the web document tree; and/or www/apache2/Makefile.doc fails to clearly document how to accomplish this task. Searches of the FAQ, articles, Google, provide no relevant information.

>How-To-Repeat:
make \
WITH_DBM="bdb" \
WITH_BERKELEYDB="db42" \
WITH_SUEXEC=yes \
WITH_CUSTOM_WWW=/var install

or

make \
WITH_DBM="bdb" \
WITH_BERKELEYDB="db42" \
WITH_SUEXEC=yes \
WITHOUT_WWW=yes  install

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402251553.i1PFrMMo049222>