Package: apache2
Version: 2.4.6-3
Severity: important

When upgrading from package version 2.2.22-13, installs new config files 
without asking, and the new config seems to ignore the config in sites-enabled/

-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.33-kvm-i386-20110317-dirty (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 apache2 depends on:
ii  apache2-bin   2.4.6-3
ii  apache2-data  2.4.6-3
ii  lsb-base      4.1+Debian12
ii  mime-support  3.54
ii  perl          5.14.2-21
ii  procps        1:3.3.4-2

Versions of packages apache2 recommends:
ii  ssl-cert  1.0.33

Versions of packages apache2 suggests:
pn  apache2-doc                                      <none>
pn  apache2-suexec-pristine | apache2-suexec-custom  <none>
ii  apache2-utils                                    2.4.6-3
ii  links [www-browser]                              2.7-2
ii  lynx-cur [www-browser]                           2.8.8dev.12-2
ii  w3m [www-browser]                                0.5.3-11
ii  xemacs21-mule [www-browser]                      21.4.22-3.2+b1

Versions of packages apache2-bin depends on:
ii  libapr1                1.4.8-1
ii  libaprutil1            1.5.2-1
ii  libaprutil1-dbd-mysql  1.5.2-1
ii  libaprutil1-ldap       1.5.2-1
ii  libc6                  2.17-92
ii  libcap2                1:2.22-1.2
ii  libldap-2.4-2          2.4.31-1+nmu2
ii  liblua5.1-0            5.1.5-5
ii  libpcre3               1:8.31-2
ii  libssl1.0.0            1.0.1e-3
ii  libxml2                2.9.1+dfsg1-3
ii  perl                   5.14.2-21
ii  zlib1g                 1:1.2.8.dfsg-1

Versions of packages apache2-bin suggests:
pn  apache2-doc                                      <none>
pn  apache2-suexec-pristine | apache2-suexec-custom  <none>
ii  links [www-browser]                              2.7-2
ii  lynx-cur [www-browser]                           2.8.8dev.12-2
ii  w3m [www-browser]                                0.5.3-11
ii  xemacs21-mule [www-browser]                      21.4.22-3.2+b1

Versions of packages apache2 is related to:
ii  apache2      2.4.6-3
ii  apache2-bin  2.4.6-3

-- Configuration Files:
/etc/apache2/ports.conf changed:
Listen 80

/etc/apache2/sites-available/000-default.conf changed:
NameVirtualHost *:80
<VirtualHost *:80>
        ServerAdmin webmas...@andstuff.org.uk
        
        DocumentRoot /var/www/andstuff
        
        Alias /icons/ "/usr/share/apache2/icons/"
        <Directory "/usr/share/apache2/icons">
            Options Indexes MultiViews
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
    ServerName www.andstuff.org.uk
    ErrorLog /var/www/log/andstuff-error.log
    CustomLog /var/www/log/andstuff-access.log combined
    <Location />
    Options Indexes
    Order allow,deny
    Allow from all
    </Location>
   
    Redirect Permanent /weblog http://www.amphigory.org.uk/weblog
    RewriteEngine on
    RewriteCond %{QUERY_STRING} (flav=.*)
    RewriteRule ^/$     http://www.amphigory.org.uk/?%1 
    ScriptAlias /cgi-bin /var/www/andstuff/cgi-bin 
    <Location /cgi-bin>
     Options ExecCGI
    </Location>
    ScriptAlias /nagios/cgi-bin/ /usr/lib/cgi-bin/nagios/
    <Directory "/usr/lib/cgi-bin/nagios/">
        AllowOverride AuthConfig
        Options ExecCGI
        Order allow,deny
        Allow from all
    </Directory>
    
    Alias /nagios /usr/share/nagios/htdocs/
    <Directory "/usr/share/nagios/htdocs">
        Options None
        AllowOverride AuthConfig
        Order allow,deny
        Allow from all
    </Directory>
    Alias /log /var/www/log
    <Directory "/var/www/log">
        Options None
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>

/etc/logrotate.d/apache2 changed:
/var/www/log/*.log {
        weekly
        missingok
        rotate 52
        compress
        delaycompress
        notifempty
        create 640 root adm
        sharedscripts
        postrotate
                if [ -f /var/run/apache2.pid ]; then
                        /etc/init.d/apache2 restart > /dev/null
                fi
        endscript
}


-- 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