About Archive Tag Cloud Translations RSS

You are writing a comment about The Django and Ubuntu Intrepid Almanac, here is a quick summary:

This heavy tome of wisdom will guide you, keystroke by keystroke, through configuring a mod_wsgi, Postgres, memcached, Django server on Ubuntu Intrepid. Written for a complete command line beginner, but hopefully useful to everyone (I know I'll have to refer to it to remember how to add additional domains to my server as well ;).


You are responding to this comment written by shant on February 14th 2009, 12:11.

I get this error on the last line of step 18:

apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Sat Feb 14 18:10:15 2009] [warn] NameVirtualHost 127.0.0.1:80 has no VirtualHosts

Is that normal?

Also, when I did su django and made those dirs, at one point are we supposed to switch back to our user account because some of the next steps after that seem to require being back on our own user account. You might want to put that in the tutorial if that is the case.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")