> -Original Message-
> From: Rasmus Lerdorf [mailto:rasmus@;php.net]
> Sent: 21 October 2002 05:49
>
> admin directives can only be used in the httpd.conf file.
> Non-admins can
> be used in both httpd.conf and .htaccess. ie. directives
> that end-users
> should not be able to change t
On Sun, 20 Oct 2002, Rasmus Lerdorf wrote:
>admin directives can only be used in the httpd.conf file. Non-admins can
>be used in both httpd.conf and .htaccess. ie. directives that end-users
>should not be able to change themselves should be admin ones.
Thanks. This was explained also in man
On Mon, Oct 21, 2002 at 07:46:53AM +0300, Jani Taskinen wrote:
> Can someone explain what the difference between
> these 'php_value' and 'php_admin_value' directives is?
> (and same goes of course for php_flag vs. php_admin_flag..)
As I recall (and I'm not looking at the code rig
admin directives can only be used in the httpd.conf file. Non-admins can
be used in both httpd.conf and .htaccess. ie. directives that end-users
should not be able to change themselves should be admin ones.
-Rasmus
On Mon, 21 Oct 2002, Jani Taskinen wrote:
>
> Can someone explain what the