Status
Not open for further replies.

SnowDoN

Active Member
111
2009
4
10
Hello Friends

ME Facing a Huge Problem
i Have a VPS Server and install Webmin CP

Config of my VPS:
Ram: 512 MB (Burst Ram 1GB)
OS: CentOS 5.4 x64
Kernel and CPU Linux 2.6.18-164.10.1.el5.028stab067.4 on x86_64
Processor information Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz, 4 cores


im using Rapidleech and Torrentflux-b4rt
everything running well but whenever me do remote upload links from Rapidleech to my Rapidshare, Hotfile or Megaupload accounts
my vps stop responding, only its Control panel works, until i don't do reboot it, it doesn't open... or its start work again when file gets uploaded to my accounts

and if i download files using http from rapidleech to my pc its also stop work
its open only when when i do only 1 download with http using download manager or without download manager

what problem it could be, as i check all
apache is fine, i install lighttpd, but nothing happen.

so need your help guys
please tell me how could i get rid of this shit problem ???

could it be get resolve by installing nginx
if yes, then please give me tutorial to install it or install it for me
i could provide a 30 days legal RS account for this help


please please please help friends
its very urgent to me

Thanks in Advance
Regards
 
12 comments
Try to reinstall your VPS with centOS and install Kloxo (there is probably an option for that).

Then try again. If that fails, get support from your provider .. you might expect that from him.
 
Guys i have rebuild my vps lots of times ans have used kloxo too
and shubank cPanel is not a free cp, we have to pay alot for this, and how could apache is the problem ??
 
hey it sounds like you are behind firewall. if you didn't installed firewall then the default iptable rules may be the issue with upload & download. when such problem occurs again, try restarting iptables. ssh command to restart iptable is "service iptables restart".
 
Hello Friends

ME Facing a Huge Problem
i Have a VPS Server and install Webmin CP

Config of my VPS:
Ram: 512 MB (Burst Ram 1GB)
OS: CentOS 5.4 x64
Kernel and CPU Linux 2.6.18-164.10.1.el5.028stab067.4 on x86_64
Processor information Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz, 4 cores


im using Rapidleech and Torrentflux-b4rt
everything running well but whenever me do remote upload links from Rapidleech to my Rapidshare, Hotfile or Megaupload accounts
my vps stop responding, only its Control panel works, until i don't do reboot it, it doesn't open... or its start work again when file gets uploaded to my accounts

and if i download files using http from rapidleech to my pc its also stop work
its open only when when i do only 1 download with http using download manager or without download manager

what problem it could be, as i check all
apache is fine, i install lighttpd, but nothing happen.

so need your help guys
please tell me how could i get rid of this shit problem ???

could it be get resolve by installing nginx
if yes, then please give me tutorial to install it or install it for me
i could provide a 30 days legal RS account for this help


please please please help friends
its very urgent to me

Thanks in Advance
Regards

I would say try to recompile Apache & PHP with CURL are check to see if it's an enabled already on your server you can check this by login to SSH has root then doing the following command below

Run this command VIA SSH
Code:
php -i | grep curl
Your results should look like something this below
Code:
[~]# php -i | grep curl
Configure Command =>  './configure'  '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-sockets' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/lib' '--with-config-file-scan-dir=/usr/local/lib/php.ini.d' '--with-curl=/opt/curlssl/' '--with-curlwrappers' '--with-freetype-dir=/usr' '--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libxml-dir=/opt/xml2/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-png-dir=/usr' '--with-ttf' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr'
curl
cURL Information => libcurl/7.20.0 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
 
dont know if anyone noticed but his got 512mb ram, if it stops responding that means it's overloaded, 512mb ram does nothing, you sdaid whenever you do remote uploads it doesn't respond, that's cause 512mb ram on a VPS won't do that.
 
"Burstable RAM" does not always give you what it says,

burstable ram is shared amongst a lot of other people, so really you could only get 1mb of that burstable ram, it isn't dedicated just to you.
 
Status
Not open for further replies.
Back
Top