From: Jason R. <jas...@gm...> - 2007-01-23 22:51:41
|
On Tuesday 23 January 2007 17:41, Rich Shepard wrote: > That's what I tried. /usr/local/sql-ledger/users has permissions 777 > (rwxrwxrwx). The files in that directory -- specifically rshepard.conf -- > is owned by me and has 755 permissions (rwxr-xr-x). /usr/local/sql-ledger > is owned by root.root with 755 permissions. Check the permissions of the apache process: ps auxww |grep httpd or ps auxww |grep apache The files in that directory should be writable by that user. |