Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 16:02:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        rc@FreeBSD.org
Subject:   [Bug 235185] www/fcgiwrap: environment should be cleaned in /usr/local/etc/rc.d/fcgiwrap
Message-ID:  <bug-235185-20181-jK68eNtFBf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235185-20181@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235185-20181@https.bugs.freebsd.org/bugzilla/>

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

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235185

--- Comment #14 from vas@mpeks.tomsk.su ---
(In reply to Rodrigo Osorio from comment #13)

> Are we allowed to change the way fastcgi behaves, if we think it can breaks hundred of installed servers ? 

If those servers work fine after a reboot (with a minimail environment
available at system startup) this change is not likely to break them.

> Are we supposed to start a service 'manually' instead of using the dedicate service binary 

A good question. The /usr/sbin/service script contains the line:

exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*

so it probably does make a difference using a) the dedicated service command or
b) startup scripts directly. I don't know if this inconsistency is a bug, or a
feature.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235185-20181-jK68eNtFBf>