VPS 256MB Ram And Cpanel VPS Optimized
Jun 11, 2008Maybe there are already many topics about it,but i got lost.
Is it possible to run c-panel vps optimized on 256mb ram?
Or is it better to use another control panel on 256mb Ram?
Maybe there are already many topics about it,but i got lost.
Is it possible to run c-panel vps optimized on 256mb ram?
Or is it better to use another control panel on 256mb Ram?
I'm looking for Cpanel VPS Optimized License.
How give it for cheapest price ? With my server is going to be $10/mo
I need a small VPS for testing and development.
I have read many comments that cpanel on a 256mb VPS is pretty tight.
However, I have not seen many comments about cpanel VPS optimise
[url]
Do any of you have experience about this ?
Is is safe to run the cpanel VPS optimise on a 256mb VPS?
My VPS provider just setup and delivered my new VPS ;-)
He also optimized and secured it.
These are the details of the setup he did:
Cleaned up /etc/hosts
SSH Server Hardening
PHP Hardening
Advanced Policy Firewall (APF) With IP Blacklists Configured
APF Add-on - Brute Force Detection (BFD) Dos/DDoS Prevention
Basic Apache Optimization
Basic MySQL Optimization
Is this enough or should i do more to let the VPS run smoothly and secure?
I'm considering VPS hosting for a web application, which is a typical PHP/MySQL web app, but with some extra code modules for XML parsing and full-text search etc. These modules will surely have an overhead (as compared to a simple data-driven web app) once the web app starts handling concurrent users.
Looking at various VPS plans out there, I was wondering if 256mb RAM will suffice to cater a web application described above. Besides this web app, I do not plan to run anything else on the server (so server processes will be quite restricted). But I certainly don't want the server to crawl down (due to CPU and RAM usage). Thinking about it, 256mb "sounds" too small a number for a server, but hey I'm new to VPS anyways
--
More about the web app: Technically, the website I plan to launch is a typical multi-user PHP/MySQL web application, but one particular PHP script (a search engine script which uses complex database queries and stored procedures) will be invoked very frequently (can't predict how frequently as yet) for database processing (keyword search) and returning some results back to the client.
I am searching for a new webhost, as my current one has been having ongoing problems for the last year or so.
I am considering this plan at hostmysite.com:
[url]
However, it says that it uses 256MB of ram ... is this enough? It's just that it sounds low to me, but I don't know much about server configuration. I willing be hosting 12 sites there right away, and adding as time goes on.
Is there a big difference to 256MB/512MB VPS solution Burstable to 1GB/2GB when dealing with low volume site.
Will response time increase much or just scalability?
I'm currently on a 256mb RAM VPS plan with CPanel included at GoDaddy and hosting a wordpress blog which gets around 3000 uniques a day. My blog won't even last a day before the server crashes.
Now I've turned almost all plugins and turned off mail services and optimised MYSQL and HTTPD according to some articles on this forum, so I'll see how it turns out tomorrow. But I've still got a lot of functionality I want to add to the site.
It seems to be that this basic VPS plan is inadequate for my demands. Would anyone agree with this? (I got one opinion from another forum, saying it's definitely inadequate)
I am using a VPS provided by webkeeprs, and actually my site got quite amount of traffic everyday, sometime when it at peak, by then website won't load, and got blank page.
Check with the resourses used, I only got 256mb in ram, and it always show "RED" and which had consumed 240mb on ram already at peak time.
Here is my setting of my httpd.conf file, I am looking for some expert who may give me a hand on this setting:
=============================================================
ServerTokens ProductOnly
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 180
KeepAlive On
MaxKeepAliveRequests 88
KeepAliveTimeout 3
<IfModule prefork.c>
StartServers 15
MinSpareServers 10
MaxSpareServers 20
ServerLimit 100
MaxClients 90
MaxRequestsPerChild 30
</IfModule>
#<IfModule worker.c>
#StartServers 1
#MaxClients 10
#MinSpareThreads 1
#MaxSpareThreads 5
#ThreadsPerChild 1
#MaxRequestsPerChild 0
#</IfModule>
Listen 80
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule version_module modules/mod_version.so
Include conf.d/*.conf
ExtendedStatus Off
User apache
Group apache
#ServerAdmin email@msn.com
#ServerName
UseCanonicalName Off
DocumentRoot "/var/www/html"
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<IfModule mod_userdir.c>
UserDir disable
</IfModule>
DirectoryIndex index.html index.html.var index.shtml index.cfm index.php index.htm
AccessFileName .htaccess
got error with cpanel linces after force reboot
and when i try to set the licnse
i got this error
Code:
/usr/local/cpanel/cpkeyclt
Updating Internal cPanel Information.......Died at /usr/local/cpanel/Cpanel/CpKeyClt.pm line 132.
...propagated at /usr/local/cpanel/Cpanel/CpKeyClt.pm line 132.
.Done
An arbitrary file inclusion vulnerability has been discovered in the Horde
webmail application. At present, we can confirm that this security
vulnerability in question affects Horde 3.1.6 and earlier. Based on
incomplete information at this time, we also believe this affects Horde
Groupware 1.0.4 and earlier as well (cPanel does not use Horde Groupware
at this time).
cPanel customers should update their cPanel and WHM servers immediately to
prevent any chance of compromise. The patch will be available in builds
11.18.2 and greater (or 11.19.2 and greater for EDGE systems). The updated
builds will be available immediately to all fast update servers. The
builds will be available to all other update servers within one hour of
this posting.
To check which version of cPanel and WHM is on your server, simply log
into WebHost Manager (WHM) and look in the top right corner, or execute
the following command from the command line as root:
/usr/local/cpanel/cpanel -V
You can upgrade your server by navigating to 'cPanel' -> 'Upgrade to
Latest Version' in WebHost Manager or by executing the following from the
command line as root:
/scripts/upcp
It is recommended that all use of Horde 3.1.6 and earlier be stopped (on
cPanel and non-cPanel systems alike) until Horde updates can be applied.
You can disable Horde on your cPanel system by unchecking the box next to
'Server Configuration' -> 'Tweak Settings' -> 'Mail' -> 'Horde Webmail'
within WHM, and saving the page with the new settings.
I have 2 servers both have cpanel. I want to use 2nd server's mysql in my site which is on 1st server. I think thats not that hard. I don't wanna do clustering as this is temproary.
View 2 Replies View RelatedI am in the process of moving websites and emails to a new host. I am doing the transfer manually because we are gradually moving different part of the site at one time to allow developers to work on new parts.
I now want to migrate all of the email accounts off the old cpanel server to the new cpanel host. What files and settings do I need to move so settings are not lost, such as save mail and contacts?
I'm having big trouble trying to update an SSL certificate with cPanel.
I'm such a dummy that I've ended up buying 2 SSL certificates to see if that may fix it.
I now have 1 certificate for www.mydomainname.com and 1 for just mydomainname.com
I have logged into the account in cpanel and uploaded both certificates and when I view them in Security -> SSL/TLS manager -> Certificates They both display the correct host, correct issuer, and correct expire date.
But when I try to visit my site using https I get:
The certificate expired on 4/8/2008 7:59 PM.
(Error code: sec_error_unknown_issuer)
can anybody make me offers on a vps or rps with cpanel and whm?
View 4 Replies View RelatedI had a website created a few years ago. I am trying to update that website now. As ROOT, when I log into CPanel via WHM, I am unable to see a File Manager.
What would be my next steps?
Anyone here use PAX in their kernel builds? I've been trying to find a setup that works, but with no luck. stability wise.
I can run CPanel fine with just about any PAX setup, but after awhile with some settings the server eventually will get a load of over 250 and 1000 processes like it's not able to terminate them, or turn 4GB ram into like 3.2GB ram.
has anyone managed to setup cPanel /WHM with 1:1 NAT? I tried cPanel support with no luck, but I have 1:1 setup on all my IP address with no luck!
View 2 Replies View RelatedOkay does any one here know how to install svn with cpanel as all the ones i found in google it install svn but to anther apache in a diff folder like /etc/httpd/conf and not in /usr/local/apache/conf
using centos5 and installing using the yum command (i would like to use it from the site but do not know how to compile a install)
getting a VPS with either 384mb or 512mb and I would like to know what control panel uses the least amount of ram I have a choice of either cPanel or DA
View 12 Replies View RelatedI have a reseller account with site5. The last months the service has been horrible, sites down, dns down etc.. and the people there dont do a thing..
so i want to change to something else. I assume that VPS+whm+cpanel will give me something similar.
Which vps hosts are good? and which packages can you offer me? I'm paying about 19 usd a month now.
i am now unable to remove subdomains for some reason, even though it says that it is successful.
i added 2 parked domains that is to redirect to my main domain and it created the subdomain folders for me.
i went to try creating a subdomain for parked.co.cc and tried to redirect it to my main domain.
so example i created this subdomain: parked1.co.cc.maindomain.com
in the list of subdomains table, i have:
Subdomains: parked1
Root Domain: .co.cc.maindomain.com
but however it should be:
Subdomains: parked1.co.cc
Root Domain: .maindomain.com
how can i solve this? i just want to delete it now..
also for some reason my /cpanel and /webmail goes to my main hosting website url but not mine! so if i type www.maindomain.com/cpanel it goes to www.mainhosting.com:2093 etc!
Where do you guys currently get your external vps cpanel licenses? Cheapest ive been able to find is $15
Also what type of resources does cpanel require to run in the vps as far as ram used, etc..
My provider can provide me with cpanel vps so i have to get it externally, but 15 per is a bit much i think.
I now have tried a number of VPS accounts with CPanel.
I have taken the 256mb burstable to 512mb.
I am only running a simple php mysql online game (AATraders.com), yet i always max out at the memory and the server crashes.
Even when there is no one online I have issues.
I get the feeling that VPS with Cpanel and anything less than 1 gb ram is not going to work.
i can access all my domains and sites but i cant get to cpanel or whm.
View 4 Replies View RelatedI was moving some clients over from another server of mine (their accounts are ~10/15gb)
Typically I can use WHM to restore them; however, it seems as if there are problems restoring them with the new WHM because its so big.
I’ve been reading several posts about cpanel vs. directadmin and the difference in RAM usage.
I understand that cpanel is a resource hog that uses more RAM... so here is my noob question...
How and when does this have an impact on my site visitors?
Meaning...
1. Does this ONLY have an impact on ME while I’m using the control panel? Or..
2. Does this impact my visitors ONLY if I’m running/using my control panel at that moment? Or...
3? Does this have an impact on my visitors all the time regardless of my control panel usage at the moment?
I noticed there are a lot of different web tools in my cpanel. I want to add a feature to my Free Music Videos website so that visitors can post comments about the videos.
Is there a cpanel utility that will allow me to easily implement this type of functionality right on each video's page?
major problem ive discovered about 5 minutes ago but i need help ASAP on resolving this issue
here is the output of a service restart;
Attempting to restart httpd [url]
Waiting for httpd to restart.... . . . . . . . . . . finished.
httpd status root 16347 2.3 2.8 23744 22076 ? S 01:31 0:00 /usr/local/cpanel/whostmgr/bin/whostmgr ./reshttpd
httpd has failed, please contact the sysadmin.
_________________________________________________________
Ok know its something to do with bytelog or something but it happens everytime i add a account, i can still access WHM and Shell
Who ever can resolve this issue, There is a REWARD of a FREE resellers account
we have a FreeBSD box with cPanel. I have a second HDD for backup with full daily backup of our accounts.
After Server reload, I can not recreate accounts (reinstalled FreeBSD and cPanel again) -simple I can not get users list. Backup data are still there.
We need cPanel expert who can help us to avoid facing angree customers.
Please send me your price per hour ASAP (cc paying method only).