]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Error out on configurations where the cache provider starts with a '/'.
authorSander Striker <striker@apache.org>
Thu, 3 Feb 2005 21:15:36 +0000 (21:15 +0000)
committerSander Striker <striker@apache.org>
Thu, 3 Feb 2005 21:15:36 +0000 (21:15 +0000)
commitfcb4674f0d57502a7a77edc634954c13ab0b2eb9
tree49b8f0451c99b62010cb1db7a523697549efbac5
parent745572221a8db581247c6f48ad4069f3655b5c4f
Error out on configurations where the cache provider starts with a '/'.
Saves certain people a bit of time figuring out why their caching
doesn't work...

* modules/cache/mod_cache.c

  (add_cache_enable): Throw an error when a provider starting with
   a '/' is encountered.  The user probably switched arguments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151232 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_cache.c