Previous Next

Thread: FastCGI Error - Error Description: Access is denied.

Last post 06-12-2008 12:06 AM by Altair Vanzin. 7 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (8 items)

Sort Posts:

  • 03-07-2008, 10:25 AM

    • cyberwolf
    • Not Ranked
    • Joined on 03-07-2008, 2:53 PM
    • Posts 3
    • cyberwolf

    FastCGI Error - Error Description: Access is denied.

     hi there

    i'm using PHP 5.2.5 under IIS 6 (windows server 2003) -php ISAPI

    for some reason I need to install FastCGI to server,

    i'm trying install, but without any luck. getting page:


    Error Details:

        * Error Number: 5 (0x80070005).
        * Error Description: Access is denied.

    HTTP Error 500 - Server Error.
    Internet Information Services (IIS)

     
    plz help :( 


  • 03-07-2008, 2:16 PM In reply to

    • yaminij
    • Top 75 Contributor
    • Joined on 09-24-2007, 8:41 PM
    • Posts 35
    • yaminij

    Re: FastCGI Error - Error Description: Access is denied.

    Please make sure you use fcgiconfig.js the followingway to modify the settings of your fcgiext.ini file and scriptmaps

    /system32/inetsrv/fcgiconfig.js -add -section:"PHP" -extension:"php" -path:"<path to php-cgi.exe>"

    After this your fcgiext.ini file should look something like this

    [Types]

    php=PHP

    [PHP]

    ExePath=<path to php-cgi.exe> 

     

    Also, the scriptmaps on your IIS 6.0 server will have an entry mapping *.php to /windows/system32/inetsrv/fcgiext.dll

     

    If you still get an Access Denied error after this, it is possible that the fastcgi.impersonate = 0 in the php.ini file.

    Hope this helps

    Thanks

    Yamini

    Thanks
    Yamini Jagadeesan, SDET, Microsoft IIS Team
  • 03-07-2008, 4:10 PM In reply to

    • cyberwolf
    • Not Ranked
    • Joined on 03-07-2008, 2:53 PM
    • Posts 3
    • cyberwolf

    Re: FastCGI Error - Error Description: Access is denied.

    Thank you Yamini,

    i've used fcgiconfig.js as u said, but script didnt make changes to fcgiext.ini

    after that, i added these manually

    ------ fcgiext.ini ----
    InstanceMaxRequests=5000
    EnvironmentVars=PHP_FCGI_MAX_REQUESTS:5000

    [Types]
    php=PHP

    [PHP]
    ExePath=C:\program files\php\php-cgi.exe

    and chnaged fastcgi.impersonate = 0  to  1,

    anyway i'm getting same error.

    plz advice,

    thanks 

     

  • 03-07-2008, 4:18 PM In reply to

    • yaminij
    • Top 75 Contributor
    • Joined on 09-24-2007, 8:41 PM
    • Posts 35
    • yaminij

    Re: FastCGI Error - Error Description: Access is denied.

    Are you adding

    InstanceMaxRequests=5000
    EnvironmentVars=PHP_FCGI_MAX_REQUESTS:5000

    above [Types] section? These should be set under [PHP] section.

    [PHP]

    ExePath = C:\program files\php\php-cgi.exe

    InstanceMaxRequests=5000
    EnvironmentVars=PHP_FCGI_MAX_REQUESTS:5000
     

    Can you make sure of that and try again?

    Thanks
    Yamini Jagadeesan, SDET, Microsoft IIS Team
  • 03-07-2008, 4:44 PM In reply to

    • cyberwolf
    • Not Ranked
    • Joined on 03-07-2008, 2:53 PM
    • Posts 3
    • cyberwolf

    Re: FastCGI Error - Error Description: Access is denied.

    i've tried,

    same error :(

    can u give me ur email? I will send u screenshots

    here my email azamrajabov[at] on gmail, or my Y! id: ar_1783job, email me or IM

    thanks
     

  • 04-29-2008, 12:31 PM In reply to

    • scoopseven
    • Not Ranked
    • Joined on 04-29-2008, 4:30 PM
    • Posts 3
    • scoopseven

    Re: FastCGI Error - Error Description: Access is denied.

    Is there any solution to this problem?  Can it be posted?  I'm having the same issue and the fixes above don't work. 

  • 05-15-2008, 11:59 PM In reply to

    • coolhand1977
    • Not Ranked
    • Joined on 05-16-2008, 3:56 AM
    • Posts 1
    • coolhand1977

    Re: FastCGI Error - Error Description: Access is denied.

    The answer is simple. Ensure that the user running the web service has access to your php folder. One easy way, but not recommended is to go to the folder you installed php to, in the folder properties add the user everyone and set the security to full.
  • 06-12-2008, 12:06 AM In reply to

    Re: FastCGI Error - Error Description: Access is denied.

    I'm having the same issue here.

     

    FastCGI under PHP 5.2.5 on Windows 2003 .


    Any ideas?

Page 1 of 1 (8 items)
Page view counter