]> granicus.if.org Git - apache/commit
Tokenize the arguments for rewrite programs during config parsing, and
authorRyan Bloom <rbb@apache.org>
Thu, 30 May 2002 00:02:59 +0000 (00:02 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 30 May 2002 00:02:59 +0000 (00:02 +0000)
commitff841f19b930d2f37ea198716bd88eb7909fb936
tree9129e95b54f8062434d57c6264ec222fb3701b4f
parentaf11058313f8850cc40fd3dbd3925a229356d980
Tokenize the arguments for rewrite programs during config parsing, and
just use that information later.  I was having a problem with prg
directives with arguments failing the configuration.  The problem was
a call to stat, which was being passed the program name and the arguments.
Obviously, the arguments were messing up the call to stat.  This gets the
test suite working for me again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95372 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c
modules/mappers/mod_rewrite.h