Search server does not work when Web Server runs as non-root. (#6408826)
Description:When Web Server runs as non-root, if you create a search server as non-root, the search server does not work.
Solution:Do the following:
Create a search server.
Change the search server instance using the following command:
chown -R nonrootuser.nonroot search_instance
Restart the Web Server as a non-root user.
Change permissions of Search instance using the following command:
chmod -R og+rX search_instance