Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 18:04:12 -0500
From:      "John Brooks" <john@day-light.com>
To:        <freebsd-isp@FreeBSD.ORG>
Subject:   RE: Setting default e-mail sender on Apache
Message-ID:  <000201c24254$92f1c740$c905010a@daylight.net>
In-Reply-To: <3D580F1C.70908@fud.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
"php_admin_value" simply means that this value cannot be changed outside of
the main config files, whereas php_value can. use this when you want to keep
a client from modifying something. at least that's my understanding of the
difference - YMMV

--
John Brooks
john@stlbsd.org

-----Original Message-----
From: owner-freebsd-isp@FreeBSD.ORG
[mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Andrew Thompson
Sent: Monday, August 12, 2002 2:40 PM
To: francisv@dagupan.com; freebsd-isp@FreeBSD.ORG
Subject: Re: Setting default e-mail sender on Apache


Hi,


Going by what Kevin said (and the webpage) you need:

php_value       sendmail_from   "webmaster@<client>"


rather than what you have put:

php_admin_value sendmail_from "webmaster@<client>"


--Andy




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201c24254$92f1c740$c905010a>