Package: wordpress
Version: 2.8.4-3
Severity: minor

The example apache.conf file located at 
/usr/share/doc/wordpress/examples/apache.conf contains the following code:

>## A defined Virtual host
>
>       NameVirtualHost *:80
>
>       <VirtualHost *:80>
>       VirtualDocumentRoot /usr/share/wordpress/
>       ServerName blog.example.com
>       ErrorLog /var/log/apache/wp-error.log
>       TransferLog /var/log/apache/wp-access.log
>       </VirtualHost>

Both the ErrorLog and the TransferLog use the /var/log/apache directory.  They 
should not use /var/log/apache2 as Apache 1 is no longer in Debian testing.

For example:

>## A defined Virtual host
>
>       NameVirtualHost *:80
>
>       <VirtualHost *:80>
>       VirtualDocumentRoot /usr/share/wordpress/
>       ServerName blog.example.com
>       ErrorLog /var/log/apache2/wp-error.log
>       TransferLog /var/log/apache2/wp-access.log
>       </VirtualHost>


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wordpress depends on:
ii  apache2                  2.2.14-1        Apache HTTP Server metapackage
ii  apache2-mpm-prefork [htt 2.2.14-1        Apache HTTP Server - traditional n
ii  libapache2-mod-php5      5.2.11.dfsg.1-1 server-side, HTML-embedded scripti
ii  libjs-cropper            1.2.0-2         JavaScript image cropper UI
ii  libjs-jquery             1.3.3-2         JavaScript library for dynamic web
ii  libjs-prototype          1.6.1-1         JavaScript Framework for dynamic w
ii  libjs-scriptaculous      1.8.2-2         JavaScript library for dynamic web
ii  libphp-phpmailer         2.1-1           full featured email transfer class
ii  libphp-snoopy            1.2.4-1         Snoopy is a PHP class that simulat
ii  mysql-client             5.1.37-2        MySQL database client (metapackage
ii  mysql-client-5.1 [mysql- 5.1.37-2        MySQL database client binaries
ii  php-gettext              1.0.7-8         read gettext MO files directly, wi
ii  php5                     5.2.11.dfsg.1-1 server-side, HTML-embedded scripti
ii  php5-gd                  5.2.11.dfsg.1-1 GD module for php5
ii  php5-mysql               5.2.11.dfsg.1-1 MySQL module for php5
ii  tinymce                  3.2.7-1         platform independent web based Jav

Versions of packages wordpress recommends:
ii  wordpress-l10n                2.8.4-3    weblog manager - language files

Versions of packages wordpress suggests:
ii  mysql-server                  5.1.37-2   MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-serve 5.1.37-2   MySQL database server binaries

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to