Bug#394658: doesn't depend on correct versions

2006-10-22 Thread Jayen Ashar
Package: apache2
Version: 2.2.3-2
Severity: serious

apache2 2.0.55-4.1 depended on:
 apache2-mpm-worker (= 2.0.55-4.1) |
 apache2-mpm-prefork (= 2.0.55-4.1) |
 apache2-mpm-perchild (= 2.0.55-4.1)

I think apache2 2.2.3-2 should depend on:
 apache2-mpm-worker (= 2.2.3-2) |
 apache2-mpm-prefork (= 2.2.3-2) |
 apache2-mpm-event (= 2.2.3-2)

Note that apache2 2.2.3-2 currently doesn't depend on a specific version, nor 
does it depend on apache2-mpm-event.  Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (980, 'testing'), (960, 'stable'), (930, 'unstable'), (900, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.0.55-4.1 traditional model for Apache2

apache2 recommends no packages.

-- no debconf information


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



Bug#340770: closed by Tollef Fog Heen [EMAIL PROTECTED] (Re: Bug#340770: IndexOptions not being incremental)

2006-10-22 Thread Jayen Ashar
found 340770 2.2.3-2
thank you

This has NOT been fixed in 2.2  I am still seeing this problem after upgrading 
to apache2 2.2.3-2.
Here is the setup I tried:
/etc/apache2/apache2.conf:
Options Indexes MultiViews
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=*
/etc/apache2/sites-enabled/000-default:
Options -Indexes FollowSymLinks MultiViews
AllowOverride Options Indexes FileInfo
../.htaccess:
IndexOptions +SuppressLastModified
./.htaccess:
Options +Indexes
IndexOptions +SuppressDescription

FancyIndexing is NOT on, even though I have specified it in 
/etc/apache2/apache2.conf.  Commenting out the line in ../.htaccess works as 
expected.

--Jayen

- Original Message 
From: Debian Bug Tracking System [EMAIL PROTECTED]
To: Jayen Ashar [EMAIL PROTECTED]
Sent: Sunday, October 22, 2006 5:33:35 AM
Subject: Bug#340770 closed by Tollef Fog Heen [EMAIL PROTECTED] (Re: 
Bug#340770: IndexOptions not being incremental)

This is an automatic notification regarding your Bug report
#340770: IndexOptions not being incremental,
which was filed against the apache2 package.

It has been closed by Tollef Fog Heen [EMAIL PROTECTED].

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Tollef Fog Heen [EMAIL PROTECTED] by replying
to this email.

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



Version: 2.2.3-1

* Jayen Ashar 

| I would like to use the following setup, and I expect it to have 
FancyIndexing for the current directory, with SuppressDescription and 
SuppressLastModified
| /etc/apache2/apache2.conf:IndexOptions FancyIndexing VersionSort NameWidth=*
| ../.htaccess:IndexOptions +SuppressDescription
| ./.htaccess:IndexOptions +SuppressLastModified
| But, it doesn't seem to have FancyIndexing on.
| Looking at the documentation at 
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions, I expect 
to see FancyIndexing with SuppressDescription and SuppressLastModified

This seems to have been fixed in 2.2, so closing this bug.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  








Bug#394658: doesn't depend on correct versions

2006-10-22 Thread Jayen Ashar
reopen 394658
thank you

I think there is a need for an exact dependency.  I upgraded from apache2 
2.0.55-4.1 to apache2 2.2.3-2 and it didn't do anything.  Nothing REAL got 
upgraded.  My copy of apache2-mpm-prefork stayed at version 2.0.55-4.1.

--Jayen

- Original Message 
From: Tollef Fog Heen [EMAIL PROTECTED]
To: Jayen Ashar [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, October 22, 2006 10:29:10 AM
Subject: Re: Bug#394658: doesn't depend on correct versions


Version: 2.2.3-2

* Jayen Ashar 

| I think apache2 2.2.3-2 should depend on:
|  apache2-mpm-worker (= 2.2.3-2) |
|  apache2-mpm-prefork (= 2.2.3-2) |
|  apache2-mpm-event (= 2.2.3-2)

Why?  There's no need for an exact dependency.  Closing this bug.

| Note that apache2 2.2.3-2 currently doesn't depend on a specific
| version, nor does it depend on apache2-mpm-event.  Thanks.

This has been fixed in svn now.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  








Bug#394658: doesn't depend on correct versions

2006-10-22 Thread Jayen Ashar
what's the point of having an apache2 package then?  the package doesn't really 
depend on anything then, just that you have any implementation of apache2?

also, if another package depends on apache2 (=2.2) then the apache2 package 
should depend on an implementation representative of the apache2 package's 
version.  any package having a dependency on a version of apache2 would get 
tripped up because apache2 would destroy the version requirement.  so then any 
package depending on apache2 (=2.2) should now depend on apache2-mpm-worker 
(= 2.2) | apache2-mpm-prefork (= 2.2) | apache2-mpm-event (= 2.2)?  this 
seems really wasteful and maybe you should remove the apache2 package to avoid 
confusion.

--Jayen

- Original Message 
From: Tollef Fog Heen [EMAIL PROTECTED]
To: Jayen Ashar [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, October 22, 2006 11:09:24 AM
Subject: Re: Bug#394658: doesn't depend on correct versions


severity 394658 wishlist
tags 394658 + wontfix
kthxbye

* Jayen Ashar 

| I think there is a need for an exact dependency.  I upgraded from
| apache2 2.0.55-4.1 to apache2 2.2.3-2 and it didn't do anything.
| Nothing REAL got upgraded.  My copy of apache2-mpm-prefork stayed at
| version 2.0.55-4.1.

Yes, and?  This isn't a bug, there is nothing in apache2's description
which says «this ensures you have the latest version of all apache2
packages installed», and there shouldn't either.  Dependencies should
be as loose as possible, but no looser.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  








Bug#394688: IndexOptions not being incremental

2006-10-22 Thread Jayen Ashar
Package: apache2
Version: 2.2.3-2
Severity: normal

As per Tollef's directions in bug 340770, I am opening this as a separate bug.

Here is the setup I tried:
/etc/apache2/apache2.conf:
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=*
/etc/apache2/sites-enabled/000-default:
Options -Indexes FollowSymLinks MultiViews
AllowOverride Options Indexes FileInfo
../.htaccess:
IndexOptions +SuppressLastModified
./.htaccess:
Options +Indexes
IndexOptions +SuppressDescription
Looking at the documentation at 
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions, I expect 
to see FancyIndexing with SuppressDescription and SuppressLastModified
FancyIndexing is not on, even though I have specified it in 
/etc/apache2/apache2.conf.  Commenting out the line in ../.htaccess works as 
expected.

--Jayen



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (980, 'testing'), (960, 'stable'), (930, 'unstable'), (900, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-2Traditional 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]



Bug#394691: IndexOptions being sort of incremental

2006-10-22 Thread Jayen Ashar
Package: apache2
Version: 2.2.3-2
Severity: normal

This got closed with 340770, but I guess it's my fault for putting two bugs in 
one bug report.

I tried:
/etc/apache2/apache2.conf:
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=*
/etc/apache2/sites-enabled/000-default:
 Options -Indexes FollowSymLinks MultiViews
 AllowOverride Options Indexes FileInfo
.htaccess:
Options +Indexes
IndexOptions FancyIndexing +SuppressDescription

Looking at the documentation at 
http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions, I expect 
to see FancyIndexing with SuppressDescription
But, what I get is FancyIndexing with NameWidth=*, but no SuppressDescription

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (980, 'testing'), (960, 'stable'), (930, 'unstable'), (900, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-2Traditional 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]



Bug#394658: doesn't depend on correct versions

2006-10-22 Thread Jayen Ashar
| | what's the point of having an apache2 package then?  the package
| | doesn't really depend on anything then, just that you have any
| | implementation of apache2?
| 
| Yes, what else would it depend on?

a specific version of apache2, much as the previous versions of the apache2 
package had done.  with apache2, version 2.2.3-2, there's no need to ever 
change the package again (for the most part).

| | also, if another package depends on apache2 (=2.2) then the apache2
| | package should depend on an implementation representative of the
| | apache2 package's version.
| 
| Why would any package depend on apache (= 2.2)?

any package that might take advantage of any number of features in apache2.2 
not in apache2.0...  there's a list here:
http://httpd.apache.org/docs/2.2/new_features_2_2.html

also, according to the report in bug 340770, that bug was fixed in apache2 
2.2.3-1, but upgrading apache2 doesn't actually do anything, the version 
reported as having the fix doesn't actually have a fix, since installing this 
version doesn't do anything.

--Jayen








Bug#340770: IndexOptions not being incremental

2005-11-25 Thread Jayen Ashar
Package: apache2
Version: 2.0.54-5
Severity: normal

I would like to use the following setup, and I expect it to have FancyIndexing 
for the current directory, with SuppressDescription and SuppressLastModified
/etc/apache2/apache2.conf:IndexOptions FancyIndexing VersionSort NameWidth=*
../.htaccess:IndexOptions +SuppressDescription
./.htaccess:IndexOptions +SuppressLastModified
But, it doesn't seem to have FancyIndexing on.
Looking at the documentation at 
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions, I expect 
to see FancyIndexing with SuppressDescription and SuppressLastModified

Next, I tried removing ./.htaccess, which gave me FancyIndexing for the current 
directory, with SuppressDescription, as expected.

Next, I tried:
/etc/apache2/apache2.conf:IndexOptions FancyIndexing VersionSort NameWidth=*
../.htaccess:IndexOptions +SuppressDescription
./.htaccess:IndexOptions FancyIndexing +SuppressLastModified
which gives me FancyIndexing, but without SuppressLastModified.
Looking at the documentation at 
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions, I expect 
to see FancyIndexing with SuppressLastModified

Next, I tried:
/etc/apache2/apache2.conf:IndexOptions FancyIndexing VersionSort NameWidth=*
../.htaccess:IndexOptions +SuppressDescription
./.htaccess:IndexOptions FancyIndexing SuppressLastModified
which gives me FancyIndexing, with SuppressLastModified, as expected.

Thanks,
Jayen

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (980, 'testing'), (960, 'stable'), (930, 'unstable'), (900, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.0.54-5   traditional model for Apache2

apache2 recommends no packages.

-- no debconf information


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