Bug#485413: apache2: Apache crashes system due to exessive memory allocation

2008-06-09 Thread Nico Schottelius
Package: apache2
Version: 2.2.8-4
Severity: critical
Justification: breaks the whole system


And the begins to consume all available memory within about 6 hours.

This is verified on 4 extremly similar setup apaches on Debian Lenny
amd64.

Using pmap on one of the currently bigger apache processes I see that
it has allocated quite much ram:

2b93c38330005848 r-x--  008:1 libphp5.so
00663000  359560 rw--- 00663000 000:0   [ anon ]
mapped: 549860Kwriteable/private: 361796Kshared: 604K

(last lines form from pmap -d 2464 | sort -n -k 2)

The question is how to debug that problem, find out which modules
allocates that much memory (most likely php, but where is the evidence?)
and why it allocates so much memory.

-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi dir env mime negotiation php5
  rewrite setenvif ssl status

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

Kernel: Linux 2.6.24-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.8-4Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apache2_2.2.8-5_i386.changes ACCEPTED

2008-06-09 Thread Debian Installer

Accepted:
apache2-dbg_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.deb


Override entries for your package:
apache2-dbg_2.2.8-5_i386.deb - extra libdevel
apache2-doc_2.2.8-5_all.deb - optional doc
apache2-mpm-event_2.2.8-5_i386.deb - optional web
apache2-mpm-prefork_2.2.8-5_i386.deb - optional web
apache2-mpm-worker_2.2.8-5_i386.deb - optional web
apache2-prefork-dev_2.2.8-5_i386.deb - extra devel
apache2-src_2.2.8-5_all.deb - extra devel
apache2-suexec-custom_2.2.8-5_i386.deb - extra web
apache2-suexec_2.2.8-5_i386.deb - optional web
apache2-threaded-dev_2.2.8-5_i386.deb - extra devel
apache2-utils_2.2.8-5_i386.deb - optional web
apache2.2-common_2.2.8-5_i386.deb - optional web
apache2_2.2.8-5.dsc - optional web
apache2_2.2.8-5_all.deb - optional web

Announcing to [EMAIL PROTECTED]
Closing bugs: 266835 312252 349716 373969 409970 475150 477522 480893 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485413: apache2: Apache crashes system due to exessive memory allocation

2008-06-09 Thread Stefan Fritsch
Hi,

On Monday 09 June 2008, Nico Schottelius wrote:
 The question is how to debug that problem, find out which modules
 allocates that much memory (most likely php, but where is the
 evidence?) and why it allocates so much memory.

What is the value of memory_limit in your /etc/php5/apache2/php.ini ? 
If it is large, maybe your php app simply uses that much memory.

Php 5.2.6 fixes some memory leaks. You could try 5.2.6-1 from Debian 
unstable.

Apache is known to leak memory in long requests (like when streaming 
multimedia data) if the flush() function is used excessively. Do you 
use implicit_flush in your php.ini? Does your application use 
ob_implicit_flush() or many flush()s?


If nothing helps, you can set MaxMemFree and/or MaxRequestsPerChild in 
your apache config as a workaround.

Cheers,
Stefan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#475150: marked as done (add documentation for APACHE_ARGUMENTS and other envvars)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#475150: fixed in apache2 2.2.8-5
has caused the Debian Bug report #475150,
regarding add documentation for APACHE_ARGUMENTS and other envvars
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 [EMAIL PROTECTED]
immediately.)


-- 
475150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475150
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---

Package: apache2.2-common
Version: 2.2.3-4+etch4
Severity: minor
Tags: patch


It is not possible to set defines for use in IfDefine name
directive.

The attached patch add a variable APACHE_DEFINES to /etc/default/apache2
which is evaluated at startup and passes the defines to apachectl.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-028stab053-dl3xx-openvz
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.3-4+etch4 utility programs for webservers
ii  libmagic1  4.17-5etch3   File type determination 
library us
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 
init scrip
ii  mime-support   3.39-1MIME files 'mime.types'  
'mailcap

