Add a new site: a2ensite Run '/etc/init.d/apache2 reload' to activate new configuration! Create /etc/apache2/sites-available/gitorious and /etc/apache2/sites-available/gitorious-ssl using the listings on the gitorious tutorial (the SSL is required for login!) Enable and disable the appropriate sites as follows: # a2dissite default # a2dissite default-ssl # a2ensite gitorious # a2ensite gitorious-ssl |
wiki >