/etc/apache2/conf.d/routino.conf is in routino-www 2.4.1-1.
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 11 12 13 14 15 | Alias /routino /usr/share/routino/www
<Directory /usr/share/routino/www>
AddHandler cgi-script .cgi
LanguagePriority en
ForceLanguagePriority Prefer Fallback
Options +ExecCGI
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
<FilesMatch .*\.pl$>
Order deny,allow
Deny from all
</FilesMatch>
</Directory>
|