Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 10:25:09 +0100
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        freebsd-ports <ports@freebsd.org>
Cc:        clement@FreeBSD.org
Subject:   www/apache2 rc startup script
Message-ID:  <20041216092506.GA44964@vision.anyware>

next in thread | raw e-mail | index | archive | help
Dear ports,

There  is  a  problem  with  the Apache  2  port:  the  rc  script
in  $PREFIX/etc/rc.d  does  not   source  the  envvars  stored  in
$PREFIX/sbin.  When Apache is run  with apachectl(1), this file is
sourced, but when Apache is  started with the rc script, apachectl
is not invoked thus envvars is not sourced.

Is  it possible  to  replace command="/usr/local/sbin/httpd"  with
command="/usr/local/sbin/apachectl" in the rc  script?  If not, is
it possible to source envvars?

I use the envvars script to set Apache's umask.

Thanks in advance,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/



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