summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/setup/apache.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-09-18 13:55:54 +0000
committerfukachan <fukachan>2005-09-18 13:55:54 +0000
commitd5bc53045bad01b54232c5793387509dadf053ef (patch)
tree4b672810c2d816f1fa6f4aa9003548981df4bfbd /fml/doc/en/tutorial/setup/apache.sgml
parent9562005ee99278bd272f81497c9d5e87a9a84fa5 (diff)
downloadfml8-d5bc53045bad01b54232c5793387509dadf053ef.tar.gz
fml8-d5bc53045bad01b54232c5793387509dadf053ef.tar.bz2
fml8-d5bc53045bad01b54232c5793387509dadf053ef.zip
clean up.
Diffstat (limited to 'fml/doc/en/tutorial/setup/apache.sgml')
-rw-r--r--fml/doc/en/tutorial/setup/apache.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/doc/en/tutorial/setup/apache.sgml b/fml/doc/en/tutorial/setup/apache.sgml
index 728a29d4..cf217055 100644
--- a/fml/doc/en/tutorial/setup/apache.sgml
+++ b/fml/doc/en/tutorial/setup/apache.sgml
@@ -1,11 +1,11 @@
<!--
- $FML: apache.sgml,v 1.4 2005/06/25 15:11:36 fukachan Exp $
+ $FML: apache.sgml,v 1.1 2005/07/23 01:57:36 fukachan Exp $
-->
<chapter id="setup.apache">
<title>
- Apache configuration
+ Apache Configuration
</title>
@@ -24,17 +24,17 @@ for the &fml8; CGI internals.
<sect1 id="setup.apache.suexec">
<title>
- Use suexec of apache
+ Use Suexec Of Apache
</title>
<para>
Build apache enabled with suexec.
-Run configure by
+Run configure by
<screen>
(apache 1.x)
configure --enable-suexec --suexec-caller=www
</screen>
-The user "www" can call suexec.
+In this case, the user "www" can call suexec.
Please prepare a user specific for suexec-ed environment.
</para>