|
The 2.18 graphs are appearing in the correct place - they are all supposed to be in the graphpath directory. The temporary filenames are constructed by taking the config filename including subpath, removing directory separators, and appending the various graph information. I think this has been the same for all versions of routers2.
The subdirectory should contain only archived graph images (if you have archiving enabled). This may be the source of the confusion.
You can set permissions on these files, though, by using rules like:
<Files Cust1234*.png> require user cust1234 </Files>
in your apache .htaccess file as well as the various expiry rules.
I'm aware of this permissions problem but correcting it is harder than you'd think. In version 3.x of routers2 I'm planning to get rid of graphurl and have the images accessible only via the CGI (so as to be able to use the built-in authorisation) but this is a major change.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|