| View previous topic :: View next topic |
| Author |
Message |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 03, 2010 12:40 pm Post subject: |
|
|
I have changed timeout settings in httpd config of apache to 600
and changed to no cach and also tried no keep alive.
None of this worked for me... I need other solution please. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1126
|
Posted: Mar 04, 2010 5:37 am Post subject: |
|
|
| You refused to provide access to your server. We can do anything without having access to your server. |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 15, 2010 12:13 pm Post subject: |
|
|
| admin wrote: | | You refused to provide access to your server. We can do anything without having access to your server. |
hi admin,
I didnt given the password because I was moved to a new server...
And now that I am in a new server, the upload stops after a 2 or 3 MB, in other words, is much worst than the old server.
Can you please help me?
Thank you |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1126
|
Posted: Mar 15, 2010 12:18 pm Post subject: |
|
|
| Yes, we can take a look if you will provide ssh access. |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 15, 2010 4:53 pm Post subject: |
|
|
sent! thank you  |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 16, 2010 7:14 pm Post subject: |
|
|
| Quote: | I've disabled mod_security mod so it should be fine now.
Please test and report. |
Thank you for trying to helping me.
I tried to sent a file with 690MB and he stopped at 84% like the old server
Try to sent again the same file and he stopped too but now at 53%...
Any more ideas? Or anyone? Please? |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 17, 2010 3:50 am Post subject: |
|
|
| Please, someone... |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1126
|
Posted: Mar 17, 2010 7:07 am Post subject: |
|
|
| Can't see your connection details in support inbox. What's your email? |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 17, 2010 8:18 am Post subject: |
|
|
| admin wrote: | | Can't see your connection details in support inbox. What's your email? |
luistimoteo@ ... |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 17, 2010 11:36 am Post subject: |
|
|
omg official support said that don't know what causing upload stop...
why everyone can upload files without any problem and I cant? I already tried two different servers and always got the same problem!
anyone expert here that have any solution for me? this can be only a server config right?
Or can be something wrong in the .htaccess file?
this is the htaccess file that I have in root:
| Code: | deny from 127.1.1.4
deny from 127.1.1.1
AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_CGI_AUTHORIZATION:%1]
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^([0-9A-Za-z]{12})(\/?.+|$)$ /cgi-bin/index.cgi?op=download1&id=$1&fname=$2 [L]
RewriteRule ^([0-9A-Za-z]{12})(\/.+|\.html?|$) /cgi-bin/index.cgi?op=download1&id=$1&fname=$2 [L]
RewriteRule ^$ /cgi-bin/index.cgi [L]
RewriteRule ^embed-([0-9A-Za-z]{12})\.html$ /cgi-bin/index.cgi?op=video_embed&file_code=$1 [L]
RewriteRule ^free([0-9]+)\.html$ /cgi-bin/index.cgi?op=registration&aff_id=$1 [L]
RewriteRule ^checkfiles\.html$ /cgi-bin/index.cgi?op=checkfiles [L]
RewriteRule ^contact\.html$ /cgi-bin/index.cgi?op=contact [L]
RewriteRule ^premium\.html$ /cgi-bin/index.cgi?op=payments [L]
RewriteRule ^login\.html$ /cgi-bin/index.cgi?op=login [L]
RewriteRule ^catalogue(.*)\.html$ /cgi-bin/index.cgi?op=catalogue&date=$1 [L]
RewriteRule ^news([0-9]*)\.html$ /cgi-bin/index.cgi?op=news&page=$1 [L]
RewriteRule ^n([0-9]+)-.*\.html$ /cgi-bin/index.cgi?op=news_details&news_id=$1 [L]
RewriteRule ^faq\.html$ /cgi-bin/index.cgi?op=page&tmpl=faq [L]
RewriteRule ^tos\.html$ /cgi-bin/index.cgi?op=page&tmpl=tos [L]
RewriteRule ^links\.html$ /cgi-bin/index.cgi?op=links [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^pages/([a-z0-9\-\_]+).html /cgi-bin/index.cgi?op=page&tmpl=$1$2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^users/([0-9A-Za-z\-_]{4,64})/?([0-9]+|$) /cgi-bin/index.cgi?op=user_public&usr_login=$1&fld_id=$2 [L,NC]
RewriteRule \.pm$ /404.html [L]
ErrorDocument 404 /404.html
Options All Indexes
IndexOptions FancyIndexing |
this is the htaccess file that I have in cgi-bin folder:
| Code: | RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_CGI_AUTHORIZATION:%1]
#LimitRequestBody 10000000000000
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SetEnvIfNoCase Content-Type "^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI testenv.cgi no-gzip dont-vary
SetEnvIfNoCase Request_URI upload_status.cgi no-gzip dont-vary
SetEnvIfNoCase Request_URI upload.cgi no-gzip dont-vary
</IfModule> |
Please someone help me... |
|
| Back to top |
|
 |
Hendrickson
Joined: 18 Nov 2009 Posts: 90
|
Posted: Mar 17, 2010 3:54 pm Post subject: |
|
|
Hmm I can only think that the two servers are with the some host? Maybe try another company. Maybe its a network hosting issue?
Or have you checked your 10mbit line isn't maxed out? |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 17, 2010 7:19 pm Post subject: |
|
|
hmmm I found out that this problem only happens with Firefox.
I tried to use Internet Explorer and the upload was completed, the only problem is that I get stuck on generating links. The file is uploaded but is not showing the links. It's just stuck on generating links...
So...
1) did you experience any issue with Firefox?
2) how can I solve the problem of the generating links?
Thank you |
|
| Back to top |
|
 |
PBI
Joined: 15 Mar 2010 Posts: 25
|
Posted: Mar 18, 2010 5:13 pm Post subject: |
|
|
| heya mate i thing your upload trobel are your server i have teste alot here the last days , and i have try destop upload 987MB files and remote upload about 1Gb to and upload normal try site 700MB i have no trobel att all so i thing your server are the trobel or try install the script agin maby you edite some thing no right and all teste try site whit IE and opera |
|
| Back to top |
|
 |
Timmy
Joined: 10 Feb 2010 Posts: 146
|
Posted: Mar 18, 2010 6:59 pm Post subject: |
|
|
I tried to disable all my addons and the problem continues... also tried to uninstall my firefox installlation and make a fresh install, but once more, the problem continues...
Also, I made a new install of the script and the problem continues... using firefox only!
so the problem that I always had, was always about firefox, no the server...
PBI, btw... can you tell me what config are you using? Thank you! |
|
| Back to top |
|
 |
peterdays
Joined: 10 Mar 2010 Posts: 55
|
Posted: Mar 18, 2010 7:03 pm Post subject: |
|
|
| what site is this?have you got someone else to try this? |
|
| Back to top |
|
 |
|