diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-07 21:04:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-07 21:04:45 +0000 |
commit | 908fe14881fb9d53bfe0f1cc94945b82cb9dd485 (patch) | |
tree | 08908fbaf1eab7220021f47bbc84e53f0c7e4a82 /usr.sbin/httpd/htdocs/manual/howto | |
parent | 07c8ffe3d5afa52d20a30be91dccc111fbc1824f (diff) |
merge apache 1.3.27
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/howto')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/howto/auth.html | 5 | ||||
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/howto/ssi.html.ja.jis | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/howto/auth.html b/usr.sbin/httpd/htdocs/manual/howto/auth.html index 4ff92033543..6966d536a24 100644 --- a/usr.sbin/httpd/htdocs/manual/howto/auth.html +++ b/usr.sbin/httpd/htdocs/manual/howto/auth.html @@ -314,9 +314,10 @@ htpasswd /usr/local/apache/passwd/passwords sungo that the web server itself can read the file. For example, if your server is configured to run as user <tt>nobody</tt> and group <tt>nogroup</tt>, then you should set permissions on the - file so that only that user can read the file:</p> + file so that only the webserver can read the file and only + root can write to it:</p> <pre> -chown nobody.nogroup /usr/local/apache/passwd/passwords +chown root.nogroup /usr/local/apache/passwd/passwords chmod 640 /usr/local/apache/passwd/passwords </pre> diff --git a/usr.sbin/httpd/htdocs/manual/howto/ssi.html.ja.jis b/usr.sbin/httpd/htdocs/manual/howto/ssi.html.ja.jis index f5250b492cd..f911aaab916 100644 --- a/usr.sbin/httpd/htdocs/manual/howto/ssi.html.ja.jis +++ b/usr.sbin/httpd/htdocs/manual/howto/ssi.html.ja.jis @@ -7,7 +7,7 @@ <title>Apache $B%A%e!<%H%j%"%k(B: Server Side Includes $BF~Lg(B</title> </head> - <!-- English revision: 1.9 --> + <!-- English revision: 1.11 --> <!-- Background white, links blue (unvisited), navy (visited), red (active) --> <body bgcolor="#ffffff" text="#000000" link="#0000ff" @@ -157,7 +157,12 @@ </pre> <p>$B$3$N;XDj$O!"%U%!%$%k$r(B SSI $B%G%#%l%/%F%#%V$G2r@O$5$;$k$3$H$r5v2D$9$k(B - $B$H$$$&$3$H$r(B Apache $B$KEA$($^$9!#(B</p> + $B$H$$$&$3$H$r(B Apache $B$KEA$($^$9!#(B + $B$[$H$s$I$N@_Dj$G$O$*8_$$$r>e=q$-$G$-$k!"J#?t$N(B + <a href="../mod/core.html#options">Options</a> $B$,$"$k$3$H$K(B + $BCm0U$7$F$/$@$5$$!#$*$=$i$/!"@_Dj$,:G8e$KI>2A$5$l$k$3$H$r(B + $BJ]>Z$5$l$k$?$a$K!"(BSSI $B$r;HMQ$7$?$$%G%#%l%/%H%j$K(B <code>Options</code> + $B%G%#%l%/%F%#%V$rE,MQ$9$kI,MW$,$"$k$G$7$g$&!#(B</p> <p>$BA4$F$N%U%!%$%k$,(B SSI $B%G%#%l%/%F%#%V$G2r@O$5$l$k$H$$$&$o$1$G$O$"$j$^$;$s!#(B $B$I$N%U%!%$%k$,2r@O$5$l$k$+$r(B Apache $B$KEA$($kI,MW$,$"$j$^$9!#(B @@ -320,7 +325,7 @@ <p><code>timefmt</code> $B=q<0$K$D$$$F$N$h$j>\:Y$K$D$$$F$O!"$*9%$_$N8!:w%5%$%H$K9T$-!"(B - <code>ctime</code> $B$G8!:w$7$F$_$F$/$@$5$$!#J8K!$OF1$8$G$9!#(B</p> + <code>strftime</code> $B$G8!:w$7$F$_$F$/$@$5$$!#J8K!$OF1$8$G$9!#(B</p> <hr /> <h2><a id="includingastandardfooter" |