Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > e106fb69dee3263e1e4c24193613216a > files > 3

redmine-1.3.2-1.mga2.src.rpm

<VirtualHost *:80>
    ServerName redmine.example.tld
    ServerAdmin admin@example.tld
    DocumentRoot /var/www/redmine/public
    ErrorLog logs/redmine_error_log

    <Directory "/var/www/redmine/public/">
        Options Indexes ExecCGI FollowSymLinks
        Order allow,deny
        Allow from all
        AllowOverride all
    </Directory>
</VirtualHost>