# HG changeset patch # User Augusto Herrmann # Date 1318470304 10800 # Node ID a9fef2e6c1ff181789a737d8c023afeaad9afd19 # Parent 662173ba1846fc8c1a494e5da9c8cf265dc54352 Syntax correction on the recently changed documentation. diff -r 662173ba1846 -r a9fef2e6c1ff docs/setup.rst --- a/docs/setup.rst Wed Oct 12 22:01:35 2011 -0300 +++ b/docs/setup.rst Wed Oct 12 22:45:04 2011 -0300 @@ -508,9 +508,13 @@ - Install mod_wsgi. If using a Debian-based distro, you can install the package libapache2-mod-wsgi:: + aptitude install libapache2-mod-wsgi + - Enable mod_wsgi:: + a2enmod wsgi + - Create a wsgi dispatch script, like the one below. Make sure you check the paths correctly point to where you installed RhodeCode and its Python Virtual Environment.