To set up the Web server process owner, follow these steps:
If the Setup program could not find the name of the Web server process owner, you need to specify it.
| ======= Entering the user name of the web server process owner ======= Enter the user name of the web server process owner, and press Enter. (Normally, it is "nobody".) (Q: Quit) User name of the web server process owner : |
To locate the name of the Web server process owner, try the following command on another command terminal.
| In case the name of web server process is httpd: # ps aux | grep httpd (Result) |
The name listed on the top is the name of the Web server process owner.
In the example above, "nobody" is the name of the Web server process owner. You may find "root" as the user name, too. Do not set up "root" as the name of the Web server process owner.
[ Complete List of FAQ ]