/etc/apache2/mods-available/refdb.conf is in refdb-www 1.0.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # Alias to refdb
Alias /refdb/ "/usr/share/refdb/www/"
# Set the options on that directory
<Directory "/usr/share/refdb/www">
AllowOverride None
Order allow,deny
Allow from all
AddType application/x-httpd-php .php .phtml
</Directory>
|