File Permission Issues?

I recently installed FreePBX 2.3.1/Asterisk 1.2 on Centos 5 following the (older) Centos 4 instructions. (I guess the Centos 5 instructions are a recent addition.) and I get the following entries in my /var/log/httpd/error_log when I try to listen to the recordings:

[Mon Feb 11 14:02:22 2008] [error] [client 10.65.252.69] File does not exist: /var/www/html/panel/variables.txt, referer: http://10.65.254.250/panel/operator_panel.swf?context=
[Mon Feb 11 14:02:22 2008] [error] [client 10.65.252.69] File does not exist: /var/www/html/panel/background.jpg, referer: http://10.65.254.250/panel/operator_panel.swf?context=
[Mon Feb 11 14:09:40 2008] [error] [client 10.65.252.69] PHP Notice: Array to string conversion in /var/www/html/admin/page.modules.php on line 778, referer: http://10.65.254.250/admin/config.php
[Mon Feb 11 14:10:07 2008] [error] [client 10.65.252.69] Mon, 11 Feb 2008 14:10:07 -0500 - Got event… newchannel, referer: http://10.65.254.250/admin/config.php?type=setup&display=index
[Mon Feb 11 14:10:07 2008] [error] [client 10.65.252.69] Mon, 11 Feb 2008 14:10:07 -0500 - No event handler for event ‘newchannel’, referer: http://10.65.254.250/admin/config.php?type=setup&display=index
[Mon Feb 11 14:13:39 2008] [error] [client 10.65.252.69] PHP Notice: Undefined variable: rname in /var/www/html/admin/modules/recordings/page.recordings.php on line 212, referer: http://10.65.254.250/admin/config.php?type=setup&display=conferences
[Mon Feb 11 14:13:39 2008] [error] [client 10.65.252.69] PHP Notice: Undefined variable: suffix in /var/www/html/admin/modules/recordings/page.recordings.php on line 218, referer: http://10.65.254.250/admin/config.php?type=setup&display=conferences
[Mon Feb 11 14:13:48 2008] [error] [client 10.65.252.69] client denied by server configuration: /var/www/html/admin/modules/recordings/popup.php

Apache is running with UID/GID asterisk and the file permissions are set 744 for asterisk.asterisk, e.g. the directory /var/www/html/admin/modules/recordings/ has the following:

-rw-r–r-- 1 asterisk asterisk 2017 Dec 11 23:15 audio.php
-rw-r–r-- 1 asterisk asterisk 1717 Dec 11 23:15 crypt.php
-rw-r–r-- 1 asterisk asterisk 7346 Dec 11 23:15 functions.inc.php
drwxr-x— 3 asterisk asterisk 4096 Dec 11 23:15 i18n
drwxr-x— 2 asterisk asterisk 4096 Dec 11 23:15 images
-rw-r–r-- 1 asterisk asterisk 2222 Dec 11 23:15 install.php
-rw-r–r-- 1 asterisk asterisk 1667 Dec 11 23:15 module.xml
-rw-r–r-- 1 asterisk asterisk 17114 Dec 11 23:15 page.recordings.php
-rw-r–r-- 1 asterisk asterisk 112 Dec 11 23:15 popup.css
-rw-r–r-- 1 asterisk asterisk 1058 Dec 11 23:15 popup.php
-rw-r–r-- 1 asterisk asterisk 33 Dec 11 23:15 uninstall.sql

There are no .htaccess files in the structure that I can see. Where/what else should I be looking?

Thanks…

your file permissions are wrong it looks like. you also need write permission for group