> Watch the directory permissions. CF runs under nobody.nobody and apache runs under apache.apache > I'm still not sure of the best way to sort out user permissions. I think I ended up setting > everything to 777 and apache.apache while I was installing and put nobody in the apache group.
Even simpler, change Apache to run under nobody.nobody That's the distributed Apache way of doing it, but those wacky folk at Redhat like to mess with these kind of things. The lines in your httpd.conf will then look like: User nobody Group nobody Then HUP (restart) apache and you should be right.. (this may result in you having to chown other existing web files, or it may not) -- Quentin Zervaas Web Developer MITOUSA. Web + Interface Architects T:// (08) 8361 9022 F:// (08) 8361 9977 E:// [EMAIL PROTECTED] W:// www.mitousa.com --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
