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=26166>. 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=26166 RewriteMap prg: doesn't spawn perl script on PC platform [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-01-28 18:56 ------- mod_rewrite uses the system mechanisms to spawn exceutables (only), which means it does not look into the registry etc. If you have a perl script, you have to spawn perl directly with the scriptname as the first parameter (besides any options), i.e.: RewriteMap dynamic-map prg:c:/perl/bin/perl.exe c:/redir1.pl Thanks for using Apache. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
