[PHP-DB] mkdir permission

2001-08-10 Thread Taylor Fletcher
I'm trying to make a new directory by doing the following: mkdir (newfolder, 0700); but i get the error: Warning: MkDir failed (Permission denied) in /home/web/test/upload.php on line 159 Permission is obviously denied but I'm not at the box to change it myself, is there a specific entry in

[PHP-DB] mkdir permissions and AllowOverride

2001-08-16 Thread Taylor Fletcher
Im getting a permission denied when I try to mkdir. What I can deduce is that PHP is running under the user nobody through apache. I need to be able to add the web root to the directories that user nobody can use. There is a default line in the httpd.conf that has AllowOveride set to None. If