Bug#693299: apache2: Please add commented example of setting APACHE_ARGUMENTS in envvars file

2012-11-15 Thread Olivier Berger
Package: apache2.2-common Version: 2.2.22-12 Severity: wishlist Hi. May I suggest adding in /etc/apache2/envvars an example of how setting APACHE_ARGUMENTS can help provide specific args to apache. For instance, if one may wish to start apache2 in debug mode, with the -X option. So I suggest

Bug#497534: apache2.2-common: /etc/init.d/apache2 / apache2ctl not reporting error return code when apache2 segfaults

2008-09-04 Thread Olivier Berger
Hi. Le mardi 02 septembre 2008 à 22:41 +0200, Stefan Fritsch a écrit : > On Tuesday 02 September 2008, Olivier Berger wrote: > > Whenever apache2 segfaults on start (for example as experienced > > when #497453), there's no error return code propagated to > > apache2ctl

Bug#497534: apache2.2-common: /etc/init.d/apache2 / apache2ctl not reporting error return code when apache2 segfaults

2008-09-02 Thread Olivier Berger
Package: apache2.2-common Version: 2.2.9-7 Severity: normal Hi. Whenever apache2 segfaults on start (for example as experienced when #497453), there's no error return code propagated to apache2ctl nor /etc/init.d/apache2's exit values... It's very unfortunate, as there's not even a message on

Bug#472647: bug 472647 is forwarded to http://mail-archives.apache.org/mod_mbox/perl-modperl/200707.mbox/<4 693e9ef.4060...@ocf.berkeley.edu>

2008-08-28 Thread Olivier Berger
tags 472647 - moreinfo retitle 472647 "Segfault with PerlOptions -Enable in virtualhost" thanks I guess there's significant evidence of the reproductibility conditions, although upstream apparently is waiting for more help to validate the fix. Maybe the maintainer knows the best way to try and r

Bug#472647: apache2-mpm-prefork: Same here with PerlOptions -Enable

2008-08-28 Thread Olivier Berger
On Thu, Aug 28, 2008 at 05:09:46PM +0200, Olivier Berger wrote: > > There's indeed something weird with activating mod_perl on one virtualhost > and disactivating it on another, or more simply with "PerlOptions -Enable" at > all. > > Hope this helps. >

Bug#472647: apache2-mpm-prefork: Same here with PerlOptions -Enable

2008-08-28 Thread Olivier Berger
Package: apache2-mpm-prefork Version: 2.2.3-4+etch5 Followup-For: Bug #472647 I have setup a valid (I suppose) config for 2 virtual hosts, one for port 80, one for port 443. Port 443 configured through : ... # for mod_perl and TWiki PerlRequire /var/lib/twiki/tools/mod_perl_sta

Bug#496918: apache2-mpm-prefork: Option -k of apache2 not documented nor in -h usage

2008-08-28 Thread Olivier Berger
Package: apache2-mpm-prefork Version: 2.2.3-4+etch5 Severity: minor Surprisingly, option -k works in that version of the package although it's neither documented in -h usage or in man 8 apache2. Hope this helps, Best regards, -- Package-specific info: List of enabled modules from 'apache2 -M

Bug#481451: Btw, add some explanation on snakeoil, which is a bit cryptic for end users

2008-05-16 Thread Olivier Berger
On Fri, May 16, 2008 at 10:22:39AM +0200, Olivier Berger wrote: > > Please add some documentation for the generate-default-snakeoil option. > Also, the package's README may add some explanation on that "snakeoil" which seems a bit cryptic for (non eglish-speaking nativ

Bug#481451: ssl-cert: Please document option generate-default-snakeoil properly

2008-05-16 Thread Olivier Berger
Package: ssl-cert Version: 1.0.18 Severity: minor Tags: patch Please add some documentation for the generate-default-snakeoil option. See attached proposed patch. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Ker

Bug#293821: Patch for ssl-cert

2007-08-14 Thread Olivier Berger
CC-ing the bug-report in case others would have the same problem... Le mercredi 08 août 2007 à 14:46 +0200, SEE-BOX Reby a écrit : > Dear Mr. Olivier BERGER, > > very thanks for you job, > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293821).. > > but your patch for

Bug#430116: apache2.2-common: /etc/init.d/apache2 start does nothing

2007-06-22 Thread Olivier Berger
Package: apache2.2-common Version: 2.2.3-4 Severity: normal After a : # /etc/init.d/apache2 start # echo $? 0 There's no apache process started :( It seems that I got to this result after apache (not apache2) was initially installed. Later on I installed apache2, then removed apache... But t

Requesting consideration of patch solving bug #293821 on ssl-cert for inclusion in testing

2007-04-25 Thread Olivier Berger
to fixing this one soon. Many thanks in advance. Best regards, -- Olivier BERGER <[EMAIL PROTECTED]> (ATTENTION : new address) Ingénieur Recherche - Dept INF GET/INT at Evry (http://www.int-edu.eu/) OpenPGP-Id: 1024D/6B829EEC

Bug#293821: Updated version of the patch

2007-02-15 Thread Olivier Berger
dom if [ "$1" != "generate-default-snakeoil" ]; then -openssl req -config $TMPFILE -new -x509 -nodes -out $output -keyout $output > /dev/null 2>&1 +openssl req -config $TMPFILE -new -x509 -days $Days -nodes -out $output -keyout $output > /dev/null 2>&1

Bug#293821: ssl-cert: Please include this patch soon

2007-02-15 Thread Olivier Berger
Package: ssl-cert Version: 1.0.14 Followup-For: Bug #293821 This patch seems rather old, and I'd like to ask for inclusion in the package, as it's rather inconvenient not to be able to get a configurable expiry date... Best regards -- System Information: Debian Release: 4.0 APT prefers testi

Bug#398520: Be careful to make-ssl-cert's default certificate expiration date

2007-02-15 Thread Olivier Berger
package ;) My 2 cents. Best regards, -- Olivier BERGER <[EMAIL PROTECTED]> Ingénieur Recherche - Dept INF INT Evry (http://www.int-evry.fr) OpenPGP-Id: 1024D/6B829EEC

Bug#267477: Adding SSLOptions StdEnvVars for CGIs

2007-02-07 Thread Olivier Berger
k the right way without it (relying on SSL_PROTOCOL variable which may not be set by default, without this option). Hope this helps. Best regards, -- Olivier BERGER <[EMAIL PROTECTED]> Ingénieur Recherche - Dept INF INT Evry (http://www.int-evry.fr) OpenPGP-Id: 1024D/6B829EEC

Bug#398520: Workaround

2006-12-17 Thread Olivier Berger
Hi. I think these instructions are a workaround : # mkdir /etc/apache2/ssl # /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem Hope this helps. Best regards, -- Olivier BERGER (OpenPGP: 1024D/B4C5F37F) APRIL (http://www.april.org) - Vive python (http

Bug#392356: apache2.2-common: Contents of dir.conf

2006-10-28 Thread Olivier Berger
Package: apache2.2-common Version: 2.2.3-2 Followup-For: Bug #392356 Out of my apache2.conf file on another box, I came up with the following for contents of dir.conf, although I'm not sure it fits as a default. Hope this helps. DirectoryIndex index.html index.cgi index.pl index.php index.xhtml