PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   CGI Error-Fixed :D (http://www.photopost.com/forum/photopost-pro-installation-upgrades/125362-cgi-error-fixed-d.html)

hob June 6th, 2006 03:00 PM

CGI Error Fix Under IIS
 
This mainly applies to IIS users using php as cgi,
I had a problem I could not fix despite allowing everyone to basically anything (permissions wise :D )

Anywhoo I have finally fixed the problem,

*Before doing anything check permissions on all the files*

# first off I checked my tmp dir was in the correct postition (under php.ini) it wasn't so I specified a new tmp dir and changed the dir location in php.ini.

# second I changed the timeouts in php.ini (which then caused a CGI timeout error (not the http header errors I was getting))

Now the fun part:

download Metabase Explorer:

http://support.microsoft.com/default...b;en-us;555081

then adjust this setting [W3SVC>CGI Timeout] (I changed it from 60 to 290):
Code:

Content visible to verified customers only.
and it fixed it :D (some other connection timeouts can also be changed)

*Note* the CGI: HTTP header error can also be caused by permissions etc, however mine occurred on files above 2mb (timout on IIS by default is 60 seconds I belive?)

Just uploaded a 4mb file (changed some settings in php.ini as the server was resetting the connection) and it worked :p


All times are GMT -5. The time now is 08:43 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97