Regarding the latest build failure

2011-12-29 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

as you noted the latest upload of Apache to Unstable entirely failed and
it is mostly me who is to blame. The problem was the new dh(1) based
rules file which supports arch:indep builds. Up to now, the rules file
built architecture-dependent stuff anyway, that changed with the latest
upload. I just commited a fix addressing this problem. Previously, this
resulted in a build failure on buildds which are building binary
packages only (dpkg-buildpackage -B), but we're happily copying straight
into binary package (you know doom will find us ...).

Thinks like that break in such scenarios:

cp debian/apache2-doc.conf debian/apache2-doc/etc/apache2/conf.d/apache2-doc

Hence I moved that stuff into the override_dh_install-indep now which
avoids the problem as the directory is known to exist there (at least I
hope, but I'm confident as my tests with -B succeed).

However, architecture-independent-only builds are still broken and that
is not easily fixable because of our slightly weird build-% target which
builds and installs everything in a single step. After a short
discussion with Stefan in IRC I decided to ignore the problem for now
and keep things broken as they are, as hardly anyone ever will need a -A
build.

In a more distant future I think, I will consider using the newest
debhelper feature of scripted debhelper configuration files (e.g.
debian/apache2-doc.install) which would ease our problem a bit.

Sorry for the noise.

- -- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJO/JjxAAoJEMcrUe6dgPNtuZQP/3Dp6+o+ra5m9UFvcjbxjaWy
w5ic7M1qltWN/MgbLLJZ7whiMjNPzb1TZinvZbj+G7x6qDzElsKv0QKoBuce2lS4
su3cURyNd4mVeopFXyOgxExuWQC4QKGjn3dtpDFQUktRCRmDrMhVlTCEyqr854g3
FCob18AOikcQkqWRNmtb2Dph7DBDzb3TWY4cPnK7CPZSaZbH3YR3T2d1mLq7Fy5i
ZmwuH3cqjbz3bMZ109nHWHlin29y9cdOUMTssQUS02fyJthVaPvcy28G8/LvrK43
Mzslc9e1t9okCxbE/H/GJ/1HcrVeGW3fdkNiRuv9EB0qj91Hf6UQXjE1Sy7Gdf/F
Xd6co9oGzyLoPI2p+LlQYBtuS0EHFcWa8G/cSBwhHdwsJODKNO8yCzjdF9dke6pu
/zLCadZf5uFFNjTz5LG8qE2p0tutdThbFILkU7l/lRRXgqzGPlJy9ZlFlPHb8xKG
ETzEn9KOeDBAdn8uZzfcNYsYAKDzJTIk9pWTvw3EX6YIDVXlJ2v4HbVyTVetSnTp
GUfxkeNqMtl8Rqq8lHBCiNUmZ+reDmeaN7AlQUmiT7LXAHgKgJYOm7POmhnqh3KZ
sC/Tge0uN5r9bckRy8sZVfuuC7yBavRu5ipE8M/YCf3spgrFdZMkYl/Gnp/N30N7
knkm6xWubvGRY8nU2WAe
=P0BE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4efc98f1.8070...@toell.net



Processing of apache2_2.2.21-5_i386.changes

2011-12-29 Thread Debian FTP Masters
apache2_2.2.21-5_i386.changes uploaded successfully to localhost
along with the files:
  apache2_2.2.21-5.dsc
  apache2_2.2.21-5.debian.tar.gz
  apache2.2-common_2.2.21-5_i386.deb
  apache2.2-bin_2.2.21-5_i386.deb
  apache2-mpm-worker_2.2.21-5_i386.deb
  apache2-mpm-prefork_2.2.21-5_i386.deb
  apache2-mpm-event_2.2.21-5_i386.deb
  apache2-mpm-itk_2.2.21-5_i386.deb
  apache2-utils_2.2.21-5_i386.deb
  apache2-suexec_2.2.21-5_i386.deb
  apache2-suexec-custom_2.2.21-5_i386.deb
  apache2_2.2.21-5_i386.deb
  apache2-doc_2.2.21-5_all.deb
  apache2-prefork-dev_2.2.21-5_i386.deb
  apache2-threaded-dev_2.2.21-5_i386.deb
  apache2-dbg_2.2.21-5_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rgjau-0002ti...@franck.debian.org



Bug#500558: Apache fails to start..

2011-12-29 Thread william felipe_welter
I can reproduce this behavior out of boot on Squeeze..
The error occurs when you have one interface that only have IPv6
address ( this happen if you call dhclient on some interface that has
no link ) and have one directive listen  with IPv4 address ( even if
is the loopback address) on the ports.conf.

Simple way to reproduce (with apache stoped):
1) Edit the ports.conf  with: listen 127.0.0.1:80
2) Remove the network cable and execute: dhclient
3) Kill the dhclient with CTRL+C
4) Execute ifconfig to confirm that your iface now have a IPv6 address
5) Try to start apache2

