Package: phpbb3 Version: 3.0.12-4 Severity: normal Tags: patch Dear Maintainer,
* What led up to the situation? After Installing the phpbb3 package images like smileys and footer.gif were not working. * What exactly did you do (or not do) that was effective (or ineffective)? I updated /etc/phpbb3/apache2.conf with a new <Directory> redirective for the images path. * What was the outcome of this action? It worked -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages phpbb3 depends on: ii apache2 [httpd] 2.4.10-9 ii dbconfig-common 1.8.47+nmu3 ii debconf [debconf-2.0] 1.5.55 ii libapache2-mod-php5 5.6.5+dfsg-1 ii mysql-client 5.5.40-1 ii mysql-client-5.5 [virtual-mysql-client] 5.5.40-1 ii php5-cli 5.6.5+dfsg-1 ii php5-gd 5.6.5+dfsg-1 ii php5-mysql 5.6.5+dfsg-1 ii sqlite 2.8.17-12 ii ucf 3.0030 Versions of packages phpbb3 recommends: ii exim4 4.84-7 ii exim4-daemon-light [mail-transport-agent] 4.84-7 ii php5-imagick 3.2.0~rc1-1 Versions of packages phpbb3 suggests: ii mysql-server 5.5.40-1 ii mysql-server-5.5 [virtual-mysql-server] 5.5.40-1 ii phpbb3-l10n 3.0.12-4 -- debconf information: phpbb3/dbconfig-upgrade: true phpbb3/mysql/method: unix socket phpbb3/remove-error: abort phpbb3/db/basepath: phpbb3/pgsql/no-empty-passwords: phpbb3/admin-pass-ask: phpbb3/remote/host: phpbb3/admin-pass-generated: phpbb3/internal/reconfiguring: false phpbb3/mysql/admin-user: root phpbb3/pgsql/admin-user: postgres phpbb3/pgsql/changeconf: false phpbb3/dbconfig-remove: phpbb3/missing-db-package-error: abort phpbb3/remote/port: phpbb3/admin-pass-mismatch: phpbb3/admin-pass-requirements: phpbb3/passwords-do-not-match: phpbb3/db/app-user: phpbb3 * phpbb3/httpd: apache2 phpbb3/pgsql/authmethod-admin: ident phpbb3/pgsql/manualconf: phpbb3/purge: false phpbb3/dbconfig-reinstall: false phpbb3/db/dbname: phpbb3 phpbb3/upgrade-error: abort phpbb3/pgsql/method: unix socket phpbb3/pgsql/authmethod-user: * phpbb3/dbconfig-install: true phpbb3/upgrade-backup: true phpbb3/install-error: abort phpbb3/internal/skip-preseed: false phpbb3/remote/newhost: * phpbb3/database-type: mysql
--- /etc/phpbb3/apache2.conf 2015-02-15 11:41:05.963973970 +0100 +++ /etc/phpbb3/apache2.conf 2015-02-15 11:44:12.143968843 +0100 @@ -20,6 +20,10 @@ allow from all </IfVersion> </Directory> +<Directory /var/lib/phpbb3/images> + Require all granted + Options FollowSymLinks +</Directory> ### Multisite examples (see README.multiboard for details)