This content has been marked as final.
Show 3 replies
-
1. Re: cffile writing files as root user
BKBK Mar 21, 2010 4:00 AM (in response to GuitsBoy)it isn't yet clear to me what the problem is.
-
2. Re: cffile writing files as root user
Owain North Mar 22, 2010 3:56 AM (in response to GuitsBoy)The files will be written by ColdFusion, not Apache - therefore check who CF is running as.
O.
-
3. Re: cffile writing files as root user
GuitsBoy Mar 22, 2010 7:17 AM (in response to Owain North)Yup, you were right. The start up script ( /etc/init.d/coldfusion8multi ) referenced the user root, most likely as a bandaid since when I changed it back to the user "nobody" it threw an error. This was because the user nobody had a default shell of /sbin/null. When I changed this to give user nobody an actual shell environment, CF finally started user the user nobody. Looks like its working now. Thanks!