I will try to debug why apache turn in error even if have my loopback
has IPv4 address.


-- 
William Felipe Welter
--
Consultor em Tecnologias Livres
william.wel...@4linux.com.br
www.4linux.com.br



-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOhBbonkNKhuJrvL9r0fEmO=lqqj2co3rbqlw8s+wcxux_w...@mail.gmail.com



Bug#649888: marked as done (Hide /icons index)

2011-12-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Dec 2011 11:32:33 +
with message-id e1rgedp-0001bf...@franck.debian.org
and subject line Bug#649888: fixed in apache2 2.2.21-4
has caused the Debian Bug report #649888,
regarding Hide /icons index
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.)


-- 
649888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apache2
Version: 2.2.21-2
Tags: security
Severity: minor

Hi,

Currently, on any Debian-based apache2, anyone can browse the /icons URL.

Anyone can see that odf6* icons are present (- this is Debian
specific) and the date of these icons correspond to the build date.

So one can deduce the version and arch (for example 29-Sep-2011
23:00 is apache2 2.2.16-6+squeeze4 amd64)

Recommendation: remove the Indexes option in
'config-dir/mods-available/alias.conf' [1].

Regards

-- 
Mathieu Parent

[1]: 
http://anonscm.debian.org/viewvc/pkg-apache/trunk/apache2/config-dir/mods-available/alias.conf?revision=410view=markup


---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.21-4

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive:

apache2-dbg_2.2.21-4_i386.deb
  to main/a/apache2/apache2-dbg_2.2.21-4_i386.deb
apache2-doc_2.2.21-4_all.deb
  to main/a/apache2/apache2-doc_2.2.21-4_all.deb
apache2-mpm-event_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-event_2.2.21-4_i386.deb
apache2-mpm-itk_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-itk_2.2.21-4_i386.deb
apache2-mpm-prefork_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-prefork_2.2.21-4_i386.deb
apache2-mpm-worker_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-worker_2.2.21-4_i386.deb
apache2-prefork-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-prefork-dev_2.2.21-4_i386.deb
apache2-suexec-custom_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec-custom_2.2.21-4_i386.deb
apache2-suexec_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec_2.2.21-4_i386.deb
apache2-threaded-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-threaded-dev_2.2.21-4_i386.deb
apache2-utils_2.2.21-4_i386.deb
  to main/a/apache2/apache2-utils_2.2.21-4_i386.deb
apache2.2-bin_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-bin_2.2.21-4_i386.deb
apache2.2-common_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-common_2.2.21-4_i386.deb
apache2_2.2.21-4.debian.tar.gz
  to main/a/apache2/apache2_2.2.21-4.debian.tar.gz
apache2_2.2.21-4.dsc
  to main/a/apache2/apache2_2.2.21-4.dsc
