Commit 8bd92b05 authored by Rich Bowen's avatar Rich Bowen
Browse files

rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786683 13f79535-47bb-0310-9956-ffa450edef68
parent 041e9ac2
Loading
Loading
Loading
Loading
+314 −310

File changed.

Preview size limit exceeded, changes collapsed.

+1 −3
Original line number Diff line number Diff line
@@ -332,9 +332,7 @@ modified?</a></h3>
<h2><a name="exec" id="exec">Executing commands</a></h2>
    

    <p>I expect that I'll have an article some time in the coming
    months about using SSI with small CGI programs. For now, here's
    something else that you can do with the <code>exec</code>
    <p>Here's something else that you can do with the <code>exec</code>
    function. You can actually have SSI execute a command using the
    shell (<code>/bin/sh</code>, to be precise - or the DOS shell,
    if you're on Win32). The following, for example, will give you
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@
<a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
            anglaise pour les changements récents.</div>

<p>Les SSI permettent d'ajouter du contenu dynamique à des documents
HTML préexistants.</p>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision: 1741842 -->
<!-- English Revision: 1741842:1786682 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 659902:1741842 (outdated) -->
<!-- English Revision: 659902:1786682 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading