Processed: your mail

2012-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 638011 minor
Bug #638011 [apache2-mpm-prefork] LimitRequestLine not taken into account when 
talking to CGI script
Severity set to 'minor' from 'normal'

 retitle 638011 Request lines are truncated after 8k
Bug #638011 [apache2-mpm-prefork] LimitRequestLine not taken into account when 
talking to CGI script
Changed Bug title to 'Request lines are truncated after 8k' from 
'LimitRequestLine not taken into account when talking to CGI script'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
638011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638011
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.132939303814364.transcr...@bugs.debian.org



[help] apache2-prefork-dev should Provides: apache2-dev

2012-02-16 Thread Jean-Michel Vourgère
Hello

I've been triaging a few apache2 bugs. I found one that requires maintainer 
input:
http://bugs.debian.org/428095

A few hints:
apache2-prefork-dev and apache2-threaded-dev provides the same files but for 2:
/usr/include/apache2/fdqueue.h and /usr/include/apache2/pod.h are only in 
apache2-threaded-dev.



Option 1: add the requested provides: into apache2-prefork-dev.

Option 2: flag as won't fix and remove provides: from apache2-threaded-dev.  
There is currently no reverse dependency on apache2-dev as far as I can tell.

Any other idea?


signature.asc
Description: This is a digitally signed message part.


Processed: Re: apache2: BRF files support

2012-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 402567 - upstream + patch
Bug #402567 [apache2] apache2: BRF files support
Removed tag(s) upstream.
Bug #402567 [apache2] apache2: BRF files support
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
402567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.132939892720755.transcr...@bugs.debian.org



Bug#653313: marked as done (apache2: Bug in mixing of mod_rewrite and directory index)

2012-02-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Feb 2012 17:31:35 +
with message-id 201202161731.36979.jmv_...@nirgal.com
and subject line Re: Bug in mixing of mod_rewrite and directory index
has caused the Debian Bug report #653313,
regarding apache2: Bug in mixing of mod_rewrite and directory index
to be marked as done.

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

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


-- 
653313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apache2.2-common
Version: 2.2.16-6+squeeze4
Severity: normal


If I enable mod_rewrite, and access a directory index URL (no index.html), I 
see this in my server logs:

   [Mon Dec 26 13:39:48 2011] [error] [client 172.20.1.11] Options 
FollowSymLinks or SymLinksIfOwnerMatch is off which implies that
   RewriteRule directive is forbidden: /usr/share/apache2/icons/text.gif, 
referer: http://momjian.us/main/writings/

The system is trying to access the images that appear in directory listings, 
e.g. text.gif.

Adding Options +FollowSymLinks in /etc/apache2/sites-enabled/000-default did 
not help.  I had to add it to
/etc/apache2/mods-enabled/alias.conf with the attached patch:

*** ./alias.conf.orig   2011-12-26 13:56:12.0 -0500
--- ./alias.conf2011-12-26 13:56:57.0 -0500
***
*** 16,21 
--- 16,23 
  
  Directory /usr/share/apache2/icons
  Options Indexes MultiViews
+ # remove log rewrite error for index lookups 2011-12-26
+ Options +FollowSymLinks
  AllowOverride None
  Order allow,deny
  Allow from all

This eliminated the log error message.
_
-- Package-specific info:
List of enabled modules from 'apache2 -M':
  actions* alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi deflate dir env include mime
  negotiation perl php5 python reqtimeout rewrite setenvif status
  (A * means that the .conf file for that module is not enabled in
   /etc/apache2/mods-enabled/)
List of enabled php5 extensions:
  pdo suhosin

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork2.2.16-6+squeeze4 Apache HTTP Server - traditional n
ii  apache2.2-common   2.2.16-6+squeeze4 Apache HTTP Server common files

apache2 recommends no packages.

apache2 suggests no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.16-6+squeeze4 utility programs for webservers
ii  apache2.2-bin  2.2.16-6+squeeze4 Apache HTTP Server common binary f
ii  libmagic1  5.04-5File type determination library us
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  mime-support   3.48-1MIME files 'mime.types'  'mailcap
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 
ii  procps 1:3.2.8-9 /proc file system utilities

-- no debconf information


---End Message---
---BeginMessage---
Package: apache2.2-common
Version: 2.2.21-4

A similar patch was applied:
http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=commitdiff;h=47d1eda35173ef4ab26cf2d161ad8da5924bdd0c

I believe that bug is now fixed in testing, so I'm closing it.

Thank you for your repport.

---End Message---


Bug#444048: marked as done (apache2: CGI scripts entirely broken)

2012-02-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Feb 2012 18:06:25 +
with message-id 201202161806.26152.jmv_...@nirgal.com
and subject line Re: apache2: CGI scripts entirely broken
has caused the Debian Bug report #444048,
regarding apache2: CGI scripts entirely broken
to be marked as done.

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

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


-- 
444048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444048
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apache2
Version: 2.2.6-1
Severity: important


I have a perl script that is simply 
print Content-type: text/html\n\n;

When run from the commandline it executes perfectly, 
when run through apache2's CGI handler it gives a 500 
through a browser, and the following message in the 
error log:
Premature end of script headers: test.pl


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

Kernel: Linux 2.6.18.2jom (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

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

apache2 recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Package: apache2

Nobody can reproduce that bug straight forward.
The only possibly similar thing is about libapache2-mod-log-sql-dbi and is 
probably not related. (Please, Andrei, open another report if you still have 
mysql problems).
Submiter email is no longer valid and there where no significant information 
added in the past 5 years.

Therefore, I boldly close that bug, without resolution. It is invalid as far as 
I can tell.


signature.asc
Description: This is a digitally signed message part.
---End Message---


Bug #620347 fixed in next git branch

2012-02-16 Thread Jean-Michel Vourgère
Looking at Debian git next branch changelog on Alioth, in [Stefan Fritsch]
section:
* Only include conf.d/*.conf, not conf.d/*.
You might want to add (Closes: #620347) on that line.

See http://bugs.debian.org/620347

Cheers


signature.asc
Description: This is a digitally signed message part.


2.3.16 closes #400881

2012-02-16 Thread Jean-Michel Vourgère
I suppose next branch changelog might also close http://bugs.debian.org/400881

Cheers


signature.asc
Description: This is a digitally signed message part.


Bug #350285 fixed upstream by 2.3.16

2012-02-16 Thread Jean-Michel Vourgère
You might want to close that one in next branch changelog too.
It is done in 2.3.16 but not in 2.2.22.

http://bugs.debian.org/350285

Cheers


signature.asc
Description: This is a digitally signed message part.


Processed: your mail

2012-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 325547 - fixed-upstream + wontfix
Bug #325547 [apache2-utils] /usr/bin/htdigest: noninteractive use of htdigest
Removed tag(s) fixed-upstream.
Bug #325547 [apache2-utils] /usr/bin/htdigest: noninteractive use of htdigest
Added tag(s) wontfix.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
325547: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.132942816731191.transcr...@bugs.debian.org



Processed: your mail

2012-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 419949 + upstream
Bug #419949 [apache2] apache2: put status in argv?
Added tag(s) upstream.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
419949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13294291356408.transcr...@bugs.debian.org



2.3.16 fixes bug #601033

2012-02-16 Thread Jean-Michel Vourgère
next branch changelog should Closes: #601033 too.

http://bugs.debian.org/601033

AddOutputFilterByType is undeprecated since 2.3.7 :)


signature.asc
Description: This is a digitally signed message part.


Re: 2.3.16 fixes bug #601033

2012-02-16 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey Jean-Michel,

On 16.02.2012 23:40, Jean-Michel Vourgère wrote:
 next branch changelog should Closes: #601033 too.
 
 http://bugs.debian.org/601033
 
 AddOutputFilterByType is undeprecated since 2.3.7 :)

I added your triaged bugs to our upcoming changelog. See
http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=commit;h=5a3b3c6cb4e78f8345ffccb3ced06b676f084f9e.
Your help is appreciated.

However, please let me repeat: Please use the BTS for that type of
comments.

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

iQIcBAEBAgAGBQJPPYwnAAoJEMcrUe6dgPNtkTcP/08FJ4nLvgmeXB9IWrj8xgrL
FpU44YlxyHZBwvoWdhWvISu1dfWlJDW3Amvx65YqrfzkLYUR75/+aDXKsTe/6E0+
BMLGYdbitlNkNyxUj7QzaZB1MkCEScdJ6lgMkX/1fkvDh2ZYv+3J8GRmW/j8920i
F8TrX8jOUZxPGmb/tre/22ghZJbGRKmSkJOoSdxKNDAlQzpTKZnYzh4GB8fJ1u5L
+gPF4jIs5KYlm04EPVlr6TmZ26CzDrU81/+SAeArO+hLVkSvJH5pUvrBdpSWCwH1
g2kQl9TKTPEqSVgb78TvYtlto1hAT8rQ1hQXN9gfVbL3EgSoHshfeYC0uPYDhXvk
DnD1Rd1Z/4YN0B0q/jjk7qn4Sk9OPCIf9WzCCmv0Iz8UzvONqfdU6rJSdh5IHlGl
qUZkryFs0syQ3kA+7ntag8tIk8oX7eXY8Luz2ChWLvNJir4RBfaWmh3FB+NJdzau
5yMxxpIg8R0TAVh5Ky+BSRbRScpoNQcvMygd88hHN/b/vZnV6VEbdZcb4JRf7P9J
wbqOvA/udr17pGgJCVGlhiuXCOyxbC9D1m7ThbIXK5zmTtHI3bRRoXDFhl3Synbj
feX29jq0b3br5xtzt5lZ5qIR7PrAe661GhJpuwSTNlRpU1mE+Oh5QXsYN+8a9iBr
EXTMcC++rJcQh8gPeJY0
=XLgU
-END PGP SIGNATURE-


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