Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 01:50:02 -0700 (PDT)
From:      TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38051: suexec is NOT being called by Apache 2.0.36
Message-ID:  <200205170850.g4H8o2q64922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/38051; it has been noted by GNATS.

From: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org, abatko@cs.mcgill.ca
Cc:  
Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36
Date: Fri, 17 May 2002 17:41:45 +0900

 Hi
 
 Install Apache 2.0.36 using ports(www/apache2, set
 WITH_SUEXEC), suexec wrpper is installed as
 /usr/local/sbin/suexec .
 
 but mod_suexec.c assume this wrapper installed as
 /usr/local/bin/suexec.
 
 set --with-suexec-bin=/usr/local/sbin/suexec, and suExec
 Mechanism works well.
 
 Index: Makefile
 ===================================================================
 RCS file: /export/ncvs/ports/www/apache2/Makefile,v
 retrieving revision 1.114
 diff -u -r1.114 Makefile
 --- Makefile	9 May 2002 03:55:18 -0000	1.114
 +++ Makefile	17 May 2002 08:28:23 -0000
 @@ -64,6 +64,7 @@
  .if defined(WITH_SUEXEC)
  SUEXEC_USERDIR?= public_html
  CONFIGURE_ARGS+= --enable-suexec \
 +		--with-suexec-bin=/usr/local/sbin/suexec \
  		--with-suexec-caller=www \
  		--with-suexec-userdir="${SUEXEC_USERDIR}" \
  		--with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \
 
 -- 
 TERAMOTO Masahiro
    teramoto@comm.eng.osaka-u.ac.jp
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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