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

mod_rewrite not executing external rewriting engine if args are supplied





------- Additional Comments From [EMAIL PROTECTED]  2002-05-29 04:45 -------
Okay, so the apr_stat() thing wasn't *quite* that easy... apr_proc_create()
does not necessarily return an error if the program specified doesn't exist... 
on Unix, it only returns an error if the fork() call itself failed.  Bah.  So I 
added another apr_stat() call just after the apr_tokenize_to_argv() call has
already happened.

Anyway, consider it fixed.  :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to