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/06/10 19:19:34 UTC

DO NOT REPLY [Bug 35314] New: - Utility / Syntactic sugar

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

           Summary: Utility / Syntactic sugar
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_alias
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: belg4mit@mit.edu


The dox may state:

Sends an external redirect asking the client to fetch a different URL

And -t will report:

Syntax error on line 846 of /etc/httpd/conf/httpd.conf:
Redirect to non-URL

But I fail to see why Redirect and family could not more usefully allow
statements of the type:

RedirectPermanent       /services       /manual/services

and prepend the host_name if the 2nd arg is not a URI.

This allows for a clean, clear and light-weight replacement for simpler
uses of mod_rewrite... without ugly redundancy of many http://test.example s
in the configuration file.

-- 
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