/var/www/html/redirect.php is smaller than min_uid

wattie

Verified User
Joined
May 31, 2008
Messages
1,206
Location
Bulgaria
I get few of these errors in the SuPHP log:

Code:
[warn] UID of script "/var/www/html/redirect.php" is smaller than min_uid

The file is:

Code:
-rwxr-xr-x   1 root     wheel      75 Mar  7 23:29 redirect.php*

I never touched that file - it's something coming default from DA. I guess the issue is with the user/group being root/wheel instead of apache/?
 
On my servers /var/www/html/redirect.php has both owner and grup set to webapps
 
Thanks. I chowned it.

What about index.html in that directory - is it webapps:webapps too?
 
On my servers index.html is actually both owner and group set to root
 
Back
Top