XFileSharing Pro - Q: Add new server time out

Message
Author
ilovebible5
Posts: 3
Joined: Apr 07, 2013 3:45 am

Q: Add new server time out

#1 Postby ilovebible5 » Apr 07, 2013 3:57 am

Q: what is the possible cause and how to fix it?


My env: nginx/0.7.65, perl v5.10.1 with fastcgi-wrapper

Site sitting is done, with license id filled. After testing, some functions are ok.
But "add new server" always returns "504 Gateway Time-out". After adding and remove codes in index.cgi, it seems that it's the below code in function "AdminServerSave" that cause the time out, the "api.cgi" in the same dir is callable with post data.

my $res = $ses->api($f->{srv_cgi_url}, {op => 'test', fs_key=>$fs_key,site_cgi=>$c->{site_cgi}} );

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Apr 07, 2013 3:01 pm

what is your domain name?

ilovebible5
Posts: 3
Joined: Apr 07, 2013 3:45 am

#3 Postby ilovebible5 » Apr 08, 2013 2:56 am

it is "99files.net" (no www prefix). THX!~~