All pastes #2054963 Raw Edit

Anonymous

public text v1 · immutable
#2054963 ·published 2011-05-07 20:41 UTC
rendered paste body
#<VirtualHost *:80>
    Alias /bugzilla3 /usr/share/bugzilla3/web

    <Directory "/usr/share/bugzilla3/web">
        AddHandler cgi-script cgi
        DirectoryIndex index.cgi
        Options +Indexes +ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

    <Directory "/usr/share/bugzilla3/web/data">
        Options +FollowSymLinks -Indexes
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

    <Directory "/usr/share/bugzilla3/web/js">
        Options +FollowSymLinks -Indexes
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

    <Directory "/usr/share/bugzilla3/web/skins">
        Options +FollowSymLinks -Indexes
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
#</VirtualHost>