|
Permission Problem Troubleshooting
I need suggestions on how to troubleshoot a permissions problem with an Apache server. The following are some details to my issue:
I'm in process of building a LAMP server that also includes an Oracle client. The intent is to put together a "test" server that is identicle to an existing web server. The server is running RHN AS 4.0 Linux, Apache 2.0.52(rpm), MySQL 3.23.58, PHP 4.4.4 (source), Oracle
9.0.4. The intention is to update the PHP to 5.2.5 for testing prior to updating the production server.
Currently, I get the following errors when checking the status and starting apachectl respectively:
apachectl status
ERROR at dump.c:188: Connection refused
apachectl start
Syntax error on line 192 of
/etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/libphp4.so into server: libclntsh.so.9.0: cannot open shared object file: Permission denied
Apache starts if line 192 is commented out.
Permissions on libphp4 are:
-rwxr-xr-x 1 root root 7586237 Feb 13 14:28
libphp4.so
Permissions on libclntsh.so.9.0 are:
-rwxrwxr-x 1 oracle dba 11527745 Mar 12 16:24
libclntsh.so.9.0
Are there other files that I should check the permissions on?
Any help would be greatly appreciated. Thank you in advance.
Charles
|