Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > eb0cffffa20bd491934e971af37d23de > files > 5

teambox-2.2-6.mga1.src.rpm

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

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