Skip to content

Instantly share code, notes, and snippets.

@igable
Created November 26, 2010 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igable/716141 to your computer and use it in GitHub Desktop.
Save igable/716141 to your computer and use it in GitHub Desktop.
Extra conf steps for repoman on Ubuntu
ubuntu@domU-12-31-39-14-F9-6A:/etc/apache2$ sudo a2enmod ssl
Enabling module ssl.
See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates.
Run '/etc/init.d/apache2 restart' to activate new configuration!
ubuntu@domU-12-31-39-14-F9-6A:/etc/init.d$ sudo apt-get install libapache2-mod-wsgi
ubuntu@domU-12-31-39-14-F9-6A:/etc/init.d$ sudo a2enmod wsgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment