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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
