Your message dated Sat, 28 May 2016 15:10:29 +0200 (CEST)
with message-id <alpine.deb.2.11.1605281510080.9...@eru.sfritsch.de>
and subject line Re: Bug#721071: apache2: Upgrade breaks configuration
has caused the Debian Bug report #721071,
regarding apache2: Upgrade breaks configuration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
721071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
No response. Closing.

On Tue, 27 Aug 2013, Jean-Michel Vourgère wrote:

> Control: tags -1 + moreinfo
> 
> Hello Jason
> 
> On Tuesday 27 August 2013 15:38:13 Jason Williams wrote:
> > 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/
> 
> Did you read /usr/share/doc/apache2/NEWS.Debian.gz ?
> 
> Many changes occured in the way conf files are handled (new location, .conf
> extension required, and so on...). Could that explain why your conf files
> are ignored?
> 
> Which new config files were installed that you did not expect?
> Or do you mean your previous changed files were overwritten?
> 
> Please give us details, there is no way we can help you with that 1 line bug
> report.
> 
> Did you purge your apache2.2-common at the same time you upgraded?
> (See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716880 )

--- End Message ---

Reply via email to