in reply to Re: Permissions problem with UpsideDownTernet
in thread Permissions problem with UpsideDownTernet

Thanks. That makes a lot of sense.

However it hasn't worked. I've added that directive but still all the files written by the perl script invoked by squid are unreadable. Even my hacky solution of adding a chmod line to the perl script didn't work. Very frustrating.

Working with squid Mountain Lion seems to have big problems. It can't even correctly create its own directories in its own cache folder: folders it creates have permission d--------- and it can't write to a folder it created itself.

Replies are listed 'Best First'.
Re^3: Permissions problem with UpsideDownTernet
by Cody Fendant (Hermit) on Feb 14, 2014 at 00:49 UTC

    Ignore the above: I was doing the umask all wrong. It is working fine now with a umask 022 directive in the .conf file.

    For the record I've got the MacPorts version of squid 2.7 (2.7.STABLE9 for i686-apple-darwin12.5.0) and XAMPP Apache (XAMPP for OS X 1.8.3-2) working just fine together on OS X 10.8.5 a.k. Mountain Lion.