# HG changeset patch # User Augusto Herrmann # Date 2011-10-13 03:45:04 # Node ID a9fef2e6c1ff181789a737d8c023afeaad9afd19 # Parent 662173ba1846fc8c1a494e5da9c8cf265dc54352 Syntax correction on the recently changed documentation. diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -508,9 +508,13 @@ that, you'll need to: - 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.