Connecting Tech Pros Worldwide Forums | Help | Site Map

safe_mod on a single directory ?

cdt_sylvestre
Guest
 
Posts: n/a
#1: Jul 17 '05
hi
i d like to know if it s possible to apply safe_mod to just one directory in
order to test it with my scripts.
thx



David
Guest
 
Posts: n/a
#2: Jul 17 '05

re: safe_mod on a single directory ?


cdt_sylvestre wrote:
[color=blue]
> hi
> i d like to know if it s possible to apply safe_mod to just one directory
> in order to test it with my scripts.
> thx[/color]

Hi,

yes it's possible:
In the httpd.conf add a line
php_admin_flag safemode on
in the
<Directory /your/dir>
....
</Directory>
environment.

More infos on http://www.onlamp.com/pub/a/php/2001...php_admin.html

Regards
David

David
Guest
 
Posts: n/a
#3: Jul 17 '05

re: safe_mod on a single directory ?


David wrote:
[color=blue]
> yes it's possible:
> In the httpd.conf add a line
> php_admin_flag safemode on
> in the
> <Directory /your/dir>
> ...
> </Directory>
> environment.
>
> More infos on http://www.onlamp.com/pub/a/php/2001...php_admin.html
>
> Regards
> David[/color]

Sorry,

it has to be

php_admin_flag safe_mode on

Regards,
David
cdt_sylvestre
Guest
 
Posts: n/a
#4: Jul 17 '05

re: safe_mod on a single directory ?


thx
"David" <david@REMOVETHISrybach.de> a écrit dans le message de news:
buj1th$d92$1@nets3.rz.RWTH-Aachen.DE...[color=blue]
> David wrote:
>[color=green]
> > yes it's possible:
> > In the httpd.conf add a line
> > php_admin_flag safemode on
> > in the
> > <Directory /your/dir>
> > ...
> > </Directory>
> > environment.
> >
> > More infos on http://www.onlamp.com/pub/a/php/2001...php_admin.html
> >
> > Regards
> > David[/color]
>
> Sorry,
>
> it has to be
>
> php_admin_flag safe_mode on
>
> Regards,
> David[/color]


Closed Thread