curl invalidate cache requireing full filesystem path
Hi,
I have been working on performing a cache flush via curl. When I run it against the /content path, the dispatcher log shows that it tried (and failed due to lack of permission) to create /.stat
the "/" it is referring to is root on the filesystem.
I verified this by passing the curl command the full filesystem path and it clears the cache as expected (removing the content directory as well.
Have I configured something wrong? Is there some specific setting to change?
All the examples i have seen show cache flush paths being relative to document root.
Thanks!
Matt