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

Multiple PHP sessions created, but only on webserver

I'm having problems with PHP sessions that only occur on my testing server (everything works fine on my localhost). I'm developing a custom Wordpress theme, based on Roots. My localhost is OS X (PHP 5.4.4) and the testing server is Ubuntu…
user2950747
  • 695
  • 1
  • 6
  • 19
0
votes
1 answer

CloudFiles cannot to copy between virtual directory

I try to copy a couple of files located on my container using the method CF_container->copy_object_to('th/image_a.jpg',Object(CF_container),'th/image_a_copy.jpg') But when I try to copy a file that exists I got this message Specified object…
josotoru
  • 77
  • 1
  • 6
0
votes
1 answer

Openstack sdk not working in XNA 4.0 Project

I am trying to use rackspace cloud service with my xna 4.0 game, but its sdk is not working. I manage to work with sdk in wpf application but don't know what is issue with xna following is error what i a getting: System.IO.FileNotFoundException was…
Shivam cv
  • 526
  • 5
  • 16
0
votes
0 answers

Cloudfiles API with SNET set to true seems very slow

So I did as suggested here. But I'm still seeing some pretty slow responses when getting URLs for files stored in containers on cloudfiles. The application I'm building has a portion where users can comment. Each user has a profile image which…
Ron
  • 181
  • 3
  • 12
0
votes
2 answers

How can I identify the kind of file in rackspace?

I gonna upload files to rackspace(video, audio and images) in rails with paperclip or carrierwave, I need to Know the kind of file, to show in the view with image_tag, or video_tag or audio_tag, rackspace tell me the kind of file? or I have to store…
Marion
  • 335
  • 1
  • 4
  • 15
0
votes
1 answer

Mongo on [Server 1] will connect to [Server 2] but Mongoose won't

Trying to figure this out. So confused/annoyed [Server 1] is my app server. In it lives: app.js var mongoose = require('mongoose'), express = require("express"), app = express(); mongoose.connect('mongodb://mongo:mymongopass@[SERVER 2…
bob_cobb
  • 2,229
  • 11
  • 49
  • 109
0
votes
1 answer

Want to connect to my mongodb server from my app server

I have 2 rackspace servers. [Server 1] An app server that sits behind a reverse front-end proxy using nginx. [Server 2] A server that just has mongodb installed on it (with these directions:…
bob_cobb
  • 2,229
  • 11
  • 49
  • 109
0
votes
2 answers

Always given command line before python fabric command is executed on remote

I'm just starting to use python fabric to run commands on remote rackspace ubuntu servers. I can't run a command without getting the command line requiring my input. This is the sequence how I can recreate the problem. I do not have any trouble…
wroscoe
  • 1,914
  • 3
  • 19
  • 18
0
votes
1 answer

Using Rackspace Cloud Sites with external DNS

Rackspace.com offer cloudsites a one stop managed LAMP stack. One of it's features is a Wordpress blog, often you require just a blog. Cloudsites encourages the use of pointing your nameservers to it, but this isn't always wanted. How can I use…
Ben Arent
  • 1,017
  • 8
  • 8
0
votes
1 answer

Google Apps Script API rackspace DNS

I was able to run the API from the duncio Curl. Then try from google Apps Script. Part of Get the token WORKED, but then I can not make any more acion. I put the code in case it helps show where I have the problem function Token() { var user =…
Mvillani
  • 11
  • 3
0
votes
2 answers

OpenStack .NET API , meta data not getting added when passed in with cloudFilesProvider.CreateObjectFromFile

Unable to add metadata while creating object with cloudFilesProvider.CreateObjectFromFile. Is that supported by cloudFilesProvider.CreateObjectFromFile? Currently i'm doing: DicMetaData.Add("StoreID", inStrContainerID); DicMetaData.Add("FileType",…
gopstar
  • 155
  • 1
  • 10
0
votes
2 answers

using GetObject, the memory stream returned is null while GetObjectSaveToFile returns proper file

Rackspace .NET cloudifles API, the GetObjectSaveToFile method gets the file and save it properly in the specified location, but when using GetObject method, if i save the memorystream returned, the file is filled with bunch of nulls. var…
gopstar
  • 155
  • 1
  • 10
0
votes
1 answer

How to create an object with Content-Type "application/directory" inside a rackspace CloudFiles Container with openstack.net?

I am trying to create a "directory" inside a Container, as long as I have read the rackspace api, to create it you should create a 0 or 1 byte object and assign the value "application/directory" to the Content-Type. I tried this: var…
binamonk
  • 1
  • 1
0
votes
1 answer

Redirect Script that masks URL which points to a Heroku app

I have a static site hosted on Rackspace (e.g. example.com) with a subdomain (e.g. subdomain.example.com) that is using a redirect script to point a Heroku app. I would like to mask the Heroku app's URL and instead display the subdomain's URL. Here…
dougiebuckets
  • 2,383
  • 3
  • 27
  • 37
0
votes
1 answer

PHP SMTP Not working with Amazon SES

I'm having a problem sending emails out through SMTP using Amazons SES. My code is relatively simple and looks like this: require_once "Mail.php"; require_once 'Mail/mime.php'; $stmp_info= array ( 'host' =>…
Devin Dixon
  • 11,553
  • 24
  • 86
  • 167