apache2_2.2.21-4_i386.deb
  to main/a/apache2/apache2_2.2.21-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 649...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch s...@debian.org (supplier of updated apache2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 29 Dec 2011 12:09:14 +0100
Source: apache2
Binary: apache2.2-common apache2.2-bin apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-itk apache2-utils apache2-suexec 
apache2-suexec-custom apache2 apache2-doc apache2-prefork-dev 
apache2-threaded-dev apache2-dbg
Architecture: source i386 all
Version: 2.2.21-4
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch s...@debian.org
Description: 
 apache2- Apache HTTP Server metapackage
 apache2-dbg - Apache debugging symbols
 apache2-doc - Apache HTTP Server documentation
 apache2-mpm-event - Apache HTTP Server - event driven model
 apache2-mpm-itk - multiuser MPM for Apache 2.2
 apache2-mpm-prefork - Apache HTTP Server - traditional non-threaded model
 apache2-mpm-worker - Apache HTTP Server - high speed threaded model
 apache2-prefork-dev - Apache development headers - non-threaded MPM
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - Apache development headers - threaded MPM
 apache2-utils - utility programs for webservers
 apache2.2-bin - Apache HTTP Server common binary files
 apache2.2-common - Apache HTTP Server 

Processing of apache2_2.2.21-4_i386.changes

2011-12-29 Thread Debian FTP Masters
apache2_2.2.21-4_i386.changes uploaded successfully to localhost
along with the files:
  apache2_2.2.21-4.dsc
  apache2_2.2.21-4.debian.tar.gz
  apache2.2-common_2.2.21-4_i386.deb
  apache2.2-bin_2.2.21-4_i386.deb
  apache2-mpm-worker_2.2.21-4_i386.deb
  apache2-mpm-prefork_2.2.21-4_i386.deb
  apache2-mpm-event_2.2.21-4_i386.deb
  apache2-mpm-itk_2.2.21-4_i386.deb
  apache2-utils_2.2.21-4_i386.deb
  apache2-suexec_2.2.21-4_i386.deb
  apache2-suexec-custom_2.2.21-4_i386.deb
  apache2_2.2.21-4_i386.deb
  apache2-doc_2.2.21-4_all.deb
  apache2-prefork-dev_2.2.21-4_i386.deb
  apache2-threaded-dev_2.2.21-4_i386.deb
  apache2-dbg_2.2.21-4_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rge0a-0007mv...@franck.debian.org



Bug#590096: marked as done (add pre-rotate hook to logrotate script)

2011-12-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Dec 2011 11:32:33 +
with message-id e1rgedp-0001b9...@franck.debian.org
and subject line Bug#590096: fixed in apache2 2.2.21-4
has caused the Debian Bug report #590096,
regarding add pre-rotate hook to logrotate script
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.)


-- 
590096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: awstats
Version: 6.9.5~dfsg-2
Severity: important

Currently this package installs a cron job that runs every ten minutes. This
is a VERY bad idea:

- if logrotate(8) runs during those 10 minutes, some log entries will fail to
  be accounted for by awstats

- it wastes resources parsing the same log files every 10 minutes, especially
  if they get big

- it makes logcheck(8) spam my inbox every hour due to the cron job failing
  every 10 minutes

A better solution is to hook the update script onto the logrotate(8) entries
for any installed webservers (eg. /etc/logrotate.d/lighttpd,apache2). This
solves all of the 3 problems I just mentioned.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awstats depends on:
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 

Versions of packages awstats recommends:
ii  libnet-xwhois-perl0.90-3 Whois Client Interface for Perl5

Versions of packages awstats suggests:
pn  libgeo-ipfree-perlnone (no description available)
ii  libnet-dns-perl   0.66-2 Perform DNS queries from a Perl sc
ii  libnet-ip-perl1.25-2 Perl extension for manipulating IP
ii  liburi-perl   1.54-1 module to manipulate and access UR
ii  lighttpd [httpd]  1.4.26-3   A fast webserver with minimal memo

-- no debconf information


---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.21-4

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive:

apache2-dbg_2.2.21-4_i386.deb
  to main/a/apache2/apache2-dbg_2.2.21-4_i386.deb
apache2-doc_2.2.21-4_all.deb
  to main/a/apache2/apache2-doc_2.2.21-4_all.deb
apache2-mpm-event_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-event_2.2.21-4_i386.deb
apache2-mpm-itk_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-itk_2.2.21-4_i386.deb
apache2-mpm-prefork_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-prefork_2.2.21-4_i386.deb
apache2-mpm-worker_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-worker_2.2.21-4_i386.deb
apache2-prefork-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-prefork-dev_2.2.21-4_i386.deb
apache2-suexec-custom_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec-custom_2.2.21-4_i386.deb
apache2-suexec_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec_2.2.21-4_i386.deb
apache2-threaded-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-threaded-dev_2.2.21-4_i386.deb
apache2-utils_2.2.21-4_i386.deb
  to main/a/apache2/apache2-utils_2.2.21-4_i386.deb
