Menu

Thumbnail Issue w/ IIS7 & FastCGI+PHP 5.2.6

2008-07-11
2013-04-25
  • Jonathan Doh

    Jonathan Doh - 2008-07-11

    Linpha 1.3.4 on Windows Server 2008 x64 II7 & FastCGI+PHP 5.2.6. I have updated the timeout values in php.ini from max_execution_time = 30 to max_execution_time = 3600 but to no avail, I still get the following error when trying to generate thumbnails:

    HTTP Error 500.0 - Internal Server Error
    C:\Program Files (x86)\PHP\php-cgi.exe - The FastCGI process exceeded configured request timeout

    Detailed Error Information
    Module FastCgiModule
    Notification ExecuteRequestHandler
    Handler PHP
    Error Code 0x80070102
    Requested URL http://dc:80/linpha/create_all_thumbs.php
    Physical Path C:\inetpub\wwwroot\linpha\create_all_thumbs.php
    Logon Method Anonymous
    Logon User Anonymous

    Everything worked perfectly under FreeBSD + Apache but I'm migrating to Windows now so I need to get this to work. I could go with Apache instead of IIS but since I'm using IIS on port 80 for other things in Windows I'd have to put Apache on a different port so I'd like to avoid that.

    Has anyone else had this issue with IIS7 or 6, etc? I think FastCGI is new to IIS7 only so chances are there aren't too many people running this config :(

    If I change to ISAPI from FastCGI would I have better luck? Any help would be appreciated.

    Thanks.

     
    • Jonathan Doh

      Jonathan Doh - 2008-07-12

      Found the answer here: http://forums.iis.net/t/1147730.aspx

      It no longer times out, but it also doesn't show the progress while creating thumbnails like it did under FreeBSD. Will test now and report back soon...

       

Log in to post a comment.