ii  net-tools  1.60-17   The NET-3 networking toolkit
ii  procps 1:3.2.7-3 /proc file system utilities

apache2.2-common recommends no packages.

-- no debconf information

diff -urN etc_org/default/apache2 etc/default/apache2
--- etc_org/etc/default/apache2 2008-04-08 14:03:26.0 +
+++ etc/default/apache2 2008-04-08 14:45:18.0 +
@@ -1,2 +1,4 @@
 # 0 = start on boot; 1 = don't start on boot
 NO_START=0
+# Pass defines to apache (e.g. -D Harden)
+APACHE_DEFINES=
diff -urN etc_org/init.d/apache2 etc/init.d/apache2
--- etc_org/init.d/apache2  2008-01-31 08:41:24.0 +
+++ etc/init.d/apache2  2008-04-08 14:37:22.0 +
@@ -117,6 +117,21 @@
fi
 }
 
+apache_start() {
+   DEFINES=;
+   if [ $APACHE_DEFINES !=  ] ; then
+   for i in ${APACHE_DEFINES} ;do
+   DEFINES+=-D $i ;
+   done
+   fi
+
+   if $APACHE2CTL $DEFINES -k start; then
+   return 0
+   else
+   return 1
+   fi
+}
+
 # Stupid hack to keep lintian happy. (Warrk! Stupidhack!).
 case $1 in
