Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting ACL Error on any PHP page I try to call 1

Status
Not open for further replies.

bradsteele

Programmer
Oct 19, 2004
24
CA
Hi,

I am using Windows server 2003, PHP 5.0.4 and I am trying just to call a simple file test.php that has phpinfo(); in it, to confirm that I have php working, but instead I get an "HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)" Does anyone know how to get around this error?

Thanks,

Brad
 
In IIS 6.0 you need to specifically set the applications which are allowed to serve web pages. Try adding the PGP.exe to the Web Service Extensions tree in IIS on the server and set it to 'Allow'
If this doesnt solve the problem, post back.
 
I have php.exe added to the web extensions and it is allowed....still getting the ACL error....
 
I got it to work by adding IIS_WPG group to my PHP folder....thanks to all that posted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top