| Technology | Versions Supported |
|---|---|
Linux |
|
PHP |
5.3 and 5.4 |
Apache |
2.2 |
MySQL |
5.0, 5.1 |
Windows |
|
ASP.NET |
2.0, 3.5 SP1, 4.0, and 4.5 |
Windows Server |
2008, 2008 R2 |
IIS |
7.0, 7.5 |
MS SQL Server |
2008, 2012 |
© 2011-2013 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

21 Comments
To know.
Can we create a demo web application in asp.net 4.0 with the help of cloud .
Thanks
Naveen.
Re: To know.
Our Cloud Sites technology supports the .NET 4.0 framework with IIS 7.0. We have many customers using these technologies to host web applications on the Cloud Sites platform.
To get started simply log into the cloud sites control panel at manage.rackspacecloud.com and select Hosting -> Cloud Sites -> Add site. During the set up you will asked to select the underlying technology. To use .NET select the option, "Windows Server 2008 / IIS 7 / .NET 4.0". Good luck!
Evan,
Rackspace Product Evangelist
CPanel support?
Does cloud sites has built-in CPanel? Normally all other hosting providers supports this.
Thanks
Sachin Ramdasi
re: cpanel
If you need a deeper level of control over your server configuration you might look at setting up a Cloud Server instead, since that would let you control all aspects of the server.
SSL support
re: SSL
http://www.rackspace.com/knowledge_center/article/rackspace-cloud-sites-first-48-6-3-configuring-ssl-on-your-websites
php
re: php
SMPTE UMID
Do you have any such solution?
re: SMPTE UMID
Remote connection to SQL server
& please how ca I do backup and restoring my database
re: Connecting directly
For backups, I'd suggest the ZipIt tool:
http://www.rackspace.com/knowledge_center/article/zipit-backup-utility
Does cloud site support following
I am trying to run a pinterest type site. The site required the following. Will my site requirments work with cloud sites?
PHP
Versions 5.1.0 - 5.3.x. 5.3.x is recommended.
PHP Extensions
Reflection extension
PCRE extension
SPL extension
PDO MySQL extension
GD extension with gif/jpeg read/write and FreeType support
CURL extension
PHP Settings
Memory limit >= 32M
.htaccess and mod_rewrite enabled
MySQL
Version 4.1 or higher
Cron Jobs
RE: Does cloud site support following
Everything you have posted is available on Cloud Sites. In the future, you can find this information easily by using a phpinfo.php file on your site and visiting that page in a browser. The following article will show you how to set one up:
http://www.rackspace.com/knowledge_center/article/what-is-phpinfo-how-can-i-run-it
Hi, can i install a moodle v2
RE: Hi, can i install a moodle v2
The latest version of Moodle (2.4.3+) has been tested to work on Cloud Sites with the following 2 changes. If you are installing a new instance of Moodle, these changes will need to be made before attempting the installation:
1) Moodle versions 1.8+ require the utf8 character set, which is not the current default on Cloud Sites. You can change this on your database by running the following command in phpMyAdmin:
ALTER DATABASE databasename CHARACTER SET utf8 COLLATE utf8_general_ci;
2) Due to the nature of our MySQL environment, you will also need to change the session transaction isolation level from READ COMMITTED to REPEATABLE READ:
Assuming the Moodle installation is in your base content directory, open up the following file using a text editor: domain.com/web/content/lib/dml/mysqli_native_moodle_database.php
Search for and comment out: $sql = "SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED";
Replace with the following: $sql = "SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ";
I hope that this helps, please feel free to let us know if you have any further questions!
Web Site Security
re: Security
http://www.rackspace.com/knowledge_center/article/cloud-sites-website-security
If you have further questions, don't hesitate to ask.
CMS
CPU Cycles Estimate
I am trying to estimate the amount of sites that I could host with the 150$ plan without going over.
re: CPU Cycles Estimate
http://www.rackspace.com/knowledge_center/frequently-asked-question/how-many-compute-cycles-will-my-applications-use
It sounds like you'd fall comfortably within the allotted number of cycles.
Add new comment