Package: phpbb2 Version: 2.0.17-1 Severity: minor Tags: patch I copy the second board lines in apache.conf to create a new board
Alias /new_board /usr/share/phpbb2/site Alias /new_board/images/avatars /var/lib/phpbb2/new_avatars <Location /new_board> php_value auto_prepend_file /etc/phpbb2/config-new.php </Location> and get this message when restarting apache2 bamse:/etc/phpbb2# ../init.d/apache2 restart Forcing reload of web server: Apache2[Sat Nov 19 22:26:46 2005] [warn] The Alias directive in /etc/apache2/conf.d/phpbb2.conf at line 48 will probably never match because it overlaps an earlier Alias. [Sat Nov 19 22:26:48 2005] [warn] The Alias directive in /etc/apache2/conf.d/ phpbb2.conf at line 48 will probably never match because it overlaps an earlier Alias. Changed it to Alias /new_board/images/avatars /var/lib/phpbb2/new_avatars Alias /new_board /usr/share/phpbb2/site <Location /new_board> php_value auto_prepend_file /etc/phpbb2/config-new.php </Location> Switch the two alias lines in the second board section and it works. /Robert -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27-2-386 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) Versions of packages phpbb2 depends on: ii apache2 2.0.54-5 next generation, scalable, extenda ii apache2-mpm-prefork [httpd] 2.0.54-5 traditional model for Apache2 ii debconf [debconf-2.0] 1.4.58 Debian configuration management sy ii libapache2-mod-php4 4:4.4.0-4 server-side, HTML-embedded scripti ii php4 4:4.4.0-4 server-side, HTML-embedded scripti ii php4-mysql 4:4.4.0-4 MySQL module for php4 Versions of packages phpbb2 recommends: ii exim4 4.54-2 metapackage to ease exim MTA (v4) ii exim4-daemon-light [mail-tran 4.54-2 lightweight exim MTA (v4) daemon ii phpbb2-conf-mysql 2.0.17-1 Automatic configurator for phpbb2 -- debconf information: * phpbb2/httpd: apache2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]