On Jan 18, 2008 10:57 AM, Chris Arnold <[EMAIL PROTECTED]> wrote:
> Hello all! Using apache 2.2.3 on SLES10/OES2. I am trying to
> use trace watch "logging" app on our sites. I follow the
> instructions at the trace watch site to install the php scripts
> and when trying to access the install script from my browser, i
> get a 403 access forbidden error. The directory i created to
> house the twatch app is owned by root and group root with 755
> permissions (as are all the other folders in the doc root that
> work with php). The 2 twatch folders are owned by root and group
> root with 601 permissions. I have changed the folder permissions
> to 777 and when accessing the install script then get a blank
> page. What am i missing?

This should have generated an entry in your error log.  It will tell
you if filesystem permissions, or apache config, are the issue.

If you added an Alias or a virtualhost with a new DocumentRoot, you
likely need to add a <Directory> block that allows Apache to use that
new chunk of the fileystem.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to