Skip to content

Commit

Permalink
Updated INSTALL File to clarify if running from fresh installation of…
Browse files Browse the repository at this point in the history
… apache.

A common issue was that on a fresh installation of apache, the default "It Works!" page was replacing the django-mpd-client as default VHost.  Updated documentation to identify this and explain how to disable the default site.
  • Loading branch information
mklauber committed Nov 19, 2013
1 parent 7d0aa17 commit 4b34434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Apache mod_wsgi:
- Extract package to /var/www/mpd/
- move /var/www/mpd/apache/django-mpd-client.conf to apache's conf directory. [/etc/apache2/sites-available]
- Enable the site ['sudo a2ensite django-mpd-client.conf']
- If you are working from a fresh installation of django, you may need to run ['sudo a2dissite default'] to disable the apache "It Works" site.
- Reload Apache ['sudo service apache2 reload']

0 comments on commit 4b34434

Please sign in to comment.