safe_mod on a single directory ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cdt_sylvestre

    safe_mod on a single directory ?

    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

    #2
    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

    Comment

    • David

      #3
      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

      Comment

      • cdt_sylvestre

        #4
        Re: safe_mod on a single directory ?

        thx
        "David" <david@REMOVETH ISrybach.de> a écrit dans le message de news:
        buj1th$d92$1@ne ts3.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]


        Comment

        Working...