You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/05/23 20:28:59 UTC

[Bug 57946] New: Configuration example for mod_jk should be updated to follow Apache 2.4 syntax scheme

https://bz.apache.org/bugzilla/show_bug.cgi?id=57946

            Bug ID: 57946
           Summary: Configuration example for mod_jk should be updated to
                    follow Apache 2.4 syntax scheme
           Product: Tomcat Connectors
           Version: 1.2.40
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_jk
          Assignee: dev@tomcat.apache.org
          Reporter: apo@gambaru.de

Many Linux distributions including Debian ship Apache 2.4 as the standard
Apache web server. The example configuration in conf/http-jk.conf still uses
the old and 
deprecated authentication configuration directives Order, Allow or Deny. These
do not integrate well with the new authorization scheme of Apache 2.4. The
configuration directives should be replaced with a suitable combination of
<RequireAll>, <RequireAny>, Require all, Require local, Require ip, and Require
method.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57946] Configuration example for mod_jk should be updated to follow Apache 2.4 syntax scheme

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57946

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |Beginner

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57946] Configuration example for mod_jk should be updated to follow Apache 2.4 syntax scheme

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57946

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Fixed in 1.2.x for 1.2.44 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57946] Configuration example for mod_jk should be updated to follow Apache 2.4 syntax scheme

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57946

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
Patches are always welcome, especially documentation patches.

Please note that there are plenty of users still using Apache 2.0, and so
configuration samples that will still work there will be appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org