You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/01/13 09:34:17 UTC

DO NOT REPLY [Bug 33078] New: - Mixing "+" and non-"+" options in result in strange behavour

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33078>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33078

           Summary: Mixing "+" and non-"+" options in <Directory> result in
                    strange behavour
           Product: Apache httpd-2.0
           Version: 2.0.52
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Runtime Config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: davide@onlyforfun.net


If you mix "+" and non-"+" options in a <Directory> block most of the time the
'+' options are ignored. Example:

<Directory "/some/dir">
     Options +Indexes FollowSymLinks

Will result in only the 'FollowSymLinks' option to be used.
I think that the problem lay in the code that process the options.
The solution is pretty simple: never mix the options.
However, the config test doesn't report any problem with this configuration.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org