On Mar 27, 2008, at 5:36 PM, Henrik Nordstrom wrote:
On Thu, 2008-03-27 at 14:38 -0700, Ric wrote:
I noticed that Squid doesn't appear to support spaces in path names,
even if the path is quoted.
Where?
pid_filename, a quoted path results in no pid file.
cache_access_log, a quoted path results in no log file.
cache_log, a quoted path results in no log file.
url_rewrite_program accepts a quoted path.
cache_dir, a quoted path results in a fatal error on startup...
> FATAL: cache_dir "/path/to/cachedir": (2) No such file or directory
> Squid Cache (Version 2.6.STABLE18): Terminated abnormally.
> CPU Usage: 0.027 seconds = 0.010 user + 0.016 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Abort trap
I haven't checked any other other directives that should accept paths.
Ric