I have a question about Apache server. The scenario is following: I start Apache server to run a website, which need to log in. A user named Ray log on this website, then the server will run by Ray. (I am also running, maybe this is a sub-process). Is there anyone knows how to implement this scenario? Thanks in advance.
The trivial things maybe the port number, and how to write the httpd.conf file in USER GROUP.. (just guess)