PHP and the IUSR_MACHINENAME account ?

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

    PHP and the IUSR_MACHINENAME account ?

    All,
    Been searching on this today whilst redoing permissions. IIS 5.0/Win2K
    Server/PHP 4.3.6, does
    PHP.EXE run using the IUSR account ? If so, what are the basic NTFS
    permissions that I need
    to assign to my site and the PHP folder.

    Thanks.


  • Rico Huijbers

    #2
    Re: PHP and the IUSR_MACHINENAM E account ?

    StinkFinger wrote:
    [color=blue]
    > All,
    > Been searching on this today whilst redoing permissions. IIS 5.0/Win2K
    > Server/PHP 4.3.6, does
    > PHP.EXE run using the IUSR account ? If so, what are the basic NTFS
    > permissions that I need
    > to assign to my site and the PHP folder.
    >
    > Thanks.[/color]

    `Read & Execute', mostly. If your PHP scripts writes to files, you may
    need to add `Modify' permissions.

    -Rico

    Comment

    • StinkFinger

      #3
      Re: PHP and the IUSR_MACHINENAM E account ?

      Thanks =)

      "Rico Huijbers" <E.A.M.Huijbers @REMOVEstudent. tue.nl> wrote in message
      news:c8v4ce$91f $2@news.tue.nl. ..[color=blue]
      > StinkFinger wrote:
      >[color=green]
      > > All,
      > > Been searching on this today whilst redoing permissions. IIS 5.0/Win2K
      > > Server/PHP 4.3.6, does
      > > PHP.EXE run using the IUSR account ? If so, what are the basic NTFS
      > > permissions that I need
      > > to assign to my site and the PHP folder.
      > >
      > > Thanks.[/color]
      >
      > `Read & Execute', mostly. If your PHP scripts writes to files, you may
      > need to add `Modify' permissions.
      >
      > -Rico[/color]


      Comment

      Working...