Project

General

Profile

Actions

Bug #113

closed

User directory cache files not being created with mod_compress

Added by Anonymous almost 19 years ago. Updated about 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_compress
Target version:
-
ASK QUESTIONS IN Forums:

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

lighttpd.trace (34 KB) lighttpd.trace strace output file -- eliott Anonymous, 2005-06-12 19:56
Actions #1

Updated by Anonymous almost 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

Actions #2

Updated by Anonymous over 17 years ago

This issue still exists with lighttpd 1.4.12. Any chance of a fix?

Actions #3

Updated by Anonymous almost 17 years ago

This issue still exists with lighttpd 1.4.15 Any chance of a fix?

Actions #4

Updated by Anonymous about 16 years ago

This issue still exists with lighttpd 1.4.18. Any chance of a fix?

Actions #5

Updated by Anonymous about 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

Actions #6

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to duplicate

See #1027

Actions

Also available in: Atom