Tagged Questions
1
vote
1answer
58 views
cant mkdir on new server, unsure why
I have recently switched from a website hosted on a normal webhost to a linode virtual server which I installed all of the appropriate bits and pieces to. I moved my code over and everything in my ...
0
votes
0answers
18 views
Dashboard of domains hosted on a linode (debian 6) lamp stack
I want to create an index/dashboard of all our enabled and disabled domains on our 5 linodes. My ultimate goal is to be able to dynamically pull the domain (enabled/disabled), IP, and platform ...
1
vote
1answer
157 views
Laravel - Error rendering views during deployment using blade syntax
I'm getting this error:
Message:
View [partials.headerHome] doesn't exist.
Location:
/home/user/public/site.com/laravel/view.php on line 170
Which is being caused by this blade templating include
...
2
votes
1answer
153 views
Premature end of script headers: media ( Issue related to :rails app deployment+passenger+ubuntu+apache)
i just setup a linode server and deploy my rails 3 app on it.its up and running.The problem is that some images are not showing up in the production.locally they are perfectly working.i double checked ...
0
votes
1answer
815 views
Passenger: Ruby (Rack) application could not be started
I'm trying to deploy my Ruby on Rails app on a Linode VPS with ArchLinux and I'm using Apache as web server.
Here is the Passenger error:
Error message: No such file or directory - config.ru
...
0
votes
1answer
130 views
Django + mod_wsgi: Can someone advise me on my setup and rewrite rules
This is my first time deploying Django to a recently acquired Linode server and I'm curious if someone can look over my deployment and help me fix some nagging issues and advise me whether i'm doing ...
0
votes
0answers
36 views
ROR code is not being deployed on linode with strange error
I have successfully installed and configured apache with passenger for deploying a rails application. I installed the 'mysql' and 'rails' gems successfully, but when I run any rake commands like
rake ...
0
votes
1answer
69 views
How to set which folder to load with apache2 server?
My friend introduce me Linode and register.com, so I am playing with it now. I already get a domain name, while on my Linode server I am trying to set up a basic webpage so I can start to use it for ...
1
vote
0answers
82 views
Linode-Debian 6-Elgg Install Noob Trouble [closed]
I have Linode for hosting.
I am installing Elgg. 1.8.8
I deployed a Linode instance; Debian 6.
Next I ran
apt-get install php5-gd php-xml-parser unzip php5-mysql
Now I am attempting to finish ...
0
votes
2answers
162 views
Moving WordPress blog from subdomain on same server
I have my website and WordPress installed on a Linode server running Ubuntu.
The directories are:
~/public_html - Website
~/public_blog - WordPress installation
My DNS and site config is set up so ...
0
votes
1answer
304 views
main domain and sub-domain are promiscuous
My site with the main domain name www.mysite.com works well before. (I use mysite to hide my actual domain name here). It's LAMP server in linode, set up with the guide ...
0
votes
2answers
169 views
A unix user seems to be usurping www-data when PHP executes curtain functions
I'm running a LAMP stack on a linode. The Ubuntu version is Lucid.
When a PHP script executes a mkdir() or move_uploaded_file command, the newly created folder/file winds up being owned by a unix ...
0
votes
1answer
161 views
Zend Framework application served via ip address
I am trying to setup my linode account to serve a zend framework web application from the IP address of the server. Everything works if I serve it from a resolved domain name like ...
0
votes
1answer
61 views
Multiple pages on a same machine (Linode)
Im planning to get a Linode plan and i need to run 3 web pages 2 on Ruby on Rails and a simple html is it possible?
i need to have a different URL for each RoR app and for the simple html page also
0
votes
1answer
410 views
Django: how to publish an app
I have developed an app using Django 1.1.1 and python 2.7.1. I want to publish it on a commercial website, but not sure which one.
the app works fine on the apache server running on my local machine, ...
0
votes
1answer
176 views
Help with a simple Apache 'hello world' index file. Here is the tutorial I'm using as well
Here is the tutorial I'm using, just so that you know where I'm places my file. In fact, I'm using the duckling.org example in the tutorial as my own example. Here is the link:
...
