<div class="gmail_quote">On Sat, Jun 9, 2012 at 8:17 AM, Natxo Asenjo <span dir="ltr"><<a href="mailto:natxo.asenjo@gmail.com" target="_blank">natxo.asenjo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><br><div>With FastCgiIpcDir *and* the dir with permissions 777, it works blocking some images:<br>
<br>[Sat Jun 09 08:15:28 2012] [error] [client 192.168.0.160] FastCGI: invalid (dynamic) server "/opt/rt4/share/html/NoAuth/images/bpslogo.png": access for server (uid -1, gid -1) not allowed: execute not allowed, referer: <a href="http://rt.ipa.asenjo.nx/" target="_blank">http://rt.ipa.asenjo.nx/</a><br>

[Sat Jun 09 08:15:28 2012] [error] [client 192.168.0.160] FastCGI: invalid (dynamic) server "/opt/rt4/share/html/NoAuth/images/bpslogo.png": access for server (uid -1, gid -1) not allowed: execute not allowed, referer: <a href="http://rt.ipa.asenjo.nx/" target="_blank">http://rt.ipa.asenjo.nx/</a><br>

<br>If the FastCgiIpcDir has perms 770 for apache:apache , it does not work.<br></div></div></blockquote><div><br>by the way, the permissions for those images are:<br><br> ls -l /opt/rt4/share/html/NoAuth/images/<br>total 40<br>
-rw-r--r--. 1 root bin  334 Jun  8 21:11 autohandler<br>-rw-r--r--. 1 root bin 3929 Jun  8 21:11 bpslogo.png<br>drwxr-xr-x. 2 root bin 4096 Jun  8 21:11 css<br>-rw-r--r--. 1 root bin  914 Jun  8 21:11 empty_star.gif<br>drwxr-xr-x. 2 root bin 4096 Jun  8 21:11 farbtastic<br>
-rw-r--r--. 1 root bin  335 Jun  8 21:11 favicon.png<br>drwxr-xr-x. 2 root bin 4096 Jun  8 21:11 jquery_ui<br>-rw-r--r--. 1 root bin  161 Jun  8 21:11 star.gif<br>drwxr-xr-x. 2 root bin 4096 Jun  8 21:11 tablesorter<br>-rw-r--r--. 1 root bin   81 Jun  8 21:11 test.png<br>
<br>So they are world readable and still being blocked. Perhaps they should be owned by apache?<br></div></div>