On Fri, 11 Mar 2005 18:09:00 +0800, Glenn Remot <[EMAIL PROTECTED]> wrote:

> my permissions are fine sir.
> i'll try to dig in deeper. ^_^

what user does apache run as?

ps auxw | grep httpd | grep -v grep | cut -f 1 -d " " | sort | uniq

note, you'll see root there too.  that's just the listener, listening on
port 80.  the other one is the one we want.

what directory is the script trying to write to?

if the directory is, e.g., /home/gremot/public_html/data, what
does 

ls -ld /home/gremot/public_html/data 

say?

what does 

ls -l [path_to_script] 

say?  where [path_to_script] is the full path of the file.

tiger

-- 
Gerald Timothy Quimpo http://bopolissimus.blogspot.com
[EMAIL PROTECTED] [EMAIL PROTECTED] 
Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78"
                         Mene sakhet ur-seveh
--
Philippine Linux Users' Group (PLUG) Mailing List
plug@lists.q-linux.com (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to