XFileSharing Pro - when i set download speed to any value i get 500 error

Message
Author
Dellow
Posts: 26
Joined: Oct 11, 2007 2:08 am

when i set download speed to any value i get 500 error

#1 Postby Dellow » Sep 17, 2008 6:41 pm

Hello,

when i set download speed to any value and when the user click the download link he get the error 500 .

how to fix this ?


Regards,

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Sep 18, 2008 8:28 am

What's inside the error_log?

Dellow
Posts: 26
Joined: Oct 11, 2007 2:08 am

#3 Postby Dellow » Sep 19, 2008 12:19 pm

Hello,

this is the log error:

Code: Select all

212.107.116.238 - - [19/Sep/2008:15:14:44 +0300] "POST /gaouyz5ovoff/100mb.bin.htm HTTP/1.1" 200 3820 "http://123up.cc/gaouyz5ovoff/100mb.bin.htm" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
212.107.116.238 - - [19/Sep/2008:15:14:49 +0300] "POST /gaouyz5ovoff/100mb.bin.htm HTTP/1.1" 302 - "http://123up.cc/gaouyz5ovoff/100mb.bin.htm" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
212.107.116.238 - - [19/Sep/2008:15:14:49 +0300] "GET /files/down/IOltiaqZDAG8Cq24+9S2/clLda+SOU4l0SP3qRXe6NudxDZsKg==/100mb.bin HTTP/1.1" 404 - 

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Sep 22, 2008 10:01 am

Make sure rewrite rule in htdocs/files/.htaccess is exactly the same:

Code: Select all

RewriteRule	^down/(.+)/(.+)$   /cgi-bin/dl.cgi?$1

Dellow
Posts: 26
Joined: Oct 11, 2007 2:08 am

#5 Postby Dellow » Sep 27, 2008 5:10 am

It is exactly same :

Code: Select all

RewriteRule	^down/(.+)/(.+)$			/cgi-bin/dl.cgi?$1

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#6 Postby PilgrimX182 » Sep 29, 2008 1:47 pm

PM me FTP access, will investigate and fix ASAP.

jolemando
Posts: 10
Joined: Sep 30, 2008 9:27 pm

#7 Postby jolemando » Oct 21, 2008 3:59 pm

How you fix this?
In the htdocs/files/.htaccess it was
RewriteRule ^down/(.+)/(.+?)$ /cgi-bin/dl.cgi?$1

i change to RewriteRule ^down/(.+)/(.+)$ /cgi-bin/dl.cgi?$1

But still get same error

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#8 Postby PilgrimX182 » Oct 22, 2008 5:53 am

does dl.cgi correctly chmoded 755?
check apache error_log for error details.

jolemando
Posts: 10
Joined: Sep 30, 2008 9:27 pm

#9 Postby jolemando » Oct 22, 2008 2:51 pm

dl.cgi was the problem. It works now tnx