Date: Tue, 18 Mar 2003 11:09:54 -0800 From: K Anderson <freebsduser@attbi.com> To: "james g." <james@veldt.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache13/suexec Message-ID: <3E776F02.2060805@attbi.com> References: <5A7D8506-5972-11D7-9144-0030654D97EC@veldt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
james g. wrote: > How does one compile apache, with suexec support, from ports? I need it > on one of my client machines, but can't seem to find anything specific > on the proper arguments to give during the: > make install clean > command. I'd rather not have to install it by hand, defeating the beauty > of ports! > > Cheers, > James > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Didja read the Makefile for the port? According to my Makefile... .if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT} APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log APACHE_SUEXEC_USERDIR?=public_html blah blah blah.... Anyways, make install clean WITH_APACHE_SUEXEC=yes Or something like that :) HTH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E776F02.2060805>