apache2.2-bin_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-bin_2.2.21-4_i386.deb
apache2.2-common_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-common_2.2.21-4_i386.deb
apache2_2.2.21-4.debian.tar.gz
  to main/a/apache2/apache2_2.2.21-4.debian.tar.gz
apache2_2.2.21-4.dsc
  to main/a/apache2/apache2_2.2.21-4.dsc
apache2_2.2.21-4_i386.deb
  to main/a/apache2/apache2_2.2.21-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch s...@debian.org (supplier of updated apache2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 29 Dec 2011 12:09:14 +0100
Source: apache2
Binary: apache2.2-common apache2.2-bin apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-itk apache2-utils apache2-suexec 
apache2-suexec-custom 

Bug#440058: marked as done (Suggest removing DefaultType from apache2.conf)

2011-12-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Dec 2011 11:32:33 +
with message-id e1rgedp-0001b6...@franck.debian.org
and subject line Bug#440058: fixed in apache2 2.2.21-4
has caused the Debian Bug report #440058,
regarding Suggest removing DefaultType from apache2.conf
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.)


-- 
440058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apache2
Version: 2.2.4-3
Severity: normal


apache2.conf currently contains this:

# DefaultType is the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, text/plain is
# a good value.  If most of your content is binary, such as applications
# or images, you may want to use application/octet-stream instead to
# keep browsers from trying to display binary files as though they are
# text.
# 
DefaultType text/plain


I suggest commenting-out this default and adding the following explanation
after the current paragraph:

# Alternatively, Apache can send no content-type header at all when it
# cannot determine the type.  In this case, the browser will
# normally determine the type by inspection of the data, and/or apply
# its own default.  Standards-compliant browsers will not attempt this
# detection if Apache sends a content-type header, even if that header
# is wrong.
# Note that if a default type is set here, there is no way to remove
# the default and send no content-type header for unknown content for
# individual virtual hosts or directories.


For background, see:
http://www.w3.org/2001/tag/doc/mime-respect
section 4.2: Good Practice point 4:
 Server software designers (implementers) SHOULD NOT specify default
  representation metadata, such as media type, character encoding, or
  content language, within the standard configuration shipped with the server.

The issue has recently been discussed on the apache-dev list and it is
likely that the DefaultType will be removed from their example configuration.
I think that they will also add a DefaultType None feature, solving the
problem described in the second paragraph of my additional comment block
above.

Appologies if this has already been considered; I was surprised to not
find an existing bug report.  I did search, honest!

Regards, Phil.



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-worker2.2.4-3High speed threaded model for Apac

apache2 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.21-4

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive:

apache2-dbg_2.2.21-4_i386.deb
  to main/a/apache2/apache2-dbg_2.2.21-4_i386.deb
apache2-doc_2.2.21-4_all.deb
  to main/a/apache2/apache2-doc_2.2.21-4_all.deb
apache2-mpm-event_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-event_2.2.21-4_i386.deb
apache2-mpm-itk_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-itk_2.2.21-4_i386.deb
apache2-mpm-prefork_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-prefork_2.2.21-4_i386.deb
apache2-mpm-worker_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-worker_2.2.21-4_i386.deb
apache2-prefork-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-prefork-dev_2.2.21-4_i386.deb
apache2-suexec-custom_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec-custom_2.2.21-4_i386.deb
apache2-suexec_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec_2.2.21-4_i386.deb
apache2-threaded-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-threaded-dev_2.2.21-4_i386.deb
apache2-utils_2.2.21-4_i386.deb
  to main/a/apache2/apache2-utils_2.2.21-4_i386.deb
apache2.2-bin_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-bin_2.2.21-4_i386.deb
apache2.2-common_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-common_2.2.21-4_i386.deb
apache2_2.2.21-4.debian.tar.gz
  to main/a/apache2/apache2_2.2.21-4.debian.tar.gz
apache2_2.2.21-4.dsc
  to main/a/apache2/apache2_2.2.21-4.dsc
apache2_2.2.21-4_i386.deb
  to main/a/apache2/apache2_2.2.21-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be 

[bts-link] source package apache2

