<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p style="font-family: Verdana, Geneva, sans-serif;">Sorry if I wasn't clear.  </p>
<p style="font-family: Verdana, Geneva, sans-serif;">The files I uploaded were sent to /home/.site/143/site2/web/</p>
<p style="font-family: Verdana, Geneva, sans-serif;">So if I go to http://<sitename>/index.php I get the "This application needs to be configured" page I expect.  </p>
<p style="font-family: Verdana, Geneva, sans-serif;">When I go to http://<sitename>/application/config/config.php I get the 403 error.  </p>
<p style="font-family: Verdana, Geneva, sans-serif;">When I go to the directory, and do an ls, I get:</p>
<p style="font-family: Verdana, Geneva, sans-serif;"><span style="font-family: Verdana, Geneva, sans-serif;">[root@www5 config]# pwd<br /></span><span style="font-family: Verdana, Geneva, sans-serif;">/home/.sites/143/site2/web/application/config<br /></span><span style="font-family: Verdana, Geneva, sans-serif;">[root@www5 config]# ls<br /></span><span style="font-family: Verdana, Geneva, sans-serif;">autoload.php   database.php       hooks.php      mimes.php     smileys.php </span><span style="font-family: Verdana, Geneva, sans-serif;">config.php     doctypes.php       index.html     profiler.php  user_agents.php </span><span style="font-family: Verdana, Geneva, sans-serif;">constants.php  foreign_chars.php  migration.php  routes.php<br /></span><span style="font-family: Verdana, Geneva, sans-serif;">[root@www5 config]#</span></p>
<p style="font-family: Verdana, Geneva, sans-serif;"><span style="font-family: Verdana, Geneva, sans-serif;">From the logs (/var/log/httpd/error_log):</span></p>
<p style="font-family: Verdana, Geneva, sans-serif;"><span style="font-family: Verdana, Geneva, sans-serif;">[Tue Jan 22 13:58:52 2013] [error] [client x.x.x.x] client denied by server configuration: /home/.sites/143/site2/web/application/config/config.php<br /></span></p>
<p style="font-family: Verdana, Geneva, sans-serif;"> </p>
<p style="font-family: Verdana, Geneva, sans-serif;">So which configuration do I need to change to fix this issue?</p>
<p style="font-family: Verdana, Geneva, sans-serif;">Interestingly enough the error message has changed from it can't find the file, to client denied by server configuration.</p>
<p style="font-family: Verdana, Geneva, sans-serif;">Drew.</p>
<p style="font-family: Verdana, Geneva, sans-serif;"> </p>
<p style="font-family: Verdana, Geneva, sans-serif;">On 01/22/2013 1:50 pm, Michael Stauber wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre><span style="font-family: Verdana, Geneva, sans-serif;">Hi Drew,

</span><blockquote style="font-family: Verdana, Geneva, sans-serif;">I am working on testing a migration from an old RedHat system to a new
BlueOnyx system.  However so far I am running into some permissions
issues.  To configure the web app that this site uses I have to go to
http://<sitename>/application/config/config.php

When I go there I get a 403 error, which is a permissions issue.  I have
checked the permissions and they seem close.  I checked and they are:

rwxr-sr-x  with the owner apache and the group being site2.  I think the
permissions should be rwxr-xr-x with the same owner and group.  

The log file shows:  File does not exist:
/home/.site/143/site2/web/application/config/config.php

Any ideas on why the log file says that the file isn't there, but on
disk it is there, and permissions look correct?
</blockquote><span style="font-family: Verdana, Geneva, sans-serif;">
When you uploaded the files to the webspace, you might have uploaded it
to the wrong /web directory. Each user has a /web directory as well.
Which is then reachable from http://<sitename>/~<username>/

Upload the files as the siteAdmin and cd backwards until you have the
toplevel /web in front of you.<span style="white-space: normal;">
</span></span></pre>
</blockquote>
</body></html>