diff options
| author | fukachan <fukachan> | 2004-10-06 09:07:32 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-10-06 09:07:32 +0000 |
| commit | c28f77a719294cd65401617304bc0a9d14544e97 (patch) | |
| tree | 42f66c78ea470857f342fe21afa8d4650dce7617 /fml/doc/ja/tutorial/setup/apache.sgml | |
| parent | 3bc4bf9bd8f8c7ac269dc596a6813c1afc86578f (diff) | |
| download | fml8-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.sgml | 7 |
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> +設定例: + <Directory /home/*/*/public_html> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI |
