webfaction Questions
3
Solved
Django gives admin url automatically, such as www.example.com/admin.
I do not want any outside visitors to access this url. This should be accessed only with in the host and allowed IP address.
If ...
Vacancy asked 30/4, 2014 at 18:1
6
Solved
My Django app on my production server hosted on Webfaction was working fine until I just tried to restart it after pushing a change to the settings.py file. I ran
apache2/bin/restart
as usual. T...
Cyst asked 3/11, 2016 at 23:54
2
Solved
I'm using Django 1.7 over Python 2.7 and noticed a strange behaviour on my production host (Webfaction) versus development machine (mac os x).
On my dev machine, when I get current working direct...
Guideboard asked 29/1, 2015 at 15:20
2
Solved
How to run Deno on Webfaction's CentOS 7 (64-bit)?
It gives an error:
deno: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by deno)
Autecology asked 14/3, 2019 at 7:21
11
Solved
I'm trying to run
./manage.py test
But it tells me
Got an error creating the test database: permission denied to create database
Obviously it doesn't have permission to create the database,...
Fate asked 23/7, 2010 at 17:43
4
Solved
Trying to install django with different version that in system, it shows me:
Installing collected packages: Django
Found existing installation: Django 1.7.11
Not uninstalling django at /home/user/...
Trimer asked 31/10, 2018 at 7:11
3
Solved
I'm trying to use git clone to download the codes from my webfaction server
$ cd ../webapps/nameofwebapp/
$ git clone [email protected]:github-username/github-repo.git ./
AND there is erro...
Mosquito asked 31/8, 2014 at 11:24
3
What are the steps required for setting up a Node.js application on Webfaction shared hosting account?
Later asked 8/9, 2013 at 19:37
5
Solved
I just deployed a Flask app on Webfaction and I've noticed that request.remote_addr is always 127.0.0.1. which is of course isn't of much use.
How can I get the real IP address of the user in Flas...
Boardman asked 7/10, 2012 at 17:9
6
Solved
I'm having some difficulty cloning my mercurial repository over ssh.
Here's what I have tried:
hg clone ssh://[email protected]/path/to/projectname projectname
It's giving me this error:
...
Cheat asked 13/12, 2010 at 17:58
2
Solved
I am trying to hide secure info like database password of a django application on webfaction.
But I could not find how and where to set these infos using environmental variables?
Hamlani asked 30/6, 2014 at 14:52
1
Solved
I have the problem that my django application accumulates postgres connections over time. It seems that about every 30min a new connection is established and the old connections don't close (see sc...
Tomchay asked 26/2, 2016 at 14:43
0
I'm hosting a Django site in Webfaction with gunicorn (a master + 4 workers). I've settled with 4 because I've had good results in the past for the traffic I get, and "CPU cores * 2 + 1" just eats ...
Varletry asked 6/10, 2015 at 15:42
1
I'm trying to follow the method here to 'Scrapy' data from the web and simultaneously save that data directly to my Django database using Scrapy's item pipeline.
However, when I try to run scrapy ...
Trix asked 4/2, 2013 at 11:54
1
Solved
I'm running Django 1.8.4 on a Webfaction shared host, and I need to enable GeoDjango. These are the steps I took:
Converted my project to use GeoDjango as per the documentation.
In the Webfaction...
Dumdum asked 26/8, 2015 at 16:55
1
Solved
I'm putting the finishing touches on my Django-based Webfaction-hosted server. It has a REST API that will deliver content to mobile devices, and will accept POST requests from a different source e...
Patentor asked 4/8, 2015 at 6:32
3
Solved
What are the steps required to set up Redis database on Webfaction shared hosting account?
Singultus asked 4/9, 2013 at 19:52
1
Solved
I keep getting the following errors from supervisord at webFaction when tailing the log:
INFO exited: my_app (exit status 127; not expected)
INFO gave up: my_app entered FATAL state, too many star...
Kerek asked 20/2, 2015 at 2:22
2
Solved
I am running MongoDB on Webfaction as a database of a Django app . Problem is I have to keep my SSH terminal session open and use this syntax to keep running MongoDB .
mongod --dbpath ~/webapps/mo...
Broody asked 15/2, 2015 at 10:20
2
Solved
I want to use an .htaccess file to check if the requested path is a file in the public/ directory. If yes, serve it, else forward request to /index.php. I can't seem to get this to work.
Here's wh...
Vive asked 21/9, 2014 at 5:15
1
I am using version 2.4.4, followed the procedures at http://docs.webfaction.com/software/mongodb.html and am using Mongoid with Ruby on Rails. I also have created a user at the db I am using with t...
Obtrude asked 29/6, 2013 at 2:57
1
Solved
I'm 2hours stuck in a issue about STATIC_URL and STATIC_ROOT when I try to make run the webapp on my server at webfactional.
when I load the webpage all the requests works well, except by the fact...
Washhouse asked 30/8, 2012 at 19:32
2
Solved
I would like to prepare my website for a possible influx in traffic. This is my first time using Django as a framework, so I'm unsure of the modifications that should be made to assure that I'm rea...
Thoron asked 18/4, 2012 at 13:23
1
Solved
I am running this command on Webfaction:
ionice -c2 -n6 pg_dump --blobs -U mhjohnson_flavma -f dump.sql
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR: canceling statement ...
Gismo asked 10/2, 2012 at 22:31
2
It can be related to Webfaction configuration (they have nginx proxy, and my app is webpy running under apache2+mod_wsgi) because it works in my dev cherrypy server.
Here are some bits from javasc...
Whitsunday asked 27/8, 2011 at 21:26
1 Next >
© 2022 - 2025 — McMap. All rights reserved.