diff options
author | Joshua Slive <slive@apache.org> | 2004-04-08 20:17:58 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2004-04-08 20:17:58 +0200 |
commit | 07cb9f3bdf5850a5f9e3ba16d5045832ecda4a1b (patch) | |
tree | 0029f87c225a0436ee837c7e73bd922b3552eec5 /docs/manual/howto | |
parent | Add a cgi faq entry and point to the tutorial. (diff) | |
download | apache2-07cb9f3bdf5850a5f9e3ba16d5045832ecda4a1b.tar.xz apache2-07cb9f3bdf5850a5f9e3ba16d5045832ecda4a1b.zip |
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r-- | docs/manual/howto/cgi.html.en | 2 | ||||
-rw-r--r-- | docs/manual/howto/cgi.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index a46c403c80..e995562e85 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -387,7 +387,7 @@ <p>To check if you are using suexec, run <code>apachectl -V</code> and check for the location of <code>SUEXEC_BIN</code>. If Apache finds an suexec binary there on startup, suexec will - be actived.</p> + be activated.</p> <p>Unless you fully understand suexec, you should not be using it. To disable suexec, simply remove (or rename) the <code>suexec</code> diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index ebcb173919..790fa415af 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -400,7 +400,7 @@ <p>To check if you are using suexec, run <code>apachectl -V</code> and check for the location of <code>SUEXEC_BIN</code>. If Apache finds an suexec binary there on startup, suexec will - be actived.</p> + be activated.</p> <p>Unless you fully understand suexec, you should not be using it. To disable suexec, simply remove (or rename) the <code>suexec</code> |