bugzilla | 5 Feb 2012 13:44
Picon
Favicon

DO NOT REPLY [Bug 52604] New: miss spelling

https://issues.apache.org/bugzilla/show_bug.cgi?id=52604

             Bug #: 52604
           Summary: miss spelling
           Product: Apache httpd-2
           Version: 2.2.21
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: docs <at> httpd.apache.org
        ReportedBy: kes-kes <at> yandex.ru
    Classification: Unclassified

# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
-# with "/", the value of ServerRoot is prepended -- so "/var/log/foo_log"
+# with "/", the value of ServerRoot is prepended -- so "var/log/foo_log"
# with ServerRoot set to "/usr/local" will be interpreted by the
-# server as "/usr/local//var/log/foo_log".
+# server as "/usr/local/var/log/foo_log".

Because you say: "If the filenames do *not* begin with "/"
BUT In example you prepend file name with '/'
  notice:  '-- so "/var/log/foo_log"'

--

-- 
(Continue reading)

bugzilla | 6 Feb 2012 10:42
Picon
Favicon

DO NOT REPLY [Bug 52604] miss spelling

https://issues.apache.org/bugzilla/show_bug.cgi?id=52604

--- Comment #1 from Vincent Bray <noodl <at> apache.org> 2012-02-06 09:42:17 UTC ---
Please provide a link to the section of the documentation affected by this
issue. I couldn't find it.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 6 Feb 2012 15:12
Picon
Favicon

DO NOT REPLY [Bug 52604] miss spelling

https://issues.apache.org/bugzilla/show_bug.cgi?id=52604

--- Comment #2 from Rich Bowen <rbowen <at> apache.org> 2012-02-06 14:12:37 UTC ---
It's in httpd.conf.in and what's actually there is this:

# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so
" <at> rel_logfiledir <at> /foo_log"
# with ServerRoot set to " <at>  <at> ServerRoot <at>  <at> " will be interpreted by the
# server as " <at>  <at> ServerRoot <at>  <at> / <at> rel_logfiledir <at> /foo_log".

So, I'd need to dig a little deeper to see what  <at> rel_logfiledir <at>  is supposed to
be, but based on the context I presume that it's supposed to be a RELATIVE
path, hence the name.

The thing is, depending on how one installs, it can never be certain that it's
going to be.

I think what happened here is that the example was a useful one with filler
values, and someone put in the variables where they weren't actually helpful,
thus breaking the example depending on ./configure options.

Does that make sense?

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
(Continue reading)

bugzilla | 6 Feb 2012 17:37
Picon
Favicon

DO NOT REPLY [Bug 52604] miss spelling

https://issues.apache.org/bugzilla/show_bug.cgi?id=52604

Rich Bowen <rbowen <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Rich Bowen <rbowen <at> apache.org> 2012-02-06 16:37:53 UTC ---
Fixed in r1241066 in trunk.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Apache Wiki | 10 Feb 2012 21:38
Picon
Favicon

[Httpd Wiki] Update of "DebianDeb0rkification" by thumbs

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "DebianDeb0rkification" page has been changed by thumbs:
http://wiki.apache.org/httpd/DebianDeb0rkification?action=diff&rev1=13&rev2=14

  #format wiki
  #language en
  == Debian Deb0rkification ==
+ This document is meant to be used by new debian and ubuntu users. It describes the various differences
between upstream sources and the modifications made by the debian maintainers.
+ 
- Title suggested by thumbs. Please note that this is a work in progress, as Debian's configs are a moving
target. Any comments are most welcome.
+ Please note that this is a work in progress, as Debian's configs are a moving target. Any comments are most welcome.
+ 
+ A more complete list of changes can be found in /usr/share/doc/apache2.2-common/README.Debian.gz

  Like many articles here, the main purpose of this one is to ease the difficulties arising from supporting
new users in #httpd. One of the main causes of headaches there is people who are new to both Apache HTTPd and
their Debian Linux system.

- This is a guide for how to make efficient use of the Debian configuration files, while preserving the
various automations they provide. Please note that we will be working with the latest stable release.
+ This guide describes how to make efficient use of the Debian configuration files, while preserving the
various automation they provide. Please note that we will be working with the latest stable release.

  === apache2.conf ===
  Debian calls its main configuration file ''apache2.conf'', which is the first source of confusion,
