Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6398c05a331200ebd777374ffa1e8647 > files > 3

redmine-2.2.4-1.mga3.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>