From: Jim Jagielski Date: Mon, 6 Aug 2012 12:50:00 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.3~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a3643c19bd8afd8b7588de66c696145401b0763;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369822 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 50a54b1a48..f36158961c 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -43,7 +43,7 @@ changes on a per-directory basis.

top

.htaccess files

- +
You should avoid using .htaccess files completely if you have access to httpd main server config file. Using .htaccess files slows down your Apache http server. diff --git a/docs/manual/howto/htaccess.html.fr b/docs/manual/howto/htaccess.html.fr index d4c4f95c5b..bce17bafbb 100644 --- a/docs/manual/howto/htaccess.html.fr +++ b/docs/manual/howto/htaccess.html.fr @@ -27,8 +27,6 @@  ko  |  pt-br 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

Les fichiers .htaccess fournissent une méthode pour modifier la configuration du serveur au niveau de chaque répertoire.

@@ -47,8 +45,8 @@ Includes - SSI)
top

Fichiers .htaccess

- - + +
Les fichiers .htaccess ne doivent être utilisés que si vous n'avez pas accès au fichier de configuration du serveur principal. L'utilisation des fichiers .htaccess diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja index f47c13c8da..2aed9e6144 100644 --- a/docs/manual/howto/htaccess.xml.ja +++ b/docs/manual/howto/htaccess.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/event.xml.meta b/docs/manual/mod/event.xml.meta index 7b7fc287cf..58ce5cc073 100644 --- a/docs/manual/mod/event.xml.meta +++ b/docs/manual/mod/event.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr index f5a439fad9..dc6e95969c 100644 --- a/docs/manual/mod/index.html.fr +++ b/docs/manual/mod/index.html.fr @@ -207,7 +207,7 @@ r à la volée
mod_sed
Filtre les contenus en entrée (requêtes) et en sortie (réponses) en utilisant la syntaxe de sed
-
mod_session
Session support
+
mod_session
Support des sessions
mod_session_cookie
Cookie based session support
mod_session_crypto
Session encryption support
mod_session_dbd
DBD/SQL based session support
diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index 94e3cdd4e0..b3a4f6b5e2 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -79,7 +79,7 @@ Description:The filename prefix of the socket to use for communication with the cgi daemon Syntax:ScriptSock file-path -Default:ScriptSock logs/cgisock +Default:ScriptSock cgisock Context:server config Status:Base Module:mod_cgid @@ -92,6 +92,10 @@ the cgi daemon scripts, it is important that no other user has permission to write in the directory where the socket is located.

+

If file-path is not an absolute path, the location specified + will be relative to the value of + DefaultRuntimeDir.

+

Example

       ScriptSock /var/run/cgid.sock
     
diff --git a/docs/manual/mod/mod_cgid.xml.ja b/docs/manual/mod/mod_cgid.xml.ja index 76af237bc0..c9cc9094aa 100644 --- a/docs/manual/mod/mod_cgid.xml.ja +++ b/docs/manual/mod/mod_cgid.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_session.html.en b/docs/manual/mod/mod_session.html.en index 3396cc8394..f821392619 100644 --- a/docs/manual/mod/mod_session.html.en +++ b/docs/manual/mod/mod_session.html.en @@ -24,7 +24,8 @@

Apache Module mod_session

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -496,7 +497,8 @@ AuthName realm
-

Available Languages:  en 

+

Available Languages:  en  | + fr 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
Description:Session support
Status:Extension