(Continue reading)

Apache Wiki | 10 Feb 2012 21:40
Picon
Favicon

[Httpd Wiki] Update of "DebianDeb0rkification" by thumbs

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "DebianDeb0rkification" page has been changed by thumbs:
http://wiki.apache.org/httpd/DebianDeb0rkification?action=diff&rev1=14&rev2=15

Comment:
Slight grammar change, after the last major update that updated the factoid for the latest debian release.

  
  Please note that this is a work in progress, as Debian's configs are a moving target. Any comments are most welcome.

- A more complete list of changes can be found in /usr/share/doc/apache2.2-common/README.Debian.gz
+ A more comprehensive list of changes can be found in /usr/share/doc/apache2.2-common/README.Debian.gz

  Like many articles here, the main purpose of this one is to ease the difficulties arising from supporting
new users in #httpd. One of the main causes of headaches there is people who are new to both Apache HTTPd and
their Debian Linux system.

bugzilla | 12 Feb 2012 04:39
Picon
Favicon

DO NOT REPLY [Bug 52644] New: document how SSL FakeBasicAuth works with strange characters in DNs and with groupfiles

https://issues.apache.org/bugzilla/show_bug.cgi?id=52644

             Bug #: 52644
           Summary: document how SSL FakeBasicAuth works with strange
                    characters in DNs and with groupfiles
           Product: Apache httpd-2
           Version: 2.2.20
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: docs <at> httpd.apache.org
        ReportedBy: calestyo <at> scientia.net
    Classification: Unclassified

Hi.

Could you please share some light (and add to the documentation at
https://httpd.apache.org/docs/current/mod/mod_ssl.html#ssloptions if and how
mod_ssl's FakeBasicAuth feature works with the following:

a) Special characters
A certificates DN can contain basically _ANY_ character, including “:”, “/”, “
”, “"” or any weird Unicode character from any script.
As far as I can see this could affect us at least in the following places:
- user file
There at least the colon seems to have the special meaning of separating the
username from the password, e.g.:
(Continue reading)

bugzilla | 12 Feb 2012 04:40
Picon
Favicon

DO NOT REPLY [Bug 52644] document how SSL FakeBasicAuth works with strange characters in DNs and with groupfiles

https://issues.apache.org/bugzilla/show_bug.cgi?id=52644

Christoph Anton Mitterer <calestyo <at> scientia.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Linux                       |All

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 15 Feb 2012 01:54
Picon
Favicon

DO NOT REPLY [Bug 52670] New: please clarify the effect of SSLStrictSNIVHostCheck in server context

https://issues.apache.org/bugzilla/show_bug.cgi?id=52670

             Bug #: 52670
           Summary: please clarify the effect of SSLStrictSNIVHostCheck in
                    server context
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
        AssignedTo: docs <at> httpd.apache.org
        ReportedBy: calestyo <at> scientia.net
    Classification: Unclassified

Hi.

https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslstrictsnivhostcheck
already describes the effect of having it set in default and non-default name
based vhosts.

Can you please describe the effect of setting it in server context (which is I
guess(!!) the same as setting it in all default name based vhosts).

Thanks,
Chris.

--

-- 
(Continue reading)

bugzilla | 16 Feb 2012 23:11
Picon
Favicon

DO NOT REPLY [Bug 52689] New: qsa flag information in mod rewrite documentation is incorrect

https://issues.apache.org/bugzilla/show_bug.cgi?id=52689

             Bug #: 52689
           Summary: qsa flag information in mod rewrite documentation is
                    incorrect
           Product: Apache httpd-2
           Version: 2.2.22
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Documentation
        AssignedTo: docs <at> httpd.apache.org
        ReportedBy: nathan.deklepper <at> objectconsulting.com.au
    Classification: Unclassified

In the mod rewrite documentation available here...
http://httpd.apache.org/docs/current/mod/mod_rewrite.html

The text which reads as follows is subtly incorrect...

"Appends any query string created in the rewrite target to any query string
that was in the original request URL"

It should read something like...

"Appends any query string in the original request URL, to any query string
created in the rewrite target."

(Continue reading)


Gmane