Cody Fendant has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to implement the classic UpsideDownTernet prank enhancement.
So it basically goes like this:
Only, it's not working. First of all, squid refused to run the Perl script because it wasn't the owner.
So I made squid the owner of the perl script.
Now the images can't be served off the localhost server because they're owned by squid, so the web server doesn't have permission.
I feel like there's something obvious I'm missing. Obviously I could add a new line to the perl script to chmod each image, but nobody else seems to have that problem.
I'm running squid/Apache on OSX by the way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Permissions problem with UpsideDownTernet
by tobyink (Canon) on Feb 13, 2014 at 09:31 UTC | |
by Cody Fendant (Hermit) on Feb 13, 2014 at 23:06 UTC | |
by Cody Fendant (Hermit) on Feb 14, 2014 at 00:49 UTC |