On Tue, 2002-11-19 at 12:25, Brian Larsen wrote: > Hey > > Im not sure what you meen, so no, probly not... Could you explain this a > little more?
Apache runs as a user on your machine (i.e. - as "apache", "www-data" like Matthew mentioned, or something else) and as part of a group. This is specified in your httpd.conf file. Something like: User apache Group apache Just like a normal user it has permissions to files. You need to make sure that the user that apache runs as has proper permissions in the temporary upload directory. You could change the permissions in that directory or give ownership to the user and group. Either should work. HTH, Brad ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
