]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitce210653934fe9ec8865e66c66602be13402da5c
tree9129e95b54f8062434d57c6264ec222fb3701b4f
parent3686302d019ccc0a1ffb1950c708391d6833ff87
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