Sorry folks, my fault. <br>The logs did show that there was an .htaccess file I was unaware of in the directory.<br>I went ahead and set AllowOverride to ALL, please tell me if this is a bad thing.<br><br><div class="gmail_quote">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
<br>
</div>No, if you're using paths other than the apache default, you have to<br>
use the system-config-selinux tool to tell Selinux about it.<br><br></blockquote></div>I went back used semanage as per the fedora selinux manual.<br><br><code class="command">/usr/sbin/semanage fcontext -a -t httpd_sys_content_t "/web(/.*)?"<br>
</code><code class="command">/sbin/restorecon -R -v /web</code><br><code class="command"></code><br>Thanks for the suggestions.<br><br>BTW, this seems like an awful lot to accomplish what I would think is a common task.<br>
Isn't it normal to need a per-user web directory? Or is there some other easier way like changing the permissions for a directory in the server root?<br>