start)
@@ -126,7 +141,7 @@
#ssl_scache shouldn't be here if we're just starting up.
[ -f /var/run/apache2/ssl_scache ]  rm -f 
/var/run/apache2/*ssl_scache*
log_begin_msg Starting web server (apache2)...
-   if $APACHE2CTL start; then
+   if apache_start; then
 log_end_msg 0
 else
 log_end_msg 1
@@ -160,11 +175,11 @@
if ! apache_sync_stop; then
 log_end_msg 1
 fi
-   if $APACHE2CTL start; then
-log_end_msg 0
-else
-log_end_msg 1
-fi
+   if apache_start ; then
+   log_end_msg 0
+   else
+   log_end_msg 1
+   fi
;;
*)
log_success_msg Usage: /etc/init.d/apache2 
{start|stop|restart|reload|force-reload}
---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to 

Bug#312252: marked as done (SuExec FHS compilance)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#312252: fixed in apache2 2.2.8-5
has caused the Debian Bug report #312252,
regarding SuExec FHS compilance
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 [EMAIL PROTECTED]
immediately.)


-- 
312252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312252
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2
Version: 2.0.54-4
Severity: normal

Apache 2 fails to address FHS 2.3 which mandates /srv/www for saving
web pages. This in itself is easy to fix for someone using the package,
but SuExec fails to execute failes outside of /var/www because of its
security model. This really breaks efforts to move the directory to the
right location.

This bug is despite the FHS problem not in conflict with the Debian
policy which requires compilance to FHS 2.1. I would still like to see
a fix to this problem, but I did not find an easy solution to this
problem apart from deactivating this part of SuExec by setting the
document root to /.

Kind regards,
Philipp Kern

---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 17:02:03 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 266835 312252 349716 373969 409970 475150 477522 480893
Changes: 
 apache2 (2.2.8-5) unstable; urgency=low
 .
   * Replace 

Bug#373976: marked as done (apache2-common: a2dissite rewritten to allow globbing/multiple site disabling/includes man page)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#373969: fixed in apache2 2.2.8-5
has caused the Debian Bug report #373969,
regarding apache2-common: a2dissite rewritten to allow globbing/multiple site 
disabling/includes man page
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 [EMAIL PROTECTED]
immediately.)


-- 
373969: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373969
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2-common
Version: 2.0.54-5
Severity: normal
Tags: patch


I have modified a2dissite to :

1. disable multiple sites at a time, (including file globbing).
  (Both from the command-line, and from the Site Name? prompt)
2. modified the sites-enabled listing to be columnar, as opposed to 
space-delimited. 
  (Helps when you have hundreds of sites enabled).
3. allow for interactive or non-interactive modes, (using -f). 
  (interactive mode prompts for confirmation before disabling a site). 
4. generates a help message (-h).
5. I also wrote a man page a2dissite(8), which documents all of the features 
that
I have included in this revision:

.TH a2dissite 8 June 2006 a2dissite
.SH NAME
a2dissite \- Disables Apache2 sites
.SH SYNOPSIS
.B a2dissite
[\fIOPTION\fR] [\fIFILE\fR] [\fIFILE\fR]...
.SH DESCRIPTION

.B a2dissite
simplifies the relationship between available and 
live, (or enabled), sites, by creating a user interface which controls
the creation of symbolic links between configuration files
in /etc/apache2/sites-available and /etc/apache2/sites-enabled.
.PP
.B a2dissite
allows you to pass the names of configuration files, (which exist
in /etc/apache2/sites-available), from the command line, or will
generate a listing of available sites if no arguments are given.  
(File globbing is available).
.PP
.SH OPTIONS
.TP
\fB\-f\fR
run in non-interactive mode, (do not prompt user for confirmation when enabling 
a site).
.TP
\fB\-h\fR
display help message and exit
.PP
.SH EXAMPLES
.PP
.B a2dissite
.PP
Generate a list of 
.B available 
sites and prompt for user to input a list of sites which they would like to 
disable.  
This runs a2dissite in default 
.B interactive 
mode, and will prompt the user for confirmation before disabling any site.
.PP
.B a2dissite -f
.PP
Same as previous example, except that it runs a2dissite in
.B non-interactive
mode. (It will not prompt the user for confirmation before
enabling a site).
.PP
.B a2dissite default
.PP
Enables the default site. (interactive mode)
.PP
.B a2dissite \-f default test2? test1
.PP
Enables the default site, plus test1, and all of the sites which 
match the globbing pattern test2?, (ie test20, test21, ... test29). 
(non-interactive mode)
.PP
.SH AUTHOR
This manual page was written by Shannon Eric Peevey [EMAIL PROTECTED].
.PP
.SH SEE ALSO
a2ensite(8), a2enmod(8), a2dismod(8)



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apache2-common depends on:
ii  apache2-utils 2.0.54-5   utility programs for webservers
ii  debconf   1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-18  Berkeley v4.2 Database Libraries [
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libgcc1   1:3.4.3-13 GCC support library
ii  libmagic1 4.12-1 File type determination library us
ii  mime-support  3.28-1 MIME files 'mime.types'  'mailcap
ii  net-tools 1.60-10The NET-3 networking toolkit
ii  openssl   0.9.7e-3sarge1 Secure Socket Layer (SSL) binary a
ii  ssl-cert  1.0-11 Simple debconf wrapper for openssl

-- no debconf information
--- /home/speeves/a2dissite.orig2006-06-16 09:56:06.767190640 -0500
+++ a2dissite   2006-06-16 06:39:43.0 -0500
@@ -1,29 +1,106 @@
 #!/bin/sh -e
 
+# Initialize variables
 SYSCONFDIR='/etc/apache2'
+prompt=1
+disabledsites=
+usage=
+Usage: ${0} [OPTION]...
 
+Options:
+ -fNever prompt
+ -hThis message
+
+
+while getopts :ft OPT
+do
+case $OPT in
+   f )
+   prompt=0
+   ;;
+   h )
+   echo $usage
+   exit 1
+   ;;
+   \?) 
+   echo $usage
+exit 1;;
+   esac
+done
+# 

Bug#480893: marked as done (/usr/sbin/a2dissite: should be able to remove dead symlinks)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#480893: fixed in apache2 2.2.8-5
has caused the Debian Bug report #480893,
regarding /usr/sbin/a2dissite: should be able to remove dead symlinks
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 [EMAIL PROTECTED]
immediately.)


-- 
480893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480893
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2.2-common
Version: 2.2.8-3
Severity: normal
File: /usr/sbin/a2dissite

Hi, 

a2dissite should be able to remove dead symlinks pointing from
sites-enabled to a no longer existant file in sites-available.
(bash_completion already gives you a proper list of sites from
sites-anabled)

E.g.:

  # ls -la /etc/apache2/sites-*/foobar

