Bug#286225: marked as done (apache2: environment corruption bug)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 06:34:51 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#286225: fixed in php4 4:4.3.10-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 18 Dec 2004 15:31:46 +
From [EMAIL PROTECTED] Sat Dec 18 07:31:46 2004
Return-path: [EMAIL PROTECTED]
Received: from mail.aurisp.de [81.169.158.23] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CfgYc-00068t-00; Sat, 18 Dec 2004 07:31:46 -0800
Received: from localhost (localhost [127.0.0.1])
by mail.aurisp.de (Postfix) with ESMTP id 6C59B8064
for [EMAIL PROTECTED]; Sat, 18 Dec 2004 16:31:44 +0100 (CET)
Received: from mail.aurisp.de ([127.0.0.1])
by localhost (mail.aurisp.de [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 06663-04; Sat, 18 Dec 2004 16:31:39 +0100 (CET)
Received: from hitchhiker.hong.h42.net (cl-72.ham-01.de.sixxs.net 
[IPv6:2001:6f8:900:47::2])
by mail.aurisp.de (Postfix) with ESMTP id 922528082;
Sat, 18 Dec 2004 16:31:39 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
by hitchhiker.hong.h42.net (Postfix) with ESMTP id D598518427;
Sat, 18 Dec 2004 16:31:37 +0100 (CET)
Received: from hitchhiker.hong.h42.net ([127.0.0.1])
by localhost (hitchhiker.hong.h42.net [127.0.0.1]) (amavisd-new, port 
10024)
with LMTP id 22508-02; Sat, 18 Dec 2004 16:31:26 +0100 (CET)
Received: by hitchhiker.hong.h42.net (Postfix, from userid 1000)
id 2E06F1840E; Sat, 18 Dec 2004 16:31:23 +0100 (CET)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Lars Ehrhardt [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache2: environment corruption bug
X-Mailer: reportbug 3.2
Date: Sat, 18 Dec 2004 16:31:23 +0100
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at hong.h42.net
X-Virus-Scanned: by amavisd-maia-1.0.0-rc5 (Debian) at aurisp.de
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apache2
Version: 2.0.52-3
Severity: important

Hi,

we've reported this earlier and I thought that a php4 update fixed this
problem. Unfortunately, the bug reappeared this week again.

It seems that there is an environment corruption bug.

Minimal testcase:

Create a php file, umask.php, with:

-- snipp --
?php
umask(0700);
?
-- snipp --

Invoke w3m or another browser to open this file
http://hostname/umask.php

create a cgi file, test.pl, with:

-- snipp --
#!/usr/bin/perl -w

$counter=`date`;
open(TMP,/tmp/test.log.$counter);
print TMP foobar\n\n;
close TMP;
-- snipp --

Request this cgi script a couple of times, e.g:

while true;do wget http://hostname/cgi-bin/test.pl;done

The output will look like this:
-rw-r--r--  1 www-data www-data 7 Dec 18 15:27 test.log.Sat Dec 18
15:27:50 CET 2004
-r--w-  1 www-data www-data 7 Dec 18 15:27 test.log.Sat Dec 18
15:27:51 CET 2004

The permissions on the second file are wrong. This behaviour causes all
sorts of funny side effects here. 

The cgi script is probably reusing the apache child environment of the
php script and therefore creates the file with wrong permissions.

We are using the debian testing php4 packages, 4.3.9.

I am not sure, if this is a bug in apache2 or in php4, though. So, feel
free to reassign, if necessary.

Cheers,

Lars

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-ac15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.0.52-3   Traditional model for Apache2

-- no debconf information

---
Received: (at 286225-close) by bugs.debian.org; 7 Feb 2005 11:39:39 +
From [EMAIL PROTECTED] Mon Feb 07 03:39:39 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp 

Re: apache2 not processing php

2005-02-07 Thread Graham Smith
Ok I have partially solved the problem :o)
register_globals was switched on in the Apache1.3 php.ini 
(/etc/php4/Apache/php.ini) and switched off in the Apache2.0 
configuration (/etc/php4/Apache2/php.ini). As I understand it there are 
security issues with having register_globals switched on so I will over 
time convert the site. For now I have converted the front page of the 
site so that it now works with register_globals = off. If you let Apache 
load the default page

http://www.crazysquirrel.com/
it now works as you can see. However if you try and load the page by name
http://www.crazysquirrel.com/index.php
it still tries to give you the unprocessed file back. How do I stop that 
behaviour?

Thanks
Adam Conrad wrote:
Graham Smith said:
I am sure this is a really simple to fix problem but I have struggled
for hours without success.

Looking at the URLs provided, it just looks like you're trying to include
something with an incorrect path.  Maybe your vhosts are configured
differently in apache2 than they were in apache1.3?  Or maybe you had an
extra directory in the include path in apache1.3?
... Adam


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


Re: apache2 not processing php

2005-02-07 Thread Adam Conrad
Graham Smith said:

 http://www.crazysquirrel.com/index.php

 it still tries to give you the unprocessed file back. How do I stop that
 behaviour?

It works from here when I load that page.  Are you sure you're not
suffering from an overactive browser cache, proxy server, or some other
such oddity?

... Adam




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



Bug#293156: apache: segfaults when started, strace shows failure after or during reading file pkg's magic.mime

2005-02-07 Thread Dustin
Hello Adam,
An apt-get dist-upgrade did the trick. 

Be it known that you are the man!

Adam Conrad wrote:
Adam Conrad said:
 

Also, what version of libc6 do you currently have installed?
   

Nevermind.  Your original bug report stated you have version 2.3.2.ds1-13
installed.  The backtrace blowing up in libssl's init looks suspiciously
like a bug that was fixed in libc6 2.3.2.ds1-17 (In september, last year!)
Can you try upgrading libc6 (better yet, if you have the bandwidth, update
the whole system), and let me know if this bug goes away?  Thanks.
... Adam
 

--
Dustin Harriman
Http://annexia.ca

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


Re: apache2 not processing php

2005-02-07 Thread Graham Smith
Yeah it must just be a page cached in firefox. All the other pages 
(which I hadn't loaded) started working correctly after register_globals 
was switched on and I can get the page fine with konqueror and wget. 
Clearing the firefox cache has fixed the last problem. I wonder why 
firefox wasn't recognizing that the page was new. Oh well. Lesson learnt 
- thanks.

Adam Conrad wrote:
Graham Smith said:
http://www.crazysquirrel.com/index.php
it still tries to give you the unprocessed file back. How do I stop that
behaviour?

It works from here when I load that page.  Are you sure you're not
suffering from an overactive browser cache, proxy server, or some other
such oddity?
... Adam



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


Bug#293156: marked as done (apache: segfaults when started, strace shows failure after or during reading file pkg's magic.mime)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Tue, 8 Feb 2005 05:27:51 +1000 (EST)
with message-id [EMAIL PROTECTED]
and subject line Bug#293156: apache: segfaults when started,
 strace shows failure after or during reading file  pkg's   
magic.mime
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 1 Feb 2005 14:31:13 +
From [EMAIL PROTECTED] Tue Feb 01 06:31:13 2005
Return-path: [EMAIL PROTECTED]
Received: from zz148179.cipherkey.net (sol.annexia.ca) [64.114.148.179] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cvz3h-bP-00; Tue, 01 Feb 2005 06:31:13 -0800
Received: from localhost (localhost [127.0.0.1])
by sol.annexia.ca (Postfix) with ESMTP id A5D7A2FEF5;
Tue,  1 Feb 2005 06:30:42 -0800 (PST)
Received: from sol.annexia.ca ([127.0.0.1])
by localhost (sol [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 01442-03; Tue, 1 Feb 2005 06:30:36 -0800 (PST)
Received: by sol.annexia.ca (Postfix, from userid 0)
id 08CFB2FEF4; Tue,  1 Feb 2005 06:30:35 -0800 (PST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dustin Harriman [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache: segfaults when started,
 strace shows failure after or during reading file pkg's magic.mime
X-Mailer: reportbug 3.2
Date: Tue, 01 Feb 2005 06:30:35 -0800
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at annexia.ca
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apache
Version: 1.3.33-3
Severity: important

I noticed that my wesite stopped accepting connections.  I have both apache-ssl 
and apache installed, apache-ssl still works fine.  I can't start apache 
manually with a command like apache -X of apache -F, I just get a 
Segmentation fault.  Turning the LogLevel to debug also shows no errors.  
Upgrading from apache 1.3.33-2 to 1.3.33-3 didn't help, nor reinstalling the 
package apache.  Checking my RAM and blocks on all filesystems show no 
problems.  Reverting to an original copy of httpd.conf didn't help, which has 
no VirtualHosts, so I don't think bug 284215 is happening here.

An strace shows interesting output near the end when running the command
strace apache -X:
--

open(/var/lib/misc/protocols.db, O_RDWR|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
open(/var/lib/misc/protocols.db, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
open(/etc/protocols, O_RDONLY)= 3
fcntl64(3, F_GETFD) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=2478, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40019000
read(3, # Internet (IP) protocols\n#\n# Up..., 4096) = 2478
close(3)= 0
munmap(0x40019000, 4096)= 0
open(/usr/share/misc/file/magic.mime, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=30429, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40019000
read(3, # Magic data for KMimeMagic (ori..., 4096) = 4096
read(3, audio/x-dec-basic\n12\tlelong\t\t5\t..., 4096) = 4096
read(3,  #!/usr/local/bin/ashapplica..., 4096) = 4096
read(3, \\040\\0\t\tapplication/x-tar\tgnu\n\n0..., 4096) = 4096
read(3, p Format proposal\n# (best; not y..., 4096) = 4096
read(3, ..., 4096) = 4096
read(3,   0x05\t\n#8 leshort\t  0..., 4096) = 4096
read(3, #\n0\t\tstring\tMZ\n[EMAIL PROTECTED]..., 4096) = 1757
read(3, , 4096)   = 0
close(3)= 0
munmap(0x40019000, 4096)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

-
The 5th last line looks interesting, perhaps input is expected but there
is none in the empty ?

I upgraded the file and libmagic1 packages (since
/usr/share/misc/file/magic.mime comes from libmagic1), still no luck.  Could
this affect people upgrading to sarge?

My website is down (at least on port 80, SSL access still works) and can't get 

Konferencja dla [EMAIL PROTECTED]

2005-02-07 Thread Consulting Centre
   Midzynarodowe Centrum Informacyjno - Konsultingowe ICIC, Kijw, 
Ukraina.

  Serdecznie zaprasza na
  XI  Midzynarodow  polsko - ukraisko - rosyjsk konferencj
 na temat
   Jak robi interes na Ukrainie ze wzgldu na obowizujce przepisy prawne, 
celne i
 inne w handlu zagranicznym w roku 2005 - roku radykalnych zmian w polityce 
i
   ekonomice Ukrainy - Ukraina i nadal bdzie atrakcyjnym i perspektywicznym 
rynkiem
dla rozwoju exportu-importu midzy Polsk, pastwami Unii Europejskiej i 
Rosj.

Midzynarodowe Centrum Informacyjno - Konsultingowe ICIC, Kijw, Ukraina 
uruchomia
w tym roku 2005 cykl konferencji (prowadzone  s z 2002 roku) dotyczcych tego, 
jak ma
wyglda organizacja wejcia polskiej firmy na Ukrain i jak przedstawia si na 
tym
rynku prowadzenie dziaalnoci gospodarczej.
Obejmuj one aspekt prawny, finansowy, ksigowy, organizacyjny i 
socjologiczny,
kwestie dotyczce eksportu-importu, przepisy walutowe, sposoby nawizywania 
i
podtrzymywania kontaktw, biece sprawy podatkowo-ksigowe oraz 
pracownicze.
Konferencje s skierowane do firm, ktre zamierzaj nawiza kontakty 
handlowe i
produkcyjne z ukraiskimi partnerami, do osb zamierzajcych zaoy tam 
wasn
firm oraz do tych, ktrzy ju tam s, a nie rozumiej zbytnio realiw.

  19-20 lutego 2005 r., Lww, Hotel  Sputnik
 (zakwaterowanie od 18 lutego 2005 roku)

Program konferencji skierowany jest do:
*wacicieli i dyrektorw firm i przedstawicielstw, instytucji i organizacji
* przedstawiciele maych, rednich i duych przedsibiorstw,* kadry 
zarzdzajcej,
* kierownikw dziaw zbytu, * specjalistw w zakresie marketingu i handlu, 
zainteresowanych
zbytem towarw i usug na Ukrain, a take zaoeniem przedstawicielstwa, 
przedsibiorstwa, spki, filii.
Konferencja prowadzona bdzie w jzyki rosyjskim z bezporednim tumaczeniem na 
jzyk polski.
Osoba odpowiedzialna: Wiktoria Swicicka - Dyrektor ds.  wsppracy z zagranic 
Centrum ICIC
- znajomo jzyka polskiego, rosyjskiego, ukraiskiego.
_
Referenci konferencji: Przedstawiciel Urzdu Celnego Ukrainy, specjalista z 
Ministerstwa
Gospodarki Ukrainy, prawnik, przedstawicieli Banku, eksperci ICIC
1.Specyfika rynku ukraiskiego. Zasady prowadzenia dziaalnoci gospodarczej.
2.Prawo na Ukrainie - podstawa kadej dziaalnoci. Organizacyjno-prawne 
aspekty stosunkw
  midzy pastwem, a Inwestorem zagranicznym. Ulgi dla Inwestorw zagranicznych.
3.Stae przedstawicielstwo nierezydenta na Ukrainie (w tym: tworzenie i 
rejestracja,
  dziaalno, opodatkowywanie). Tworzenie przedsibiorstw produkcyjnych.
  Zakadanie przedstawicielstw zagranicznych podmiotw gospodarczych.
  Filie - tworzenie, rejestracja, dziaalno. Nowy kodeks Handlowy.
4.Nowy Kodeks Cywilny i zastosowanie go przy prowadzeniu biznes dziaalnoci na 
Ukrainie.
  Podatki i opaty oglnokrajowe(patnoci obowizkowe).
5.Obrot nieruchomociami - nowe perspektywy. Moratorium na sprzeda gruntw do 
1 stycznia 2008 roku.
6.NOWY kodeks celny Ukrainy. Praktyczne omwienie zmian w 2005 roku.
  Prawo Celne - informacje dot. importu, eksportu oraz przepisw dotyczcych 
tranzytu.
7.Kontrola  celna i regulacje celne. Transakcje barterowe. Dopuszczenie do 
obrotu. Tranzyt.
  Procedura skadu celnego. Odprawa czasowa. Wywoz towaru. Odpowiedzi na 
pytania uczestnikw
  konferencji. Dyskusje z udziaem przedstawicieli firm ukraiskich.
8.System bankowy na Ukrainie. Otwieranie rachunku bankowego dla firm z 
kapitaem zagranicznym.
  Transakcje bankowe. Zaciganie kredytw zagranicznych przez podmioty 
gospodarcze.
9.Rozliczenia zwizane z operacjami eksportowo - importowymi. Transakcje 
midzynarodowe.
  Procedura formuowania midzynarodowych umw handlowych i sposoby ich 
zabiezpieczenia.
  Obowizkowa forma kontraktw handlu zagranicznego.
Moliwo spotkania z przedstawicielami biznesu z Polski, Ukrainy, Rosji - nie 
ma lepiej ni
prawdziwa informacja o prowadzeniu biznesu z ust referentw-praktykw i 
dowiadczonych biznesmenw.

 Cena za uczestnictwo w konferencji (bez VAT - konferencja zagraniczna) : 
 1900,00 - PLN
DOJAZD WASNY

Dla drugiego i trzeciego uczestnika z jednej firmy przewidywana jest znika - 
odpowiednio 5 i 7% .

 W cen wliczono:
*Pobyt w hotelu Sputnik - europejski standard (zakwaterowanie od 18 lutego - 
wymeldowanie 21 lutego.)
*Obsuga na konferencji
*Informacje i konsultacje na konferencji
*Usugi tumacza na konferencji -  tumaczenie wystpie referentw
*niadania, obiady i kolacje w restauracji hotelowej
*Poczstunek  pod czas przerwy *Uroczysty wieczr 19 lutego
*Zbir materiaw na tematy omawiane w czasie konferencji
*CD (Kodeks celny, kontrola celna)
*Wycieczka we Lwowie 20 lutego od 17.00 do 19.00.

SPOSB ZGASZANIA UCZESTNICTWA:
- Telefonicznie pod nr - 0038 (067) 506-01-10   Wiktoria Swicicka
- Tel\faks   0038 (044) 455-99-99

Zgoszenie powinno zawiera nazw firmy, adres, 

Processing of apache2_2.0.53-1_powerpc.changes

2005-02-07 Thread Archive Administrator
apache2_2.0.53-1_powerpc.changes uploaded successfully to localhost
along with the files:
  apache2_2.0.53-1.dsc
  apache2_2.0.53.orig.tar.gz
  apache2_2.0.53-1.diff.gz
  apache2-mpm-threadpool_2.0.53-1_all.deb
  apache2-doc_2.0.53-1_all.deb
  apache2-prefork-dev_2.0.53-1_all.deb
  apache2-threaded-dev_2.0.53-1_all.deb
  apache2-common_2.0.53-1_powerpc.deb
  apache2-utils_2.0.53-1_powerpc.deb
  apache2-mpm-worker_2.0.53-1_powerpc.deb
  apache2-mpm-perchild_2.0.53-1_powerpc.deb
  apache2-mpm-prefork_2.0.53-1_powerpc.deb
  libapr0_2.0.53-1_powerpc.deb
  libapr0-dev_2.0.53-1_powerpc.deb
  apache2_2.0.53-1_powerpc.deb

Greetings,

Your Debian queue daemon


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



Bug#283141: marked as done (apache2-mpm-worker: install fails: no cgid)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#283141: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 26 Nov 2004 19:39:03 +
From marko@l-t.ee Fri Nov 26 11:39:02 2004
Return-path: marko@l-t.ee
Received: from mx1.starman.ee [62.65.192.16] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CXlvq-0001P6-00; Fri, 26 Nov 2004 11:39:02 -0800
Received: from snoopy.l-t.ee (ip80.cab17.mus.starman.ee [82.131.17.80])
by mx1.starman.ee (Postfix) with ESMTP
id B459C19347E; Fri, 26 Nov 2004 21:39:03 +0200 (EET)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Marko Kreen marko@l-t.ee
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache2-mpm-worker: install fails: no cgid
X-Mailer: reportbug 2.63
Date: Fri, 26 Nov 2004 21:39:03 +0200
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by Amavisd-New at mx1.starman.ee
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apache2-mpm-worker
Version: 2.0.52-3
Severity: normal


I needed to remove the 'a2enmod cgid' line.

-
# apt-get -u install apache2
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  apache2-mpm-worker
The following NEW packages will be installed:
  apache2 apache2-mpm-worker
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 247kB of archives.
After unpacking 606kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 ftp://ftp.ee.debian.org testing/main apache2-mpm-worker 2.0.52-3 [216kB]
Get:2 ftp://ftp.ee.debian.org testing/main apache2 2.0.52-3 [31.2kB]
Fetched 247kB in 2s (113kB/s)
Selecting previously deselected package apache2-mpm-worker.
(Reading database ... 187506 files and directories currently installed.)
Unpacking apache2-mpm-worker (from
/apache2-mpm-worker_2.0.52-3_i386.deb) ...
Selecting previously deselected package apache2.
Unpacking apache2 (from .../apache2_2.0.52-3_i386.deb) ...
Setting up apache2-mpm-worker (2.0.52-3) ...
This module does not exist!
dpkg: error processing apache2-mpm-worker (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2:
 apache2 depends on apache2-mpm-worker (= 2.0.52-3) |
apache2-mpm-prefork (= 2.0.52-3) | apache2-mpm-perchild (= 2.0.52-3);
however:
  Package apache2-mpm-worker is not configured yet.
  Package apache2-mpm-prefork is not installed.
  Package apache2-mpm-perchild is not installed.
dpkg: error processing apache2 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apache2-mpm-worker
 apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
---

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-ck3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages apache2-mpm-worker depends on:
ii  apache2-common  2.0.52-3 Next generation, scalable, extenda
ii  libapr0 2.0.52-3 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libssl0.9.7 0.9.7d-5 SSL shared libraries
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information

---
Received: (at 283141-close) by bugs.debian.org; 7 Feb 2005 23:40:10 +
From [EMAIL PROTECTED] Mon Feb 07 15:40:10 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIUE-0004Yw-00; Mon, 07 Feb 2005 15:40:10 -0800
Received: from troup by 

Bug#283396: marked as done (No need to build conflict on gawk (please move to source))

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#283396: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 28 Nov 2004 19:13:57 +
From [EMAIL PROTECTED] Sun Nov 28 11:13:57 2004
Return-path: [EMAIL PROTECTED]
Received: from skin.netfarm.it (mail.netfarm.it) [151.1.32.181] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CYUUe-0002fN-00; Sun, 28 Nov 2004 11:13:57 -0800
Received: from localhost (localhost [127.0.0.1])
by mail.netfarm.it (AMaViS/SpamAssassin) with ESMTP id CF09B5D4011;
Sun, 28 Nov 2004 20:13:24 +0100 (CET)
Received: from flender.netfarm.it (localhost [127.0.0.1])
by mail.netfarm.it (Netfarm MailServer v1.2 [Powered by Postfix]) with 
ESMTP id 2BD715D400F;
Sun, 28 Nov 2004 20:13:23 +0100 (CET)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Gianluigi Tiesi [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: No need to build conflict on gawk (please move to source)
X-Mailer: reportbug 3.2
Date: Sun, 28 Nov 2004 20:13:23 +0100
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by AMaViS New (Debian) at mail.netfarm.it
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apache2
Version: 2.0.52-3
Severity: important


I think there is no need to build-conflict with gawk,
AWK=/usr/bin/mawk ... configure, seams to be enough,
ad most pkgs depend upong gawk.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.21
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2-mpm-prefork depends on:
ii  apache2-common  2.0.52-3 Next generation, scalable, extenda
ii  libapr0 2.0.52-3 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information

---
Received: (at 283396-close) by bugs.debian.org; 7 Feb 2005 23:40:11 +
From [EMAIL PROTECTED] Mon Feb 07 15:40:11 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIUE-0004ZJ-00; Mon, 07 Feb 2005 15:40:11 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyIPF-00058r-00; Mon, 07 Feb 2005 18:35:01 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#283396: fixed in apache2 2.0.53-1
Message-Id: [EMAIL PROTECTED]
Sender: James Troup [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 18:35:01 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: apache2
Source-Version: 2.0.53-1

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-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.53-1_powerpc.deb
apache2-mpm-prefork_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.53-1_powerpc.deb
apache2-mpm-threadpool_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-mpm-threadpool_2.0.53-1_all.deb
apache2-mpm-worker_2.0.53-1_powerpc.deb
  to 

Bug#287033: marked as done (fails with libgcc1/woody, but doesn't depend on newer)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#287033: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 23 Dec 2004 19:41:51 +
From [EMAIL PROTECTED] Thu Dec 23 11:41:51 2004
Return-path: [EMAIL PROTECTED]
Received: from bob.coplanar.net [209.162.234.106] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ChYqN-0006A2-00; Thu, 23 Dec 2004 11:41:51 -0800
Received: from bob.coplanar.net ([EMAIL PROTECTED] [127.0.0.1])
by bob.coplanar.net (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
iBNJfmrk029144
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
Thu, 23 Dec 2004 14:41:49 -0500
Received: (from [EMAIL PROTECTED])
by bob.coplanar.net (8.12.3/8.12.3/Debian-6.6) id iBNJfmMe029143;
Thu, 23 Dec 2004 14:41:48 -0500
Message-Id: [EMAIL PROTECTED]
From: Jeremy Jackson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: fails with libgcc1/woody, but doesn't depend on newer
X-Mailer: reportbug 1.50
Date: Thu, 23 Dec 2004 14:41:48 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apache2-mpm-worker
Version: 2.0.52-3
Severity: important

apache2 emits the following into error.log: (with libgcc1=1:3.0.4-7)

libgcc_s.so.1 must be installed for pthread_cancel to work

and starts only 1 thread, accepts connections, but doesn't serve
requests. 

A desktop system or a server upgraded fully to testing distribution
would pull libgcc1 in from some other dependency, masking the problem.
If someone were to *only* upgrade apache and dependencies, it fails.

I am unable to determine in more detail which package, either
apache2-mpm-worker, or some library it uses, should have it's package
depend on libgcc1 of a newer version (libgcc1=3.4.2-2 at least works)

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux bob 2.6.9-1-k7 #1 Thu Nov 25 03:20:07 EST 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache2-mpm-worker depends on:
ii  apache2-common  2.0.52-3 Next generation, scalable, extenda
ii  libapr0 2.0.52-3 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  zlib1g  1:1.2.2-3compression library - runtime


---
Received: (at 287033-close) by bugs.debian.org; 7 Feb 2005 23:40:13 +
From [EMAIL PROTECTED] Mon Feb 07 15:40:13 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIUG-0004a9-00; Mon, 07 Feb 2005 15:40:12 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyIPF-00058v-00; Mon, 07 Feb 2005 18:35:01 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#287033: fixed in apache2 2.0.53-1
Message-Id: [EMAIL PROTECTED]
Sender: James Troup [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 18:35:01 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 6

Source: apache2
Source-Version: 2.0.53-1

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-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to 

Bug#285219: marked as done (apache2-common - please split htpasswd2 into extra package)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#285219: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 11 Dec 2004 19:07:53 +
From [EMAIL PROTECTED] Sat Dec 11 11:07:53 2004
Return-path: [EMAIL PROTECTED]
Received: from wavehammer.waldi.eu.org [82.139.196.55] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CdCau-0001h3-00; Sat, 11 Dec 2004 11:07:53 -0800
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
id BCB1A3C02B; Sat, 11 Dec 2004 20:07:50 +0100 (CET)
Date: Sat, 11 Dec 2004 20:07:50 +0100
From: Bastian Blank [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: apache2-common - please split htpasswd2 into extra package
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=RnlQjJ0d97Da+TV1
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: apache2-common
Version: 2.0.52-3
Severity: wishlist

Please split htpasswd2 and htdigest2 into an extra package. They are
usefull on machines without a complete apache.

Bastian

--=20
Those who hate and fight must stop themselves -- otherwise it is not stoppe=
d.
-- Spock, Day of the Dove, stardate unknown

--RnlQjJ0d97Da+TV1
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iEYEARECAAYFAkG7RYYACgkQnw66O/MvCNEEGwCfflsh5xWxC9aMkUGO/Vu5fZSS
k5YAoIMTVOIhl6gBVIsVZwNF3OB4b38A
=lXsd
-END PGP SIGNATURE-

--RnlQjJ0d97Da+TV1--

---
Received: (at 285219-close) by bugs.debian.org; 7 Feb 2005 23:40:12 +
From [EMAIL PROTECTED] Mon Feb 07 15:40:12 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIUF-0004Zx-00; Mon, 07 Feb 2005 15:40:12 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyIPF-00058t-00; Mon, 07 Feb 2005 18:35:01 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#285219: fixed in apache2 2.0.53-1
Message-Id: [EMAIL PROTECTED]
Sender: James Troup [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 18:35:01 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 5

Source: apache2
Source-Version: 2.0.53-1

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-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.53-1_powerpc.deb
apache2-mpm-prefork_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.53-1_powerpc.deb
apache2-mpm-threadpool_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-mpm-threadpool_2.0.53-1_all.deb
apache2-mpm-worker_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.0.53-1_powerpc.deb
apache2-prefork-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.0.53-1_all.deb
apache2-threaded-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.0.53-1_all.deb
apache2-utils_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-utils_2.0.53-1_powerpc.deb
apache2_2.0.53-1.diff.gz
  to pool/main/a/apache2/apache2_2.0.53-1.diff.gz
apache2_2.0.53-1.dsc
  to pool/main/a/apache2/apache2_2.0.53-1.dsc

Bug#290814: marked as done (apache2-mpm-prefork: Add split-logfile)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#290814: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 16 Jan 2005 22:19:07 +
From [EMAIL PROTECTED] Sun Jan 16 14:19:07 2005
Return-path: [EMAIL PROTECTED]
Received: from (mail.pastelero.net) [217.76.134.161] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CqIjj-00010a-00; Sun, 16 Jan 2005 14:19:07 -0800
Received: from mail.pastelero.net (localhost [127.0.0.1])
by mail.pastelero.net (Postfix) with ESMTP id 7F3B81A0007;
Mon, 17 Jan 2005 00:01:39 +0100 (CET)
Received: from goa.atxeta (173.Red-213-98-156.pooles.rima-tde.net 
[213.98.156.173])
by mail.pastelero.net (Postfix) with ESMTP id E64AC1A0003;
Mon, 17 Jan 2005 00:01:38 +0100 (CET)
Received: by goa.atxeta (Postfix, from userid 1000)
id 3453D544; Sun, 16 Jan 2005 23:18:19 +0100 (CET)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Angel Abad (Indio) [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache2-mpm-prefork: Add split-logfile
X-Mailer: reportbug 3.5
Date: Sun, 16 Jan 2005 23:18:19 +0100
Message-Id: [EMAIL PROTECTED]
X-AV-Checked: ClamAV using ClamSMTP
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apache2-mpm-prefork
Version: 2.0.52-3
Severity: wishlist


Please add the upstream support/split-logfile to the apache2 package,
is very usefull when use VirtualDocumentRoot and you want stats per
site.

Thanks

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apache2-mpm-prefork depends on:
ii  apache2-common  2.0.52-3 Next generation, scalable, extenda
ii  libapr0 2.0.52-3 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


---
Received: (at 290814-close) by bugs.debian.org; 7 Feb 2005 23:39:02 +
From [EMAIL PROTECTED] Mon Feb 07 15:39:02 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIT8-0004Sj-00; Mon, 07 Feb 2005 15:39:02 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyIPF-00058x-00; Mon, 07 Feb 2005 18:35:01 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#290814: fixed in apache2 2.0.53-1
Message-Id: [EMAIL PROTECTED]
Sender: James Troup [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 18:35:01 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: apache2
Source-Version: 2.0.53-1

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-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.53-1_powerpc.deb
apache2-mpm-prefork_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.53-1_powerpc.deb
apache2-mpm-threadpool_2.0.53-1_all.deb
  to 

Bug#291856: marked as done (Duplicate Alias /icons/ /usr/share/apache2/icons/)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#291856: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 23 Jan 2005 17:05:21 +
From [EMAIL PROTECTED] Sun Jan 23 09:05:21 2005
Return-path: [EMAIL PROTECTED]
Received: from xwis.net [195.13.63.187] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CslAv-0001rs-00; Sun, 23 Jan 2005 09:05:21 -0800
Received: from olaf by xwis.net with local (Exim 4.34)
id 1CslAu-oJ-EO; Sun, 23 Jan 2005 18:05:20 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Olaf van der Spek [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: Duplicate Alias /icons/ /usr/share/apache2/icons/
X-Mailer: reportbug 3.2
Date: Sun, 23 Jan 2005 18:05:20 +0100
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apache2
Version: 2.0.52-3
Severity: normal

Hi,

The following lines can be found in both apache2.conf and 
sites-available/default:
Alias /icons/ /usr/share/apache2/icons/
Directory /usr/share/apache2/icons
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
/Directory

It should be removed from sites-available/default as icons should be available 
in all virtual hosts.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686-smp
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.0.52-3   Traditional model for Apache2

-- no debconf information

---
Received: (at 291856-close) by bugs.debian.org; 7 Feb 2005 23:40:13 +
From [EMAIL PROTECTED] Mon Feb 07 15:40:13 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIUH-0004aQ-00; Mon, 07 Feb 2005 15:40:13 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyIPF-00058z-00; Mon, 07 Feb 2005 18:35:01 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#291856: fixed in apache2 2.0.53-1
Message-Id: [EMAIL PROTECTED]
Sender: James Troup [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 18:35:01 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 7

Source: apache2
Source-Version: 2.0.53-1

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-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.53-1_powerpc.deb
apache2-mpm-prefork_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.53-1_powerpc.deb
apache2-mpm-threadpool_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-mpm-threadpool_2.0.53-1_all.deb
apache2-mpm-worker_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.0.53-1_powerpc.deb
apache2-prefork-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.0.53-1_all.deb
apache2-threaded-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.0.53-1_all.deb
apache2-utils_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-utils_2.0.53-1_powerpc.deb
apache2_2.0.53-1.diff.gz
  to pool/main/a/apache2/apache2_2.0.53-1.diff.gz
apache2_2.0.53-1.dsc
  to pool/main/a/apache2/apache2_2.0.53-1.dsc
apache2_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2_2.0.53-1_powerpc.deb

apache2_2.0.53-1_powerpc.changes ACCEPTED

2005-02-07 Thread Debian Installer

Accepted:
apache2-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.53-1_powerpc.deb
apache2-mpm-prefork_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.53-1_powerpc.deb
apache2-mpm-threadpool_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-mpm-threadpool_2.0.53-1_all.deb
apache2-mpm-worker_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.0.53-1_powerpc.deb
apache2-prefork-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.0.53-1_all.deb
apache2-threaded-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.0.53-1_all.deb
apache2-utils_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-utils_2.0.53-1_powerpc.deb
apache2_2.0.53-1.diff.gz
  to pool/main/a/apache2/apache2_2.0.53-1.diff.gz
apache2_2.0.53-1.dsc
  to pool/main/a/apache2/apache2_2.0.53-1.dsc
apache2_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2_2.0.53-1_powerpc.deb
apache2_2.0.53.orig.tar.gz
  to pool/main/a/apache2/apache2_2.0.53.orig.tar.gz
libapr0-dev_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/libapr0-dev_2.0.53-1_powerpc.deb
libapr0_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/libapr0_2.0.53-1_powerpc.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 280823 283141 283396 285219 287033 290814 291856 293831 


Thank you for your contribution to Debian.


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



Bug#293831: marked as done (apache2-mpm-prefork: Apache goes into infinite loop when __db.ssl_scache exists but ssl_scache doesn't.)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 18:35:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#293831: fixed in apache2 2.0.53-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 6 Feb 2005 02:52:14 +
From [EMAIL PROTECTED] Sat Feb 05 18:52:14 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp.sws.net.au [61.95.69.6] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CxcWz-0005ZZ-00; Sat, 05 Feb 2005 18:52:13 -0800
Received: from localhost (localhost [127.0.0.1])
by smtp.sws.net.au (Postfix) with ESMTP id A974661AFE;
Sun,  6 Feb 2005 13:52:10 +1100 (EST)
Received: from smtp.sws.net.au ([127.0.0.1])
by localhost (smtp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 30847-05; Sun, 6 Feb 2005 13:52:10 +1100 (EST)
Received: by smtp.sws.net.au (Postfix, from userid 501)
id 549EB61AFC; Sun,  6 Feb 2005 13:52:10 +1100 (EST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Russell Coker [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache2-mpm-prefork: Apache goes into infinite loop when 
__db.ssl_scache
 exists but ssl_scache doesn't.
X-Mailer: reportbug 3.7.1
Date: Sun, 06 Feb 2005 13:52:10 +1100
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at sws.net.au
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apache2-mpm-prefork
Version: 2.0.52-3
Severity: normal

Here's the strace output of trying to start apache2:

open(/var/run/apache2/__db.ssl_scache,
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = -1 EEXIST (File exists)
open(/var/run/apache2/__db.ssl_scache,
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = -1 EEXIST (File exists)
open(/var/run/apache2/__db.ssl_scache,
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = -1 EEXIST (File exists)
stat64(/var/run/apache2/ssl_scache, 0xb8b0) = -1 ENOENT (No such
file or directory)
open(/var/run/apache2/__db.ssl_scache,
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = -1 EEXIST (File exists)
open(/var/run/apache2/__db.ssl_scache,
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = -1 EEXIST (File exists)
open(/var/run/apache2/__db.ssl_scache,
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0644) = -1 EEXIST (File exists)
stat64(/var/run/apache2/ssl_scache, 0xb8b0) = -1 ENOENT (No such
file or directory)

This continues indefinately, for hours sometimes.  This bug can prevent
the system from booting correctly as /etc/init.d/apache2 hangs.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-se
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2-mpm-prefork depends on:
ii  apache2-common  2.0.52-3 Next generation, scalable, extenda
ii  libapr0 2.0.52-3 The Apache Portable Runtime
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information

---
Received: (at 293831-close) by bugs.debian.org; 7 Feb 2005 23:40:14 +
From [EMAIL PROTECTED] Mon Feb 07 15:40:14 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyIUI-0004ae-00; Mon, 07 Feb 2005 15:40:14 -0800
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyIPF-000591-00; Mon, 07 Feb 2005 18:35:01 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#293831: fixed in apache2 2.0.53-1
Message-Id: [EMAIL PROTECTED]
Sender: James Troup [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 18:35:01 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 

apache2_2.0.53-1_powerpc.changes is NEW

2005-02-07 Thread Debian Installer
apache2-common_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-common_2.0.53-1_powerpc.deb
apache2-doc_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.53-1_all.deb
apache2-mpm-perchild_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.53-1_powerpc.deb
apache2-mpm-prefork_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.53-1_powerpc.deb
apache2-mpm-threadpool_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-mpm-threadpool_2.0.53-1_all.deb
apache2-mpm-worker_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.0.53-1_powerpc.deb
apache2-prefork-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.0.53-1_all.deb
apache2-threaded-dev_2.0.53-1_all.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.0.53-1_all.deb
(new) apache2-utils_2.0.53-1_powerpc.deb optional net
utility programs for webservers
 Provides some add-on programs useful for any webserver.  These include:
  - ab (Apache benchmark tool)
  - logresolve (Resolve IP addresses to hostname in logfiles)
  - htpasswd (Manipulate basic authentication files)
  - htdigest (Manipulate digest authentication files)
  - dbmmanage (Manipulate basic authentication files in DBM format, using perl)
  - htdbm (Manipulate basic authentication files in DBM format, using APR)
  - rotatelogs (Periodically stop writing to a logfile and open a new one)
  - split-logfile (Split a single log including multiple vhosts)
  - checkgid (Checks whether the caller can setgid to the specified group)
  - check_forensic (Extract mod_log_forensic output from apache log files)
apache2_2.0.53-1.diff.gz
  to pool/main/a/apache2/apache2_2.0.53-1.diff.gz
apache2_2.0.53-1.dsc
  to pool/main/a/apache2/apache2_2.0.53-1.dsc
apache2_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/apache2_2.0.53-1_powerpc.deb
apache2_2.0.53.orig.tar.gz
  to pool/main/a/apache2/apache2_2.0.53.orig.tar.gz
libapr0-dev_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/libapr0-dev_2.0.53-1_powerpc.deb
libapr0_2.0.53-1_powerpc.deb
  to pool/main/a/apache2/libapr0_2.0.53-1_powerpc.deb
Changes: apache2 (2.0.53-1) unstable; urgency=low
 .
  * New upstream release
- Remove 036_HEAD_CAN-2004-0942, integrated upstream
- Remove 037_HEAD_CAN-2004-0885, integrated upstream
  * Drop support for the threadpool MPM, as it's abandoned upstream.
- Make apache2-mpm-threadpool an empty package depending on
  apache2-mpm-worker, and make worker replace the old threadpool
  * Make SYSCONFDIR configurable at the top of a2{en,dis}{mod,site}
  * Drop the build-conflict on gawk, and use ac_cv_prog_AWK=mawk
instead (closes: #283396)
  * Make the apache_stop() function stop trying to do the equivalent
of killall apache2, and instead issue a nasty warning if it can't
stop apache2 on its own
  * Make restart an alias for force-reload in the init script, as
apache2ctl restart doesn't match policy's requirements for restart
  * Swapping between threaded and unthreaded MPMs could leave one with
both mod_cgi and mod_cgid enabled.  Fixed the postinsts so that
no longer happens
  * Update 021-pcre_mangle_symbols.patch from Andres Salomon, now also
mangling typedefs, which should fix PHP (closes: #280823)
  * Hardcode a dependency on libgcc1 (= 1:3.3.5) so pthread_cancel
will work correctly with partial upgrades (closes: #287033)
  * When removing ssl_scache, make sure to remove its db transation logs
and other garbage as well (closes: #293831)
  * Remove duplicate /icons/ from the default site (closes: #291856)
  * Yank 039_fix_forensic_tmpfiles from Ubuntu's apache2 packages
  * Split out utils into seperate apache2-utils.  This will also
supercede the apache-utils package (closes: #285219)
  * Add split-logfile to apache2-utils (closes: #290814)
  * Make the MPM postinsts scream loudly, but not fail, if you've
deleted cgi{,d}.load before swapping MPMs (closes: #283141)
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 280823 283141 283396 285219 287033 290814 291856 293831 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Four beautiful matches

2005-02-07 Thread p Santiago Corporation
4 Cheating House Wife have been matched for you in your area:

1. Stephanie, 121 lbs, 5'9, 36c, 21 miles away, available most week nights ( 
looking for side-fling)
2. Brianna, 137 lbs, 5'8, 36d, 5 miles away, available most nights (husband 
works midnights)
3. Alexis, 128 lbs, 5'6, 34b, 14 miles away, available Jan29-31th
4. Brittany, 135 lbs, 5'9, 36c, 21 miles away, available Jan 30- Feb 5rd

All 4 women are waiting to speak with you live  have photos. Webcam's are 
available for all 4.

http://www.godatequickly.com/d/10.php


If you have found a lady or not to be paired up then continue.
http://godatequickly.com/out/ 


Processing of apache_1.3.33-4_powerpc.changes

2005-02-07 Thread Archive Administrator
apache_1.3.33-4_powerpc.changes uploaded successfully to localhost
along with the files:
  apache_1.3.33-4.dsc
  apache_1.3.33-4.diff.gz
  apache-doc_1.3.33-4_all.deb
  apache-dev_1.3.33-4_all.deb
  apache-utils_1.3.33-4_all.deb
  apache_1.3.33-4_powerpc.deb
  apache-ssl_1.3.33-4_powerpc.deb
  apache-perl_1.3.33-4_powerpc.deb
  apache-dbg_1.3.33-4_powerpc.deb
  apache-common_1.3.33-4_powerpc.deb
  libapache-mod-perl_1.29.0.3-4_powerpc.deb

Greetings,

Your Debian queue daemon


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



Bug#291526: marked as done (apache: dpkg-reconfigure does not activate user_dir module as asked)

2005-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2005 21:32:14 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#291526: fixed in apache 1.3.33-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 21 Jan 2005 10:05:22 +
From [EMAIL PROTECTED] Fri Jan 21 02:05:22 2005
Return-path: [EMAIL PROTECTED]
Received: from gw.alcove.fr (smtp.fr.alcove.com) [81.80.245.157] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CrvfO-0007Tk-00; Fri, 21 Jan 2005 02:05:22 -0800
Received: from vitel.alcove-fr ([10.16.10.8])
by smtp.fr.alcove.com with smtp (Exim 3.12 #1 (Debian))
id 1CrvfJ-0002rs-00; Fri, 21 Jan 2005 11:05:17 +0100
Received: by vitel.alcove-fr (sSMTP sendmail emulation); Fri, 21 Jan 2005 
11:05:17 +0100
From: Christophe Boyanique [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache: dpkg-reconfigure does not activate user_dir module as asked
Bcc: Christophe Boyanique [EMAIL PROTECTED]
X-Mailer: reportbug 3.6
Date: Fri, 21 Jan 2005 11:05:17 +0100
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apache
Version: 1.3.33-3
Severity: normal

After asking debconf to activate the userdir modules (via
dpkg-reconfigure apache), the module is not activated in the
modules.conf file:

vitel:~# grep user /etc/apache/modules.conf 
vitel:~# 
vitel:~# grep userdir /etc/apache/httpd.conf /etc/apache/modules.conf 
/etc/apache/httpd.conf:IfModule mod_userdir.c
vitel:~# 
vitel:~# dpkg-reconfigure apache

 activate the userdir module in debconf

vitel:~#
vitel:~# grep user /etc/apache/modules.conf
vitel:~#
vitel:~# grep userdir /etc/apache/httpd.conf /etc/apache/modules.conf
/etc/apache/httpd.conf:IfModule mod_userdir.c
vitel:~#

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-vitel.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages apache depends on:
ii  apache-common   1.3.33-3 support files for all Apache webse
ii  debconf 1.4.42   Debian configuration management sy
ii  dpkg1.10.26  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libmagic1   4.12-1   File type determination library us
ii  logrotate   3.7-2Log rotation utility
ii  mime-support3.29-1   MIME files 'mime.types'  'mailcap
ii  perl5.8.4-5  Larry Wall's Practical Extraction 

-- debconf information:
* apache/server-name: vitel.alcove-fr
* apache/document-root: /var/www
* apache/server-port: 80
* apache/enable-suexec: false
* apache/init: true
* apache/server-admin: [EMAIL PROTECTED]

---
Received: (at 291526-close) by bugs.debian.org; 8 Feb 2005 02:38:02 +
From [EMAIL PROTECTED] Mon Feb 07 18:38:02 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyLGM-wp-00; Mon, 07 Feb 2005 18:38:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CyLAk-0006eq-00; Mon, 07 Feb 2005 21:32:14 -0500
From: Adam Conrad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#291526: fixed in apache 1.3.33-4
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 07 Feb 2005 21:32:14 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: 

apache_1.3.33-4_powerpc.changes ACCEPTED

2005-02-07 Thread Debian Installer

Accepted:
apache-common_1.3.33-4_powerpc.deb
  to pool/main/a/apache/apache-common_1.3.33-4_powerpc.deb
apache-dbg_1.3.33-4_powerpc.deb
  to pool/main/a/apache/apache-dbg_1.3.33-4_powerpc.deb
apache-dev_1.3.33-4_all.deb
  to pool/main/a/apache/apache-dev_1.3.33-4_all.deb
apache-doc_1.3.33-4_all.deb
  to pool/main/a/apache/apache-doc_1.3.33-4_all.deb
apache-perl_1.3.33-4_powerpc.deb
  to pool/main/a/apache/apache-perl_1.3.33-4_powerpc.deb
apache-ssl_1.3.33-4_powerpc.deb
  to pool/main/a/apache/apache-ssl_1.3.33-4_powerpc.deb
apache-utils_1.3.33-4_all.deb
  to pool/main/a/apache/apache-utils_1.3.33-4_all.deb
apache_1.3.33-4.diff.gz
  to pool/main/a/apache/apache_1.3.33-4.diff.gz
apache_1.3.33-4.dsc
  to pool/main/a/apache/apache_1.3.33-4.dsc
apache_1.3.33-4_powerpc.deb
  to pool/main/a/apache/apache_1.3.33-4_powerpc.deb
libapache-mod-perl_1.29.0.3-4_powerpc.deb
  to pool/main/a/apache/libapache-mod-perl_1.29.0.3-4_powerpc.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 291526 


Thank you for your contribution to Debian.


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



登録解除完了メール( ネット裏技情報 )

2005-02-07 Thread ネット 裏 技 情 報
$B"#9XFI2r=|"#(B
(B[EMAIL PROTECTED](B
$B$3$l$^$G%a!<%k%^%,%8%s(B
(B"$B%M%C%HN"5;>pJs(B"
$B$r$49XFID:$-M-$jFq$&$4$6$$$^$7$?!#(B
(B
$B9XFI2r=|$5$l$?%"%I%l%9$O$3$A$i(B
(BE-mail$B!!!a!!([EMAIL PROTECTED]
(B
$B9XFI2r=|$K?4Ev$?$j$NL5$$>l9g$O!"$*pJs![(B
$B%j%b!<%H(BIP$B%"%I%l%9!'(B210.150.0.129 ( 2005/02/08 16:06:59 )
(B
$B!Z%a%k%^%,H/9Te5-%Z!<%8$h$j$*Ld$$9g$o$;$/[EMAIL PROTECTED](B
(B
(B
(B
(B-- 
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED]
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]