I'm running an apache server and trying to do uri translation in content handler.
For example, "/foo" should be translated to "/apache/htdocs/foo/index.html". However, I can't simply attach "index.html" and then see if it exists, because it could have some other...
If you start the server as a non-root user, it will fail to change to the lesser privileged user, and will instead continue to run as that original user. Now I'm a non-root user and want to have this security. I tried but couldn't set the User to daemon or nobody. Any solution? Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.