lrwxrwxrwx 1 root root 35 2008-05-12 17:33
/etc/apache2/sites-enabled/foobar - /etc/apache2/sites-available/foobar

But then you get the error message:

  # a2dissite foobar

Site foobar does not exist!


Andreas

-- Package-specific info:
Config file syntax check failed.
List of /etc/apache2/mods-enabled/*.load:
  actions alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi dir* env mime negotiation php5
  rewrite setenvif ssl status userdir
  (A * means that the .conf file for that module is not enabled in
   /etc/apache2/mods-enabled/)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (130, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.8-3   utility programs for webservers
ii  libapr11.2.12-2  The Apache Portable Runtime Librar
ii  libaprutil11.2.12+dfsg-3 The Apache Portable Runtime Utilit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libmagic1  4.24-2File type determination library us
ii  libssl0.9.80.9.8g-10 SSL shared libraries
ii  lsb-base   3.2-11Linux Standard Base 3.2 init scrip
ii  mime-support   3.40-1.1  MIME files 'mime.types'  'mailcap
ii  net-tools  1.60-19   The NET-3 networking toolkit
ii  procps 1:3.2.7-8 /proc file system utilities
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

apache2.2-common recommends no packages.

Versions of packages apache2.2-common is related to:
pn  apache2-mpm-event none (no description available)
pn  apache2-mpm-itk   none (no description available)
ii  apache2-mpm-prefork   2.2.8-3Traditional model for Apache HTTPD
pn  apache2-mpm-workernone (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.deb



A summary of the changes between this version and the previous one 

Bug#349716: marked as done (apache2-common: please consider giving a2[en|dis][mod|site] more flexibility)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#349716: fixed in apache2 2.2.8-5
has caused the Debian Bug report #349716,
regarding apache2-common: please consider giving a2[en|dis][mod|site] more 
flexibility
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 [EMAIL PROTECTED]
immediately.)


-- 
349716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349716
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2-common
Severity: wishlist

Hi,

I would like to submit a complete rewrite for a2[en|dis][mod|site].
The script don't seem to be a good example for code reuse, so I'd like
to wrap up all scripts' functionality into a single script which
determines what to do from the name it has been called at. It would,
of course, be fully compatible on the command line.

I would also love to add the possibility to have the -enabled and the
-available directories in two different directories, so that a second
instance of apache could run off the same -available directories while
writing the -enable links somewhere else. This patch would probably
consist of splitting the SYSCONFDIR variable into AVAILDIR and
ENABLEDIR, both defaulting to /etc/apache2, and overloadable from the
caller environment.

Please indicate whether you would be willing to accept the full
rewrite, or would prefer a patch against the current scripts to add
the split, or if you won't accept any changes.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 17:02:03 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-prefork 

Bug#430886: marked as done (a2ensite rewritten to allow globbing/multiple site enabling)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#373969: fixed in apache2 2.2.8-5
has caused the Debian Bug report #373969,
regarding a2ensite rewritten to allow globbing/multiple site enabling
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 [EMAIL PROTECTED]
immediately.)


-- 
373969: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373969
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2
Version: 2.2.3-3
Severity: wishlist

Hi, as an Ubuntu triager, I'd like to share with you a rewritten
a2ensite file made by Speeves (sorry complete name not available).
This is on Ubuntu bug:
https://launchpad.net/bugs/84142

Ubuntu bug description is:
[BEGIN]
Binary package hint: apache2-common
I have modified a2ensite to :
1. enable multiple sites at a time, (including file globbing).
   (Both from the command-line, and from the Site Name? prompt)
 2. modified the sites-available listing to be columnar, as opposed to
 space-delimited.
   (Helps when you have hundreds of sites available).
 3. allow for interactive or non-interactive modes, (using -f).
   (interactive mode prompts for confirmation before enabling a site).
 4. generates a help message (-h).
 5. I have also written a man page a2ensite(8), which documents all of
 the features that
 I have included in this revision.
[END]

Possible problem with it would be:
[BEGIN]
Is it possible for a2ensite to list only those sites that are not
already enabled? Similarly, a2enmod should do the same.
[END]



-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free



a2ensite
Description: application/shellscript


a2ensite.8
Description: Troff document
---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 17:02:03 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-prefork - Traditional model for Apache 

Bug#266835: marked as done (apache2-common: A small package to build custom suexec)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#266835: fixed in apache2 2.2.8-5
has caused the Debian Bug report #266835,
regarding apache2-common: A small package to build custom suexec
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 [EMAIL PROTECTED]
immediately.)


-- 
266835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266835
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2-common
Version: 2.0.50-9
Severity: wishlist

The UserDir setting is, for security reasons, compiled into suexec. That
means that when one wants to change that setting, and use suexec, one
has to recompile apache.

But suexec is just one small source. Would it be possible to create
a small package, that would just include the suexec source and
appropriate config headers, so one could recompile custom suexec without
configuring whole apache, installing the library devel packages etc.?

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=cs_CZ

Versions of packages apache2-common depends on:
ii  debconf 1.4.31   Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libapr0 2.0.50-9 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-16Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.6-8 XML parsing C library - runtime li
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libmagic1   4.10-3   File type determination library us
ii  libssl0.9.7 0.9.7d-5 SSL shared libraries
ii  mime-support3.28-1   MIME files 'mime.types'  'mailcap
ii  net-tools   1.60-10  The NET-3 networking toolkit
ii  openssl 0.9.7d-5 Secure Socket Layer (SSL) binary a
ii  ssl-cert1.0-8Simple debconf wrapper for openssl
ii  zlib1g  1:1.2.1.1-5  compression library - runtime

-- no debconf information
---
 Jan 'Bulb' Hudec [EMAIL 
PROTECTED]


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])



Bug#373969: marked as done (apache2-common: a2ensite rewritten to allow globbing/multiple site enabling)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#373969: fixed in apache2 2.2.8-5
has caused the Debian Bug report #373969,
regarding apache2-common: a2ensite rewritten to allow globbing/multiple site 
enabling
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 [EMAIL PROTECTED]
immediately.)


-- 
373969: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373969
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2-common
Version: 2.0.54-5
Severity: normal
Tags: patch


I have modified a2ensite to :

1. enable multiple sites at a time, (including file globbing).
  (Both from the command-line, and from the Site Name? prompt)
2. modified the sites-available listing to be columnar, as opposed to 
space-delimited. 
  (Helps when you have hundreds of sites available).
3. allow for interactive or non-interactive modes, (using -f). 
  (interactive mode prompts for confirmation before enabling a site). 
4. generates a help message (-h).
5. I also wrote a man page a2ensite(8), which documents all of the features 
that
I have included in this revision:

.TH a2ensite 8 June 2006 a2ensite 
.SH NAME
a2ensite \- Enables Apache2 sites
.SH SYNOPSIS
.B a2ensite
[\fIOPTION\fR] [\fIFILE\fR] [\fIFILE\fR]...
.SH DESCRIPTION

.B a2ensite
simplifies the relationship between available and 
live, (or enabled), sites, by creating a user interface which controls
the creation of symbolic links between configuration files
in /etc/apache2/sites-available and /etc/apache2/sites-enabled.
.PP
.B a2ensite
allows you to pass the names of configuration files, (which exist
in /etc/apache2/sites-available), from the command line, or will
generate a listing of available sites if no arguments are given.  
(File globbing is available).
.PP
.SH OPTIONS
.TP
\fB\-f\fR
run in non-interactive mode, (do not prompt user for confirmation when enabling 
a site).
.TP
\fB\-h\fR
display help message and exit
.PP
.SH EXAMPLES
.PP
.B a2ensite
.PP
Generate a list of 
.B available 
sites and prompt for user to input a list of sites which they would like to 
enable.  
This runs a2ensite in default 
.B interactive 
mode, and will prompt the user for confirmation before enabling any site.
.PP
.B a2ensite -f
.PP
Same as previous example, except that it runs a2ensite in
.B non-interactive
mode. (It will not prompt the user for confirmation before
enabling a site).
.PP
.B a2ensite default
.PP
Enables the default site. (interactive mode)
.PP
.B a2ensite \-f default test2? test1
.PP
Enables the default site, plus test1, and all of the sites which 
match the globbing pattern test2?, (ie test20, test21, ... test29). 
(non-interactive mode)
.PP
.SH AUTHOR
This manual page was written by Shannon Eric Peevey [EMAIL PROTECTED].
.PP
.SH SEE ALSO
a2dissite(8), a2enmod(8), a2dismod(8)



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apache2-common depends on:
ii  apache2-utils 2.0.54-5   utility programs for webservers
ii  debconf   1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-18  Berkeley v4.2 Database Libraries [
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libgcc1   1:3.4.3-13 GCC support library
ii  libmagic1 4.12-1 File type determination library us
ii  mime-support  3.28-1 MIME files 'mime.types'  'mailcap
ii  net-tools 1.60-10The NET-3 networking toolkit
ii  openssl   0.9.7e-3sarge1 Secure Socket Layer (SSL) binary a
ii  ssl-cert  1.0-11 Simple debconf wrapper for openssl

-- no debconf information
--- /usr/local/src/a2dissite2006-06-16 09:43:41.589474872 -0500
+++ a2dissite   2006-06-16 06:39:43.0 -0500
@@ -1,33 +1,106 @@
 #!/bin/sh -e
 
+# Initialize variables
 SYSCONFDIR='/etc/apache2'
-
+prompt=1
+disabledsites=
+usage=
+Usage: ${0} [OPTION]...
+
+Options:
+ -fNever prompt
+ -hThis message
+
+
+while getopts :ft OPT
+do
+case $OPT in
+   f )
+   prompt=0
+   ;;
+   h )
+   echo $usage
+   exit 1
+   ;;
+   \?) 
+   echo $usage
+exit 1;;
+   esac
+done
+# remove the flags from $@
+shift 

Bug#409970: marked as done (a2ensite/a2enmod need to check if an existing file/symlink in sites-enabled is correct)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#409970: fixed in apache2 2.2.8-5
has caused the Debian Bug report #409970,
regarding a2ensite/a2enmod need to check if an existing file/symlink in 
sites-enabled is correct
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 [EMAIL PROTECTED]
immediately.)


-- 
409970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409970
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---

Package: apache2-mpm-prefork
Version: 2.0.54-5sarge1

Trying to setup SSL only webserver. create a new site for this configuration:

cd /etc/apache2/
modify ports.conf: 80 - 443
cd sites-available
copy default ssl
modify ssl: change * to *:443 and add SSLEngine, SSLCertificateFile
a2dissite default
a2ensite ssl
restart apache2


webserver is not working properly. error.log reports p.ex: /htdocs not found. it
seems that the ssl file is not read at all. sytax errors in this file are not
reported. prove: copy file with errors to file default. now errors are
displayed while restarting apache2. using only default as site configuration
works for me.

---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 17:02:03 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 266835 312252 349716 373969 409970 475150 477522 480893
Changes: 
 apache2 (2.2.8-5) unstable; 

Bug#372308: marked as done (apache2-common: Need few alternative suexec2 with different docroot)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#266835: fixed in apache2 2.2.8-5
has caused the Debian Bug report #266835,
regarding apache2-common: Need few alternative suexec2 with different docroot
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 [EMAIL PROTECTED]
immediately.)


-- 
266835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266835
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: apache2-common
Severity: important


Hi.
As I know, many  people use debian as base of sahred hosting. And in most 
cases, user data are stored in 
/home/*/public_html/ and it's subdirs. For now, suexec2 does not work outside 
/var/www. Yes, maybe on non-shared 
system single /var/www dir works well, but if I'd like to run cgi scripts from 
/home/... I have to use single user 
for all scripts to run. It is not secure in case when I have untrusted users. 
Please, add to package ability 
to select different suexec binaries with different docroot, maybe it could be 
choosen by alternatives. For now, 
I must get sources for apache2, fix debian/rules and rebuild package - it 
disallow me to use automatic update tools 
and force to install developer tools and -dev packages that are not needed on 
production server. I think, I'm not 
only man who have such problem. 

