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 2003/08/12 14:48:37 UTC

DO NOT REPLY [Bug 22348] New: - Examples to use correct regexp * => into +

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22348

Examples to use correct regexp * => into +

           Summary: Examples to use correct regexp * => into +
           Product: Apache httpd-2.0
           Version: 2.0.32
          Platform: Other
               URL: http://httpd.apache.org/docs-2.0/urlmapping.html
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jari.aalto@poboxes.com


At the documentation page
http://httpd.apache.org/docs-2.0/urlmapping.html

There is example:

  ScriptAliasMatch ^/~([a-zA-Z0-9]*)/cgi-bin/(.*) /home/$1/cgi-bin/$2

Which might better use +  instead of *
You might want to check other examples as well.

Jari

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