/etc/apache2/conf-available/spotweb.conf is in spotweb 20130826+dfsg2-2.
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 16 17 18 19 | Alias /spotweb/templates/examplechild/css "/usr/share/spotweb/templates/examplechild/css"
Alias /spotweb/templates/we1rdo/img "/usr/share/spotweb/templates/we1rdo/img"
Alias /spotweb/templates/we1rdo/js "/usr/share/spotweb/templates/we1rdo/js"
Alias /spotweb/templates/we1rdo/css "/usr/share/spotweb/templates/we1rdo/css"
Alias /spotweb/templates/we1rdo/smileys "/usr/share/spotweb/templates/we1rdo/smileys"
Alias /spotweb "/usr/share/spotweb/www"
<Directory /usr/share/spotweb/www>
Options FollowSymLinks
<IfModule mod_php5.c>
php_value include_path ".:/usr/share/spotweb:/etc/spotweb:/usr/share/php"
php_admin_flag engine on
</IfModule>
RewriteEngine on
RewriteCond %{REQUEST_URI} !api/
RewriteBase /spotweb/
RewriteRule api/?$ /spotweb/index.php?page=newznabapi [QSA]
RewriteRule details/([^/]+) /spotweb/index.php?page=getspot&messageid=$1 [L]
</Directory>
|