How To Fix The “UID of script is smaller than min_uid” Error in Apache / Linux
There are times you will get errors such as “How To Fix The “UID of script is smaller than min_uid” Error in Apache / Linux”.These are errors you will usually find in the logs.The error is usually related to incorrect permissions and ownership of files in the Document Root of the virtualhost. To fix such issue,please run the following command
chown username:username -R /DOCROOT/
where username refers to the apache user or the user that needs to run the webserver and DOCROOT is the Document Root, for example /home/user1/public_html,/var/www/html, etc.
Thanks for Reading.
All comment are welcomed.