Similar reports: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340946
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266835

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

---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 17:02:03 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-prefork - 

Bug#477522: marked as done (please remove this transitional package)

2008-06-09 Thread Debian Bug Tracking System

Your message dated Mon, 09 Jun 2008 19:01:57 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477522: fixed in apache2 2.2.8-5
has caused the Debian Bug report #477522,
regarding please remove this transitional package
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 [EMAIL PROTECTED]
immediately.)


-- 
477522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477522
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
package: apache2-mpm-perchild
version: 2.2.8-3
Usertags: etch-transitional-packages

Hi,

this binary package seems to be a transitional package used to upgrade
from sarge to etch, that can now be safely removed.
If that is so, please fix the package.

You can track the progress of this and other transitional packages at:

http://wiki.debian.org/EtchTransitionalPackages

Ondrej


---End Message---
---BeginMessage---
Source: apache2
Source-Version: 2.2.8-5

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.8-5_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-5_i386.deb
apache2-doc_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-5_all.deb
apache2-mpm-event_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-5_i386.deb
apache2-mpm-prefork_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-5_i386.deb
apache2-mpm-worker_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-5_i386.deb
apache2-prefork-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-5_i386.deb
apache2-src_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-5_all.deb
apache2-suexec-custom_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.8-5_i386.deb
apache2-suexec_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.8-5_i386.deb
apache2-threaded-dev_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-5_i386.deb
apache2-utils_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-5_i386.deb
apache2.2-common_2.2.8-5_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-5_i386.deb
apache2_2.2.8-5.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-5.diff.gz
apache2_2.2.8-5.dsc
  to pool/main/a/apache2/apache2_2.2.8-5.dsc
