Questions tagged [rackspace]

Rackspace US, Inc. (NYSE: RAX) is an IT hosting company based in San Antonio, Texas, USA.

Rackspace US, Inc. (NYSE: RAX) is an IT hosting company based in San Antonio, Texas, USA.

Read more about Rackspace at Wikipedia..

319 questions
0
votes
3 answers

htaccess - redirect all pages except checkout to HTTP non-SSL

I'm trying to redirect all traffic to HTTP unless it is our checkout process, in which case I'm trying to redirect it to HTTPS. I have a Rackspace Cloud Sites setup however the below does not appear to be working. Is there something that I am doing…
dabra904
  • 163
  • 5
  • 17
0
votes
1 answer

deleting multiple files (versions) with Fog and Carrierwave - Rackspace

I am building an application where i have a file with original, medium and thumbnail size images. I am using carrierwave to accomplish this, and I need to remove all versions of the file from Rackspace Cloud Files: class StyleImageUploader <…
Joel Grannas
  • 2,016
  • 2
  • 24
  • 46
0
votes
2 answers

Can I make my own Heroku with Micro Cloud Foundry and a Rackspace cloud server?

I'm looking to deploy applications to my own cloud server as simply as it can be done to Heroku, is Micro Cloud Foundry a viable way to do this?
chendriksen
  • 1,026
  • 6
  • 16
  • 30
0
votes
2 answers

RackSpace CreateImage API using curl is not working

Whenever i m trying to create image from the given api using curl -: curl -i -X POST https://lon.servers.api.rackspacecloud.com/v1.1/xxxxxxxxx/servers/xxxxxxxxx-xxxxxxxxx-xxxxxxxxx-xxxxxxxxx-xxxxxxxxx/createImage -H "X-Auth-Token: …
Vivek Parihar
  • 2,318
  • 18
  • 18
0
votes
0 answers

access class from other class codeigniter

I have this class that I made as a library in codeigniter class Openstack{ function __construct($params = array()) { //namespace OpenCloud; // note that we have to define these defaults BEFORE including the // connection class …
Bill
  • 5,478
  • 17
  • 62
  • 95
0
votes
2 answers

Using codeigniter and Rackspace Cloud Files with ORD data center

I'm using a library I found here: https://bitbucket.org/modomg/codeigniter-rackspace-cloudfiles/ To upload some stuff from my site to cloud files. I have the container in the DFW center, but my cloud sites is hosted in ORD. I want them to be in the…
Bill
  • 5,478
  • 17
  • 62
  • 95
0
votes
1 answer

Stop single/all processes of a website on shared hosting

I have an ASP.NET website hosted on Rackspace Cloud Sites. I have some C# code running which loops through a text file and inserts the records to a SQL Server website. Currently I have this code running and the records are being uploaded, but I…
Rivka
  • 2,172
  • 10
  • 45
  • 74
0
votes
1 answer

Clearing up misconceptions about amazon(EC2) and rackspace

I'm friends with an owner of a small creative business (with multiple departments) and until now they have been using a dedicated server (via a 3rd party) for a lot of internal projects and they've been known to iframe a few small dev projects (like…
zero
  • 2,999
  • 9
  • 42
  • 67
0
votes
4 answers

Diagnosing Slow Initial Load

How do you go about diagnosing a website that initially loads slowly? That is, it is unresponsive for up to 10 seconds, and then loads quickly after that. You can see the loading chart here:…
Brideau
  • 4,564
  • 4
  • 24
  • 33
0
votes
1 answer

PHP application in cloud sites not able to access the memcached running at cloud server - rackspace

I am running a php application(Yii) in rackspace cloud sites. I have installed a memcached server at rackspace cloud server which is running. The problem, i am not able to access the memcache. I am getting the following errors Memcache::get() [
0
votes
2 answers

Can I host index.html (homepage) on the Rackspace CloudFiles CDN?

I want to make my web app fast, especially the first page load (index.html). Can I do this by hosting myfastapp.com on Rackspace CloudFiles and then have a subdomain called nodeserver.myfastapp.com which connects to a Node Server on Joyent. Note: …
Justin Elkow
  • 2,833
  • 6
  • 28
  • 60
0
votes
2 answers

Replacing Rackspace Cloud SITES with Amazon EC2 Instances

So at work we run a bunch of sites on rackspaces cloud sites platform. This works alright, except I have no way of tweaking anything server side and I find that they sometimes aren't as responsive as they could be. Let's assume that most of the…
marcaddeo
  • 177
  • 2
  • 3
  • 12
0
votes
1 answer

How to read rackspace cloudfile into string in python?

I want to parse logfiles from rackspace. I'm using the official python sdk. I have previously saved the file to disk and then read it from there with gzip.open. Now I'm on heroku and can't / don't want to save the file to disk, but do the unzipping…
shredding
  • 5,374
  • 3
  • 46
  • 77
0
votes
1 answer

Container Implementation

I'm currently working on a project where users will upload projects, but others users will be able to clone those projects (think github-esque). Now my initial idea is create a container for each project, making it easy to clone them. Though I will…
Ryan McDonough
  • 9,732
  • 3
  • 55
  • 76
0
votes
1 answer

Transfer Files from Rackspace CloudSite to Cloud Files

Just wondering if anyone knows of a prewritten php script to to transfer files from rackspace cloud site to rackspace cloud files. Rackspace does provide a script to backup files to the cloud but not transfer. (and I only realized that after…
Rivka
  • 2,172
  • 10
  • 45
  • 74