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..

318 questions
518
votes
17 answers

Nginx no-www to www and www to no-www

I am using nginx on Rackspace cloud following a tutorial and having searched the net and so far can't get this sorted. I want www.mysite.com to go to mysite.com as normal in .htaccess for SEO and other reasons. My…
TheBlackBenzKid
  • 24,177
  • 36
  • 128
  • 199
38
votes
5 answers

How can I use boto to stream a file out of Amazon S3 to Rackspace Cloudfiles?

I'm copying a file from S3 to Cloudfiles, and I would like to avoid writing the file to disk. The Python-Cloudfiles library has an object.stream() call that looks to be what I need, but I can't find an equivalent call in boto. I'm hoping that I…
joemastersemison
  • 413
  • 1
  • 4
  • 7
25
votes
1 answer

Change outgoing mail address from root@servername - rackspace sendgrid postfix

So I recently setup my Rackspace server (Ubuntu LAMP stack) to use Postfix and Sendgrid for outgoing email. It works great in that my test mail from the cmd line gets delivered via sendgrid smtp. However, when I receive the email it says its from…
tehaaron
  • 2,180
  • 9
  • 28
  • 53
11
votes
4 answers

Rackspace cloud files: Image Upload to rackspace cloud files using PHP

I am doing a project where user can upload images like profile image or image for their image gallary. right now its uploading all the images to my server. Now, i want to upload all this image to my rackspace cloud files directly using php script.…
M.M.H.Masud
  • 319
  • 2
  • 8
  • 21
7
votes
1 answer

Adding load balancer to a wordpress multisite installation

I am trying to add a load balancer to a wordpress application which has multi-site installation. WordPress saves the server IP address in MySQL tables, since there would be two application servers and a single DB server and a load balancer. i am…
opensource-developer
  • 1,990
  • 1
  • 20
  • 57
7
votes
3 answers

connect() failed (111: Connection refused) while connecting to upstream

I am hosting my Rails app on Rackspace with nginx webserver. When calling any Rails API, I see this message in /var/log/nginx/error.log: *49 connect() failed (111: Connection refused) while connecting to upstream, client: 10.189.254.5, server: ,…
etayluz
  • 14,171
  • 16
  • 86
  • 132
6
votes
1 answer

Paperclip, fog.io and Rackspace

I'm trying to find documentations on how to setup Paperclip to use fog.io and fog.io to use Rackspace Cloud File, but I wasn't able to find any good reference (and I consider myself a good Google language speaker :D). The ideal scenario would be a…
David Lojudice Sb.
  • 1,252
  • 1
  • 15
  • 25
6
votes
1 answer

Ansible Playbook to Provision and Save Hosts for Later

I'm trying to make some Ansible playbooks that will provision an environment (n databases, m web servers, etc.) and save those hosts for later so I can run deployments against them. The best I can come up with is…
geowa4
  • 36,556
  • 14
  • 85
  • 105
6
votes
1 answer

Backup Microsoft Azure Virtual Machine

I currently have a Rackspace Cloud Server that I'd like to migrate to an Azure Virtual Machine. I recently got an MSDN subscription which gives me a certain level of hosting via Azure at no cost, where I'm currently paying for that level of service…
Scott
  • 13,201
  • 20
  • 86
  • 146
5
votes
2 answers

Django upload image - From a form to Rackspace/S3 with no manipulation

I simply want to upload an image (JPG) using a form, then send that image to Rackspace 'Cloud Files' or Amazon 'S3'. No manipulating the file. No saving to disk, everything to memory (am hosted on a cloud server) Image size won't exceed…
Danny
  • 199
  • 10
5
votes
1 answer

Too many open files using child_process

I get the following error only on my Rackspace Ubuntu Maverick instance...but not on my local Ubuntu Lucid VM: pipe(): Too many open files pipe(): Too many open files child_process.js:223 var fds = this._internal.spawn(path, …
mkrecny
  • 493
  • 4
  • 10
5
votes
1 answer

Is it possible to upload files to Rackspace Files Cloud from browser?

Is it possible to upload files to Rackspace Files Cloud from browser like in Amazon S3?
Alexey Zakharov
  • 23,564
  • 38
  • 122
  • 190
5
votes
1 answer

How to auto scale docker containers in a regular cloud server?

To make a scale-able architecture with docker containers is a very attractive solutions to deal with scale-ability issue. We can auto scale docker containers in Amazon Elastic Beanstalk environment or in a vendor specific pass environments. What is…
rayhan
  • 616
  • 2
  • 9
  • 24
5
votes
5 answers

How do i remove a file from Rackspace's Cloudfiles with their api?

I was wondering how do i remove a file from Rackspace's Cloudfiles using their API? Im using php. Devan
devan
  • 51
  • 2
5
votes
2 answers

Rackspace Cloud Files (using jclouds) - how to get container location

I use jclouds as an api for Rackspace Cloud Files. Api allows me to create containers in different locations using BlobStore.createContainerInLocation Now, having container that is already exists, how do I get it's location?
Eugene Loy
  • 11,677
  • 8
  • 47
  • 73
1
2 3
21 22