1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Apache Web Server: User</TITLE>
<LINK HREF="apache-12.html" REL=next>
<LINK HREF="apache-10.html" REL=previous>
<LINK HREF="apache.html#toc11" REL=contents>
</HEAD>
<BODY>
<A HREF="apache-12.html">Next</A>
<A HREF="apache-10.html">Previous</A>
<A HREF="apache.html#toc11">Contents</A>
<HR>
<H2><A NAME="s11">11. User</A></H2>
<P>The user the web server should run as. This means that the Web server
can only read and write those files which that a user has rights to read
or write, respectively. Therefore, this should be set to a user with
very low privileges, for example, nobody.
<P>An even better idea is to create a user specifically for the Web server.
This is very important, if you want to let the Web server write files in
some directory, since the user "nobody" should not have privileges to
write files anywhere except in <CODE>/tmp</CODE>.
<P>
<HR>
<A HREF="apache-12.html">Next</A>
<A HREF="apache-10.html">Previous</A>
<A HREF="apache.html#toc11">Contents</A>
</BODY>
</HTML>
|