Bug 55670 - www/apache13 SUEXEC_CONF should be more customizable
Summary: www/apache13 SUEXEC_CONF should be more customizable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey A. Chernov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-17 16:00 UTC by Danijel Tasov
Modified: 2003-08-17 19:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danijel Tasov 2003-08-17 16:00:32 UTC
	SUEXEC_CONF should be more customizable


--- /usr/ports/www/apache13/Makefile.old	Sun Aug 17 16:51:49 2003
+++ /usr/ports/www/apache13/Makefile	Sun Aug 17 16:53:09 2003
@@ -37,13 +37,16 @@
 APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT}
 APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log
 APACHE_SUEXEC_USERDIR?=public_html
+APACHE_SUEXEC_UIDMIN?=1000
+APACHE_SUEXEC_GIDMIN?=1000
+APACHE_SUEXEC_CALLER?=www
 
 SUEXEC_CONF= \
 	--enable-suexec \
 	--suexec-docroot=${APACHE_SUEXEC_DOCROOT} \
-	--suexec-caller=www \
-	--suexec-uidmin=1000 \
-	--suexec-gidmin=1000 \
+	--suexec-caller=${APACHE_SUEXEC_CALLER} \
+	--suexec-uidmin=${APACHE_SUEXEC_UIDMIN} \
+	--suexec-gidmin=${APACHE_SUEXEC_GIDMIN} \
 	--suexec-logfile=${APACHE_SUEXEC_LOG} \
 	--suexec-userdir=${APACHE_SUEXEC_USERDIR} \
 	--suexec-safepath=${DEFAULT_PATH}
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-17 19:15:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ache

Over to maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2003-08-17 19:28:54 UTC
State Changed
From-To: open->closed

Committed.