XFileSharing Pro - Cgi

Message
Author
cristiandark
Posts: 9
Joined: Mar 06, 2012 7:29 pm

Cgi

#1 Postby cristiandark » Mar 07, 2012 12:17 pm

until now everything was workin fine, now i get only errors, api.cgi sometimes, and the most common is fs.cgi: ERROR

(die"Error1" unless $ENV{REQUEST_METHOD} eq 'POST';)

503 Service Temporarily Unavailable
nginx/0.8.53

PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

#2 Postby PowerChaos » Mar 08, 2012 12:00 pm

Code: Select all

503 Service Temporarily Unavailable 
nginx/0.8.53
aka server overload

fix your server load and connection time out and your problem is solved

the 503 code is something unic for Nginx
it says to the server ... server is to buzzy to answer your reqeust , please try again later

so your script get that code = your server ....

Greetings From PowerChaos