You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/metadot/files/metadot.conf

21 lines
445 B

<VirtualHost VHOST:80>
DocumentRoot "ROOTDIR/html"
<Directory "ROOTDIR/html">
Order allow,deny
Allow from all
</Directory>
Alias /images/ ROOTDIR/html/images/
Alias /js/ ROOTDIR/html/js/
Alias /metadot/ ROOTDIR/metadot/
Alias /public/ ROOTDIR/sitedata/public/
Alias /skins/ ROOTDIR/sitedata/skins/
<Location "/metadot">
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
</VirtualHost>