slive 2004/04/08 11:17:58
Modified: docs/manual/howto cgi.xml cgi.html.en
Log:
Typo.
Revision Changes Path
1.11 +1 -1 httpd-2.0/docs/manual/howto/cgi.xml
Index: cgi.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/howto/cgi.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -b -u -r1.10 -r1.11
--- cgi.xml 8 Apr 2004 18:06:38 -0000 1.10
+++ cgi.xml 8 Apr 2004 18:17:58 -0000 1.11
@@ -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>
1.18 +1 -1 httpd-2.0/docs/manual/howto/cgi.html.en
Index: cgi.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/howto/cgi.html.en,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -b -u -r1.17 -r1.18
--- cgi.html.en 8 Apr 2004 18:06:38 -0000 1.17
+++ cgi.html.en 8 Apr 2004 18:17:58 -0000 1.18
@@ -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>
|