Re: works on production server but not on localhost :: fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Paul Ihrig" <pihrig@xxxxxxxxxxxxxxx>

> how weird is this....
> just had to uncheck "allow anonymous access".
> and keep checked "Integrated Windows authentication"
>
> just seems a bit silly...
> every thing works fine now.

Of course it works because you're now running the PHP scripts as yourself,
and you have permission to read/write to the directory in question.

If you use anonymous access, like it was said before, PHP runs as the IUSR_*
account. So, in order for it to work, that user must have read/write
permissions for the directory.

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux