Top "Webfaction" questions

Webfaction is a hosting company which offers managed shared or dedicated servers.

Cloning a Mercurial repository over SSH

I'm having some difficulty cloning my mercurial repository over ssh. Here's what I have tried: hg clone ssh://username@username.…

mercurial ssh webfaction
Why am I getting a "destination path '.' already exists" error when trying clone from my webfaction server?

I'm trying to use git clone to download the codes from my webfaction server $ cd ../webapps/nameofwebapp/ $ git clone git@…

git webfaction
Flask request.remote_addr is wrong on webfaction and not showing real user IP

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 …

python flask webfaction
Django Webfaction 'Timeout when reading response headers from daemon process'

My Django app on my production server hosted on Webfaction was working fine until I just tried to restart it …

django python-2.7 mod-wsgi webfaction
Choose test database?

I'm trying to run ./manage.py test But it tells me Got an error creating the test database: permission denied …

django postgresql django-testing webfaction
Django - SMTPAuthenticationError

I got this error when I tested the account sign up form. I am using the django-registration package. I have …

django smtp python-2.7 django-registration webfaction
supervisord always returns exit status 127 at WebFaction

I keep getting the following errors from supervisord at webFaction when tailing the log: INFO exited: my_app (exit status 127; …

python celery supervisord webfaction
Linux bash pidof command wont work

This is a minor error that I can't figure out. When I enter the pidof command to shut down a …

linux pid webfaction
Current directory (os.getcwd) from within Django determined how?

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 …

python django webfaction
.htaccess: Serve static files, route everything else to index.php

I want to use an .htaccess file to check if the requested path is a file in the public/ directory. …

apache .htaccess webfaction