2011-12-29 Thread bts-link-upstream
#
# bts-link upstream status pull for source package apache2
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #517984 (http://bugs.debian.org/517984)
# Bug title: apache2: one logfile missing should not prevent apache from running
#  * http://issues.apache.org/bugzilla/show_bug.cgi?id=29941
#  * remote status changed: NEW - ASSIGNED
forwarded 517984 https://issues.apache.org/bugzilla/show_bug.cgi?id=47219, 
merged-upstream: http://issues.apache.org/bugzilla/show_bug.cgi?id=29941
usertags 517984 - status-NEW
usertags 517984 + status-ASSIGNED

thanks


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111229164009.2754.6808.btsl...@busoni.debian.org



apache2_2.2.21-5_i386.changes ACCEPTED into unstable

2011-12-29 Thread Debian FTP Masters



Accepted:
apache2-dbg_2.2.21-5_i386.deb
  to main/a/apache2/apache2-dbg_2.2.21-5_i386.deb
apache2-doc_2.2.21-5_all.deb
  to main/a/apache2/apache2-doc_2.2.21-5_all.deb
apache2-mpm-event_2.2.21-5_i386.deb
  to main/a/apache2/apache2-mpm-event_2.2.21-5_i386.deb
apache2-mpm-itk_2.2.21-5_i386.deb
  to main/a/apache2/apache2-mpm-itk_2.2.21-5_i386.deb
apache2-mpm-prefork_2.2.21-5_i386.deb
  to main/a/apache2/apache2-mpm-prefork_2.2.21-5_i386.deb
apache2-mpm-worker_2.2.21-5_i386.deb
  to main/a/apache2/apache2-mpm-worker_2.2.21-5_i386.deb
apache2-prefork-dev_2.2.21-5_i386.deb
  to main/a/apache2/apache2-prefork-dev_2.2.21-5_i386.deb
apache2-suexec-custom_2.2.21-5_i386.deb
  to main/a/apache2/apache2-suexec-custom_2.2.21-5_i386.deb
apache2-suexec_2.2.21-5_i386.deb
  to main/a/apache2/apache2-suexec_2.2.21-5_i386.deb
apache2-threaded-dev_2.2.21-5_i386.deb
  to main/a/apache2/apache2-threaded-dev_2.2.21-5_i386.deb
apache2-utils_2.2.21-5_i386.deb
  to main/a/apache2/apache2-utils_2.2.21-5_i386.deb
apache2.2-bin_2.2.21-5_i386.deb
  to main/a/apache2/apache2.2-bin_2.2.21-5_i386.deb
apache2.2-common_2.2.21-5_i386.deb
  to main/a/apache2/apache2.2-common_2.2.21-5_i386.deb
apache2_2.2.21-5.debian.tar.gz
  to main/a/apache2/apache2_2.2.21-5.debian.tar.gz
apache2_2.2.21-5.dsc
  to main/a/apache2/apache2_2.2.21-5.dsc
apache2_2.2.21-5_i386.deb
  to main/a/apache2/apache2_2.2.21-5_i386.deb


Override entries for your package:
apache2-dbg_2.2.21-5_i386.deb - extra debug
apache2-doc_2.2.21-5_all.deb - optional doc
apache2-mpm-event_2.2.21-5_i386.deb - optional httpd
apache2-mpm-itk_2.2.21-5_i386.deb - extra httpd
apache2-mpm-prefork_2.2.21-5_i386.deb - optional httpd
apache2-mpm-worker_2.2.21-5_i386.deb - optional httpd
apache2-prefork-dev_2.2.21-5_i386.deb - extra httpd
apache2-suexec-custom_2.2.21-5_i386.deb - extra httpd
apache2-suexec_2.2.21-5_i386.deb - optional httpd
apache2-threaded-dev_2.2.21-5_i386.deb - extra httpd
apache2-utils_2.2.21-5_i386.deb - optional httpd
apache2.2-bin_2.2.21-5_i386.deb - optional httpd
apache2.2-common_2.2.21-5_i386.deb - optional httpd
apache2_2.2.21-5.dsc - source httpd
apache2_2.2.21-5_i386.deb - optional httpd

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rgjnc-0004te...@franck.debian.org



