[BACK]Return to apache-httpd-owncloud.conf.dist.in CVS log [TXT][DIR] Up to [local] / ports / www / owncloud / files

Annotation of ports/www/owncloud/files/apache-httpd-owncloud.conf.dist.in, Revision 1.1

1.1     ! kirby       1: Alias /owncloud ${TINSTDIR}
        !             2:
        !             3: <Directory ${TINSTDIR}>
        !             4:     Options +FollowSymlinks
        !             5:     AllowOverride All
        !             6:
        !             7:     <IfModule mod_dav.c>
        !             8:       Dav off
        !             9:     </IfModule>
        !            10:
        !            11:     SetEnv HOME ${TINSTDIR}
        !            12:     SetEnv HTTP_HOME ${TINSTDIR}
        !            13:
        !            14:     Require all granted
        !            15: </Directory>

CVSweb