Bug #113
closedUser directory cache files not being created with mod_compress
Description
The following error was pulled from the error.log file:
2005-05-02 15:13:03: (mod_compress.c.396) creating cachefile /home/lighttpd/cache//~eliott/README.html-gzip-561-424-1114243285 failed No such file or directory
The cache dir is set as follows:
compress.cache-dir = "/home/lighttpd/cache"
It appears that an extra / is being added to the path, as well as a problem with creating cache directories that start with a ~
Other cache files appear to be showing up just fine.
-- eliott
Files
Updated by Anonymous over 19 years ago
I wonder if it has anything to do with shell expansion..should the additional / be a \ instead to prevent shell expansion of ~
?
-- eliott
Updated by Anonymous about 18 years ago
This issue still exists with lighttpd 1.4.12. Any chance of a fix?
Updated by Anonymous over 17 years ago
This issue still exists with lighttpd 1.4.15 Any chance of a fix?
Updated by Anonymous almost 17 years ago
This issue still exists with lighttpd 1.4.18. Any chance of a fix?
Updated by Anonymous over 16 years ago
same problem here. the extra forward slash should not matter, I think the tilde is the problem here. creating the directory manually in the cache dir works, by the way.
-- bb at 0brg.net
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to duplicate
See #1027
Also available in: Atom