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 2004/08/28 19:35:39 UTC

DO NOT REPLY [Bug 30918] New: - location missing from Context of SetHandler

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=30918>.
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=30918

location missing from Context of SetHandler

           Summary: location missing from Context of SetHandler
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: Other
               URL: http://httpd.apache.org/docs/mod/mod_mime.html#sethandle
                    r
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: piccardi@truelite.it


In the documentation of SetHandler directive you have:

Syntax: SetHandler handler-name|None
Context: directory, .htaccess

but after there is written:
Another example: if you wanted to have the server display a status report
whenever a URL of http://servername/status was called, you might put the
following into access.conf: (See mod_status for more details.)

    <Location /status>
    SetHandler server-status
    </Location>

so should Location be listed in Contest?

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