Add missing apache module.

(imported from commit 13ce6b93cb2e92716229b441e0ac32fd4d690233)
This commit is contained in:
Tim Abbott 2012-09-12 19:00:09 -04:00
parent af9caf4d59
commit 67a4a2af3e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ yes '' | apt-get install sudo emacs vim screen git python-tz sqlite3 apache2 git
yes '' | apt-get install -t squeeze-backports python-django
# Configure Apache
a2enmod proxy proxy_http rewrite auth_digest ssl
a2enmod proxy proxy_http rewrite auth_digest ssl headers
rm -f /etc/apache2/sites-enabled/*
cp apache/sites/* /etc/apache2/sites-available/
ln -s ../sites-available/humbug-default /etc/apache2/sites-enabled/000-default