DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Fichero Para Apache De Host Virtual Para Redmine
Fichero: /etc/apache2/sites-enabled/virtualhost_redmine.conf
Sirve para definir el host virtual de Redmine en Apache.
Ojo que no haya otro previamente sirviendo en *:80
# http://adminsq3.blogspot.com
NameVirtualHost *:80
<VirtualHost *:80>
UseCanonicalName Off
Include /etc/apache2/conf/redmine.conf
</VirtualHost>





