From: Jim Jagielski Date: Mon, 18 Aug 2008 15:43:54 +0000 (+0000) Subject: Update xforms X-Git-Tag: 2.2.10~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3383c2d24c30f7a03c7ec0ca412cd6a71b1c14;p=thirdparty%2Fapache%2Fhttpd.git Update xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686790 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 4903ff8d59c..5be80b31d2d 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -19,7 +19,8 @@ Apache > HTTP Server > Documentation > Version 2.2 > Miscellaneous Documentation

Security Tips

Available Languages:  en  | - ko 

+ ko  | + tr 

Some hints and tips on security issues in setting up a web server. @@ -346,7 +347,8 @@

Available Languages:  en  | - ko 

+ ko  | + tr 

diff --git a/docs/manual/misc/security_tips.html.ko.euc-kr b/docs/manual/misc/security_tips.html.ko.euc-kr index a78d8191ee6..ca144843de5 100644 --- a/docs/manual/misc/security_tips.html.ko.euc-kr +++ b/docs/manual/misc/security_tips.html.ko.euc-kr @@ -19,7 +19,8 @@ Apache > HTTP Server > Documentation > Version 2.2 > Miscellaneous Documentation

º¸¾È ÆÁ

°¡´ÉÇÑ ¾ð¾î:  en  | - ko 

+ ko  | + tr 

ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù. ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.
@@ -336,7 +337,8 @@

°¡´ÉÇÑ ¾ð¾î:  en  | - ko 

+ ko  | + tr 

diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 3ebfb8e0e9a..21b875f6999 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1216,14 +1216,18 @@ cannot use $N in the substitution string! when you let an external redirect happen (where the ``.www'' part should not occur!). -
'cookie|CO=NAME:VAL:domain[:lifetime[:path]]' +
'cookie|CO=NAME:VAL:domain[:lifetime[:path[:secure[:httponly]]]]' (set cookie)
This sets a cookie in the client's browser. The cookie's name is specified by NAME and the value is VAL. The domain field is the domain of the cookie, such as '.apache.org', the optional lifetime - is the lifetime of the cookie in minutes, and the optional - path is the path of the cookie
+ is the lifetime of the cookie in minutes, and the optional + path is the path of the cookie. If secure + is set to 'secure', 'true' or '1', the cookie is only transmitted via secured + connections. If httponly is set to 'HttpOnly', 'true' or '1', the + HttpOnly flag is used, making the cookie not accessible + to JavaScript code on browsers that support this feature.
'env|E=VAR:VAL'