summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/setup/apache.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-10-06 09:07:32 +0000
committerfukachan <fukachan>2004-10-06 09:07:32 +0000
commitc28f77a719294cd65401617304bc0a9d14544e97 (patch)
tree42f66c78ea470857f342fe21afa8d4650dce7617 /fml/doc/ja/tutorial/setup/apache.sgml
parent3bc4bf9bd8f8c7ac269dc596a6813c1afc86578f (diff)
downloadfml8-c28f77a719294cd65401617304bc0a9d14544e97.tar.gz
fml8-c28f77a719294cd65401617304bc0a9d14544e97.tar.bz2
fml8-c28f77a719294cd65401617304bc0a9d14544e97.zip
overhaul:
o clean up o minor bug fixes
Diffstat (limited to 'fml/doc/ja/tutorial/setup/apache.sgml')
-rw-r--r--fml/doc/ja/tutorial/setup/apache.sgml7
1 files changed, 5 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/setup/apache.sgml b/fml/doc/ja/tutorial/setup/apache.sgml
index 323a3b92..4b310f0c 100644
--- a/fml/doc/ja/tutorial/setup/apache.sgml
+++ b/fml/doc/ja/tutorial/setup/apache.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: apache.sgml,v 1.1 2004/10/02 14:29:46 fukachan Exp $
+ $FML: apache.sgml,v 1.2 2004/10/03 10:55:15 fukachan Exp $
-->
@@ -31,6 +31,7 @@ fml8 CGI の内部構造については
suexec 利用可能な apache を作る必要があります。
configure を実行する際に、
<screen>
+(apache 1.x の場合)
configure --enable-suexec --suexec-caller=www
</screen>
などとします。
@@ -40,8 +41,10 @@ configure --enable-suexec --suexec-caller=www
<para>
インストール後、~ユーザ/cgi-bin/ を許すように httpd.conf を
-設定する必要があります。
+変更する必要があります。
<screen>
+設定例:
+
&lt;Directory /home/*/*/public_html&gt;
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI