Rackspace US, Inc. (NYSE: RAX) is an IT hosting company based in San Antonio, Texas, USA.
0
votes
2answers
14 views
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 ...
0
votes
3answers
68 views
Rackspace Cloud Files API: 404 Error
I'm using the following CURL request to post a file to Rackspace Cloud Files:
$ch = curl_init(trim($rackspace['X-Storage-Url']).'/container/hello');
curl_setopt($ch, CURLOPT_HTTPHEADER, ...
2
votes
1answer
76 views
setting Access-Control-Allow-Origin using Rackspace Cloud Java API
I am using the Java API for uploading files to Rackspace Cloud. I am trying to figure out how to set the header "Access-Control-Allow-Origin" on the files that I am uploading. I found another link ...
-1
votes
0answers
69 views
Rackspace opencenter compute node triggers error [closed]
I have installed rackspace private cloud using two machines and one instance from another openstack cloud. I have used ...
0
votes
1answer
50 views
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 ...
0
votes
0answers
33 views
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?
0
votes
1answer
73 views
Configure VirtualHost for a perfect Wordpress Environment [closed]
I'm trying to install wordpress in a Cloud Server with rackspace.
But my lack of knowledge in server configuration (LAMP , etc) is making me do a lot of miss configurations .
First I think the ...
0
votes
0answers
296 views
Errno::ECONNRESET (Connection reset by peer - SSL_connect)
our code is generating an exception on heroku server since the last few hours. It was working okay before that on the same server with the same code.
The exception is Errno::ECONNRESET (Connection ...
0
votes
0answers
82 views
elasticsearch auto-discovery rackspace not working
I'm trying to use ElasticSearch for an application I'm building, and I am hosting it on Rackspace servers. However, the auto-discovery feature is not working. I thought that it was because ...
0
votes
1answer
30 views
Setting container location using JClouds Location API
I am using JClouds to abstract over various cloud providers, including Rackspace.
I am using the BlobStore from JClouds to store files, their API suggests that I can create a container in a specific ...
2
votes
2answers
78 views
Perl script to backup database on Rackspace
Trying to backup our database using Perl cron job on Rackspace Sites.
Rackspace gives an example of:
#!/bin/sh
mysqldump -h DB_HOST -u DB_USER -p'DB_PASSWORD' DB_NAME > ...
1
vote
1answer
234 views
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, ...
0
votes
2answers
32 views
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 ...
1
vote
1answer
141 views
How to upload files to RackSpace Cloud Files using .net?
I want to use RackSpace's CDN (Cloud Files) to store my static content. The problem is I am using ASP.NET MVC3 and I have not seen any current working example of how to do that.
I saw several ...
0
votes
0answers
50 views
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 ...
0
votes
2answers
94 views
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 ...
2
votes
1answer
160 views
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, ...
0
votes
0answers
69 views
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 ...
2
votes
1answer
217 views
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 ...
2
votes
1answer
48 views
Files replication when rails app runs on multiple servers
My Rails3 application runs on multiple VPS servers on Rackspace.
We allow users to upload images on our application and place those files at /public directory.
What is the best way to sync it across ...
3
votes
1answer
69 views
How to get RackSpace servers with a certain tag?
Trying to fetch all the servers registered to our RackSpace account under a certain tag.
Using RackSpace's Python bindings for OpenStack, pyrax, we haven't found a way to do this. Is there some way ...
0
votes
2answers
110 views
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 ...
0
votes
1answer
36 views
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 ...
0
votes
1answer
194 views
Clearing up misconceptions about amazon(EC2) and rackspace [closed]
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 ...
0
votes
0answers
89 views
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 ...
0
votes
3answers
273 views
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: ...
0
votes
1answer
184 views
Rackspace Cloud Files (OpenStack Swift) TempUrl Example in vb.net
Can anyone provide an example for rackspace cloud files tempurl function in .net (c# or vb.net)?
There is documentation at the RackSpace site at:
...
0
votes
1answer
99 views
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 ...
0
votes
1answer
541 views
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. ...
0
votes
2answers
122 views
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 ...
0
votes
2answers
117 views
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}"
...
0
votes
2answers
246 views
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 ...
0
votes
1answer
57 views
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 ...
0
votes
1answer
26 views
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 ...
0
votes
0answers
127 views
How to enable Apache Solr service on Rackspace Ubuntu Server? [closed]
We have setup Apache Solr on Rackspace dedicated ubuntu server. But, I think because of Firewall this service is not available. I tried adding following line as per Rackspace documentation:
...
0
votes
0answers
44 views
Rackspace not serving PHP file [closed]
I am new to cloud hosting, I got a rackspace account loaded Ubuntu on it. I have installed Apache, PHP and MySQL. Apache is working really fine and show the default page. I replaced it with my custom ...
0
votes
0answers
97 views
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 ...
0
votes
0answers
132 views
Warning (curl_errno() expects parameter 1 to be resource, null given) when executing RackSpace Cloudfiles class
I'm using a PHP class (from Github) to connect to the Rackspace Cloudfiles API. However, this returns the following warning:
"curl_errno() expects parameter 1 to be resource, null given"
The error ...
0
votes
2answers
95 views
Reputable companies to manage AWS infastructure [closed]
I’m trying to choose where to host my rails app and I’m leaning towards AWS, but I was wondering if there are any reputable companies out there that will manage my infrastructure on AWS, similar to ...
0
votes
2answers
108 views
How to serve CPU intensive webservice requests in the cloud?
Background: I'm running a webservice in which each request involves a fair amount of computations (up to 10 seconds on a quadcore machine).
Each request can be broken down to about 150 independent ...
0
votes
0answers
96 views
Codeigniter Sparks Library Cloudmanic-Storage Racksapce Authenticated URL Generation
I am trying to use a Codeigniter Sparks Library called cloudmanic-storage but I have problems with generating an authenticated url for the uploaded files.
I have edited the file: rackspace_cf_url.php ...
0
votes
0answers
55 views
Host WCF service from Azure cloud to Rackspace IIS
I have one WCF service running on Azure Cloud on WS2007FederationHttpBinding binding.
What I would need to do if I want this WCF service to be ported back to rackspace server?
I want ot run it on IIS ...
1
vote
3answers
615 views
Fog::Storage::Rackspace::NotFound error when using Carrierwave to upload to Rackspace
Everyone: I already searched the error before I posted this to Stackoverflow, so no need to point me to this: groups.google.com/forum/?fromgroups=#!topic/carrierwave/ It's not the same problem.
I'm ...
2
votes
0answers
156 views
Rackit library to upload images to Rackspace Cloudfiles with Node returns ENOENT
I am trying to upload an array of urls to Rackspace CloudFiles with Rackit using Node when I receive and ENOENT error.
In my test case I get the following logs:
Adding order ...
2
votes
5answers
228 views
Can I use PHP opendir() on a external URL? [duplicate]
Possible Duplicate:
PHP - opendir on another server
Something like this:
opendir(http://super.cdn.com/running_order_image/sale/587/)
The opendir is being used to check the contents of a ...
0
votes
1answer
86 views
In Rackspace CloudFiles should I create a container for each user uploads?
Just wanted to know that which one will be better: creating a different container for each user or creating only one container uploading everything related to users?
In the application part, I am ...
0
votes
0answers
70 views
Strange permalink wordpress 404 error on Rackspace
thank you all in advance for trying to help. Im experiencing the weirdest error i have seen on wordpress. We just migrated our site from weplanjapan.org/testingserver/designcircles2 (cannot paste more ...
0
votes
1answer
224 views
Rackspace Cloud Database and Xeround difference
I use Rackspace Cloud Servers. I run own mySQL instance there and now I see that Rackspace offers also Cloud Database product. Where is an advantage to use it against the situation I manage mysql ...
1
vote
1answer
117 views
How set Meta data key in php for Rackspace Cloud API
I am using Cloud File API of Rackspace Cloud server in PHP, I want to generate a temp url to download files for direct to my server for this i am using get_temp() method of this api but before use to ...
1
vote
1answer
311 views
File Upload with Rackspace
I'm using RestSharp to consume the Rackspace restful API here. The documentation shows you how to create the request but I don't see where do I need to specify the data source(file I want to upload to ...

