I am trying to host a django app at http://vprojects.org/pydocweb I
think I have the .htaccess and pydocweb.fcgi file right but whn I try
to run the server I get an error and I have little idea what the
problem is.

Thanks
Vincent

vproj...@vprojects.org
[~/.local/lib/python2.6/site-packages/pydocweb]# ./manage.py runfcgi
method=threaded daemonize=false host=vprojects.org/pydocweb.com
port=80
Traceback (most recent call last):
  File "./manage.py", line 11, in <module>
    execute_manager(settings)
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/django/core/management/__init__.py",
line 438, in execute_manager
    utility.execute()
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/django/core/management/__init__.py",
line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/django/core/management/base.py",
line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/django/core/management/base.py",
line 218, in execute
    output = self.handle(*args, **options)
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/django/core/management/commands/runfcgi.py",
line 16, in handle
    runfastcgi(args)
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/django/core/servers/fastcgi.py",
line 180, in runfastcgi
    WSGIServer(WSGIHandler(), **wsgi_opts).run()
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/flup-1.0.2-py2.6.egg/flup/server/fcgi.py",
line 112, in run
  File 
"/home4/vproject/.local/lib/python2.6/site-packages/flup-1.0.2-py2.6.egg/flup/server/fcgi_base.py",
line 1018, in _setupSocket
  File "<string>", line 1, in bind
socket.gaierror: [Errno -2] Name or service not known

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to