apache2_2.2.21-4_i386.changes ACCEPTED into unstable

2011-12-29 Thread Debian FTP Masters



Accepted:
apache2-dbg_2.2.21-4_i386.deb
  to main/a/apache2/apache2-dbg_2.2.21-4_i386.deb
apache2-doc_2.2.21-4_all.deb
  to main/a/apache2/apache2-doc_2.2.21-4_all.deb
apache2-mpm-event_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-event_2.2.21-4_i386.deb
apache2-mpm-itk_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-itk_2.2.21-4_i386.deb
apache2-mpm-prefork_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-prefork_2.2.21-4_i386.deb
apache2-mpm-worker_2.2.21-4_i386.deb
  to main/a/apache2/apache2-mpm-worker_2.2.21-4_i386.deb
apache2-prefork-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-prefork-dev_2.2.21-4_i386.deb
apache2-suexec-custom_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec-custom_2.2.21-4_i386.deb
apache2-suexec_2.2.21-4_i386.deb
  to main/a/apache2/apache2-suexec_2.2.21-4_i386.deb
apache2-threaded-dev_2.2.21-4_i386.deb
  to main/a/apache2/apache2-threaded-dev_2.2.21-4_i386.deb
apache2-utils_2.2.21-4_i386.deb
  to main/a/apache2/apache2-utils_2.2.21-4_i386.deb
apache2.2-bin_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-bin_2.2.21-4_i386.deb
apache2.2-common_2.2.21-4_i386.deb
  to main/a/apache2/apache2.2-common_2.2.21-4_i386.deb
apache2_2.2.21-4.debian.tar.gz
  to main/a/apache2/apache2_2.2.21-4.debian.tar.gz
apache2_2.2.21-4.dsc
  to main/a/apache2/apache2_2.2.21-4.dsc
apache2_2.2.21-4_i386.deb
  to main/a/apache2/apache2_2.2.21-4_i386.deb


Override entries for your package:
apache2-dbg_2.2.21-4_i386.deb - extra debug
apache2-doc_2.2.21-4_all.deb - optional doc
apache2-mpm-event_2.2.21-4_i386.deb - optional httpd
apache2-mpm-itk_2.2.21-4_i386.deb - extra httpd
apache2-mpm-prefork_2.2.21-4_i386.deb - optional httpd
apache2-mpm-worker_2.2.21-4_i386.deb - optional httpd
apache2-prefork-dev_2.2.21-4_i386.deb - extra httpd
apache2-suexec-custom_2.2.21-4_i386.deb - extra httpd
apache2-suexec_2.2.21-4_i386.deb - optional httpd
apache2-threaded-dev_2.2.21-4_i386.deb - extra httpd
apache2-utils_2.2.21-4_i386.deb - optional httpd
apache2.2-bin_2.2.21-4_i386.deb - optional httpd
apache2.2-common_2.2.21-4_i386.deb - optional httpd
apache2_2.2.21-4.dsc - source httpd
apache2_2.2.21-4_i386.deb - optional httpd

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 440058 590096 649888 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rgedp-0001b0...@franck.debian.org



Bug#652843: Patch

2011-12-29 Thread william felipe_welter
There is a simple patch for the initialization script  that resolve this issue:

173a174
   APACHE_LOG_DIR=$(. $APACHE_ENVVARS  echo $APACHE_LOG_DIR)
174a176,182
   if  [ ! -d $APACHE_LOG_DIR ] ; then
   log_daemon_msg Creating Log directory on: 
 $APACHE_LOG_DIR apache2
   APACHE_RUN_USER=$(. $APACHE_ENVVARS  echo 
 $APACHE_RUN_USER)
   APACHE_RUN_GROUP=$(. $APACHE_ENVVARS  echo 
 $APACHE_RUN_GROUP)
   mkdir $APACHE_LOG_DIR;
   chown $APACHE_RUN_USER.$APACHE_RUN_GROUP 
 $APACHE_LOG_DIR;
   fi



-- 
William Felipe Welter
--
Consultor em Tecnologias Livres
william.wel...@4linux.com.br
www.4linux.com.br



-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caohbbokzsf+nu9tqa1z+qkvma3hp-fwj8y8ki5_+0tz9b7f...@mail.gmail.com