apache2_2.2.8-5_all.deb
  to pool/main/a/apache2/apache2_2.2.8-5_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch [EMAIL PROTECTED] (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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 17:02:03 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 266835 312252 349716 373969 409970 475150 477522 480893
Changes: 
 apache2 (2.2.8-5) unstable; urgency=low
 .
   * Replace a2{en,dis}{mod,site} by a rewritten version that
 - supports wildcards (Closes: #373969).
 - can be influenced with environment variables (Closes: #349716).
 - checks existing symlinks for correctness (Closes: #409970).
 - allows to remove dead symlinks (Closes: #480893).
  

Electrical, Automation and Control Services

2008-06-09 Thread Angel Controls Sales Support Team
Thank you for taking the time to read this email.

If the information is not relevant to you, please forward it to the person 
within your organisation to whom it may be appropriate. Thank you. 

Angel Controls Limited

Angel Controls are an Electrical, Instrumentation, Control and Automation 
engineering company. We offer a number of services to Contractors, Commercial  
Industrial Customers and OEM's. 

Automation System design.

Electrical design. 

Control Panel design  building.

Pneumatic system design  building. 

PLC Programming.

Project management. 

Flowmetering and Liquid handling systems.



For further details of our products and services, visit our website at 
www.angelcontrols.com , contact us on 01702 296333 or reply to this email. 

To unsubscribe from this mailing list, or update your details go to 
http://www.angelcontrols.com/pommo/user/login.php  

ANGEL CONTROLS LIMITED 
75 Wakering Avenue, Shoeburyness, Essex SS3 9BD
Tel 01702 296333, Fax 01702 296337 
[EMAIL PROTECTED] http://www.angelcontrols.com


Registered in England  Wales, 
No 4858058 
Registered Address: Charter House, 103-105 Leigh Road, Leigh on Sea, Essex SS9 
1JL 



Bug#485525: apache2 crashing with SIGBUS

2008-06-09 Thread Nathaniel W Filardo

Subject: apache2: Apache crashing with SIGBUS
Package: apache2
Version: 2.2.8-4
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

While serving requests, Apache worker processes are committing suicide,
something like this (taken from the error log):

[Mon Jun 09 19:58:43 2008] [notice] Apache/2.2.8 (Debian) mod_python/3.3.1 
Python/2.5.2 mod_ssl/2.2.8 OpenSSL/0.9.8g configured -- resuming normal 
operations
...
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_io.c(1817): OpenSSL: read 48/48 
bytes from BIO#1d7690 [mem: 234cb5] (BIO dump follows)
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_io.c(1750): 
+-+
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_io.c(1789): | : b3 98 1f b5 
cf 43 6a d6-58 22 97 b1 09 31 64 f8  .Cj.X...1d. |
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_io.c(1789): | 0010: b7 41 b4 96 
15 5b d5 8b-d4 60 23 f7 95 cc ce c1  .A...[...`#. |
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_io.c(1789): | 0020: 32 9d 65 94 
f8 10 20 02-36 4a d6 0b 36 32 31 c1  2.e... .6J..621. |
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_io.c(1795): 
+-+
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: 
SSLv3 read finished A
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: 
SSLv3 write change cipher spec A
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: 
SSLv3 write finished A
[Mon Jun 09 21:30:06 2008] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: 
SSLv3 flush data
[Mon Jun 09 21:30:06 2008] [debug] ssl_scache_shmcb.c(670): inside 
shmcb_store_session
[Mon Jun 09 21:30:06 2008] [debug] ssl_scache_shmcb.c(676): session_id[0]=73, 
masked index=9
[Mon Jun 09 21:30:06 2008] [debug] ssl_scache_shmcb.c(1059): entering 
shmcb_insert_encoded_session, *queue-pos_count = 0
[Mon Jun 09 21:30:06 2008] [debug] ssl_scache_shmcb.c(983): entering 
shmcb_expire_division
[Mon Jun 09 21:30:06 2008] [debug] ssl_scache_shmcb.c(1115): we have 14386 
bytes and 133 indexes free - enough
[Mon Jun 09 21:30:06 2008] [debug] ssl_scache_shmcb.c(1144): storing in index 
0, at offset 0
 [Mon Jun 09 21:30:06 2008] [notice] child pid 30461 exit signal Bus error 
 (10)
[Mon Jun 09 21:30:20 2008] [debug] ssl_engine_io.c(1828): OpenSSL: I/O error, 5 
bytes expected to read on BIO#1d7690 [mem: 234cb0]
[Mon Jun 09 21:30:20 2008] [info] [client 128.220.223.61] (70007)The timeout 
specified has expired: SSL input filter read failed.
[Mon Jun 09 21:30:20 2008] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: 
SSL negotiation finished successfully
[Mon Jun 09 21:30:20 2008] [info] [client 128.220.223.61] Connection closed to 
child 4 with standard shutdown (server wiki.ietfng.org:443)
[Mon Jun 09 21:30:20 2008] [debug] ssl_engine_io.c(1828): OpenSSL: I/O error, 5 
bytes expected to read on BIO#1d7690 [mem: 234cb0]
[Mon Jun 09 21:30:20 2008] [info] [client 128.220.223.61] (70007)The timeout 
specified has expired: SSL input filter read failed.
[Mon Jun 09 21:30:20 2008] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: 
SSL negotiation finished successfully
[Mon Jun 09 21:30:20 2008] [info] [client 128.220.223.61] Connection closed to 
child 2 with standard shutdown (server wiki.ietfng.org:443)

(The fact that it's SIGBUS rather than SIGSEGV may be because this is
2.6.18, a vserver kernel, on Sparc64 hardware; honestly I'm not sure.)

If I can provide any other information, feel free to ask.
Thanks for your time.
--nwf;

-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi dir* env mime negotiation
  python setenvif ssl status
  (A * means that the .conf file for that module is not enabled in
   /etc/apache2/mods-enabled/)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.22.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.8-4Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information


pgpGuzn2TjHuB.pgp
Description: PGP signature