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
3
votes
1 answer

How to access and upload files into folders on rackspace open cloud container using PHP?

I am using composer package 'rackspace/php-opencloud' installed with composer require rackspace/php-opencloud and trying to upload and get the list of files inside the folder included the autoload file and add require…
Prashant Barve
  • 4,105
  • 2
  • 33
  • 42
3
votes
1 answer

How can I upload a file to rackspace using RESTSharp and .net 4.0?

Here is what i have so far and it's not working: private void _send1(string file) { var client = new RestClient("https://identity.api.rackspacecloud.com/v2.0"); var request = new RestRequest("tokens", Method.POST); …
MrLister
  • 634
  • 7
  • 32
3
votes
2 answers

Can PHP Traits be disabled in 5.4.x?

I have a client using Rackspace Cloud Sites which advertise PHP 5.4 on their platform but I have been advised via their online support that traits cannot be used. When using traits I receive a 500 error and finding no issue with the code I asked…
3
votes
5 answers

Image Upload to rackspace cloud files using PHP

I am trying to upload file to rackspace cloud file using the following code: Upload.html
File:
M.M.H.Masud
  • 329
  • 3
  • 8
  • 22
3
votes
2 answers

Multiple storage engines for django media: prefer local, fallback to CDN

I have a django/mezzanine/django-cumulus project that uses the rackspace cloudfiles CDN for media storage. I would like to automatically serve all static files from the local MEDIA_ROOT, if they exist, and only fallback to the CDN URL if they do…
evilchili
  • 73
  • 7
3
votes
2 answers

Blueimp jquery file upload plugin throwing error after uploading 100% is done to rackspace cloud storage

I have been trying to upload files to rackspace storage from my website. I have followed the following api guide to create the form to upload files to rackspace. http://docs.rackspace.com/files/api/v1/cf-devguide/content/FormPost-d1a555.html section…
Mukibul
  • 31
  • 1
  • 3
3
votes
1 answer

Can't connect to Azure using a VPN client to Rackspace through a Site to Site VPN with Rackspace and Azure

We have a site to site vpn setup between rackspace and azure. When I'm inside the rackspace network (ie remote desktop onto a rackspace server) I have no trouble connecting to our azure vms. However, when I connect to rackspace using a vpn client I…
Antony Denyer
  • 1,541
  • 1
  • 15
  • 31
3
votes
1 answer

How to run Itextsharp.dll in Medium Trust at on Rackspace Cloud Sites

I am getting security exception while using itextsharp.dll in rackspace cloud site. Following is the exception: [SecurityException: That assembly does not allow partially trusted callers.] Can anyone help on this?
Dinu
  • 33
  • 6
3
votes
1 answer

Issue with Sessions starting on PHP5.4.x

I'm experiencing an odd Sessions error that unfortunately I've been unable to reproduce locally. In my log file I'm getting the following error randomly upon viewing a page which is referring to this file session_start(): user session functions not…
brendo
  • 2,914
  • 1
  • 19
  • 22
3
votes
2 answers

Getting public URL of newly uploaded CloudFiles asset

When uploading new asset into the CloudFiles storage I want to get public URL of this asset (if container is CDN-enabled). I figured out the only way to do this is to issue 3 (yes, three!) requests to RackSpace: Authenticate user and get…
Pono
  • 11,298
  • 9
  • 53
  • 70
3
votes
0 answers

Why do uploads happen so slowly with CarrierWave and Rackspace Cloudfiles?

I am using CarrierWave for image uploading, and the uploads take anywhere from 3-5 seconds (in production) using Rackspace Cloudfiles as the store. At first, I attributed it to my image processor being slow or awkward, or something; so, I switched…
tehprofessor
  • 2,957
  • 1
  • 21
  • 22
3
votes
2 answers

create a download link with rails to an external file with at URL

I moved my file storage to Rackspace Cloudfiles and it broke my send_file action. old def full_res_download @asset = Asset.find(params[:id]) @file = "#{Rails.root}/public#{@asset.full_res}" send_file @file end new def full_res_download …
3
votes
4 answers

Open Source Amazon EC2?

Are there any open source applications that provide a set of features similar to that of Amazon EC2 or Rackspace Cloud? Basically, I want a tool that I can install on one or more servers that works with a virtual machine monitor like Xen and lets…
user169877
  • 803
  • 1
  • 7
  • 6
3
votes
1 answer

HTML5 Rackspace Access-Control-Allow-Origin Not Working

So I have some video files on Rackspace Cloud Files but since I use HTML5 functions (.toDataURL()) "SECURITY_ERR: DOM Exception 18" keeps getting thrown. My code works fine when I use a video file on my server. So I read up about CORS and modified…
marvind88
  • 178
  • 7
2
votes
2 answers

nginx and unicorn bad gatewayconnect() to unix:/tmp/mobile.socket failed AND failed (111: Connection refused)

I am (trying) to set up an ubuntu 11.04 server on rackspace to run a rails 3.2 app with nginx and unicorn. I found this awesome blog…
jamesc
  • 12,423
  • 15
  • 74
  • 113
1 2
3
21 22