
Originally Posted by
ukhosts
hello
i have below error in service httpd restart and easy apache
please help me
Apache Restart Output:
Log:
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 17 20:40:28 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
Try rebuilding the httpd.conf:
Code:
/scripts/rebuildhttpdconf
Then restart apache:
Code:
service httpd restart
If that doesn't work, check out the httpd.conf and search for 4294967295 and see where it is getting that number from.