| View previous topic :: View next topic |
| Author |
Message |
Dellow
Joined: 11 Oct 2007 Posts: 7
|
Posted: Sep 17, 2008 6:41 pm Post subject: when i set download speed to any value i get 500 error |
|
|
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, |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Sep 18, 2008 8:28 am Post subject: |
|
|
| What's inside the error_log? |
|
| Back to top |
|
 |
Dellow
Joined: 11 Oct 2007 Posts: 7
|
Posted: Sep 19, 2008 12:19 pm Post subject: |
|
|
Hello,
this is the log error:
| Code: | 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 - |
|
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Sep 22, 2008 10:01 am Post subject: |
|
|
Make sure rewrite rule in htdocs/files/.htaccess is exactly the same:
| Code: | | RewriteRule ^down/(.+)/(.+)$ /cgi-bin/dl.cgi?$1 |
|
|
| Back to top |
|
 |
Dellow
Joined: 11 Oct 2007 Posts: 7
|
Posted: Sep 27, 2008 5:10 am Post subject: |
|
|
It is exactly same :
| Code: | RewriteRule ^down/(.+)/(.+)$ /cgi-bin/dl.cgi?$1
|
|
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Sep 29, 2008 1:47 pm Post subject: |
|
|
| PM me FTP access, will investigate and fix ASAP. |
|
| Back to top |
|
 |
jolemando
Joined: 30 Sep 2008 Posts: 10
|
Posted: Oct 21, 2008 3:59 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Oct 22, 2008 5:53 am Post subject: |
|
|
does dl.cgi correctly chmoded 755?
check apache error_log for error details. |
|
| Back to top |
|
 |
jolemando
Joined: 30 Sep 2008 Posts: 10
|
Posted: Oct 22, 2008 2:51 pm Post subject: |
|
|
| dl.cgi was the problem. It works now tnx |
|
| Back to top |
|
 |
|