Apache24 on Win7
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[S25R 拒絶ログソーティングスクリプト]]
#contents
*Apache2.0+DAV [#zbdbcb20]
http://www.aconus.com/~oyaji/www/apache_win_dav.htm
*Apache24 DL [#qd806863]
http://www.apachelounge.com/download/
httpd-2.4.3-win32.zip を取ってきて解凍。
D:\Apache243\httpd-2.4.3-win32\Apache24 が出来る。
D:\Apache243\httpd-2.4.3-win32\Apache24\conf\httpd.conf ...
"D:/Apache24 > "d:/Apache24 へ置換 6カ所
#AddHandler cgi-script .cgi > AddHandler cgi-script .cgi
367行目あたりから
Alias /~rsn "D:/Users/rsn/public_html"
<Directory "D:/Users/rsn/public_html">
Options ExecCGI
</Directory> を書き込む
D:\Apache243\httpd-2.4.3-win32\Apache24 > D:\Apache24 へ
C:\Users\久慈_敏信>D:apache24\bin\httpd.exe
AH00558: httpd.exe: Could not reliably determine the ser...
main name, using fe80::6019:ca9f:f613:2e96. Set the 'Ser...
lly to suppress this message
C:\Users\久慈_敏信>
C:\Users\久慈_敏信>
C:\Users\久慈_敏信>D:apache24\bin\httpd.exe
#################################################tuika##...
Alias /~rsn "D:/Users/rsn/public_html"
<Directory "D:/Users/rsn/public_html">
AllowOverride ALL
Options ExecCGI
</Directory>
#<Directory "C:/Users/*/My Documents/My Website">
# AllowOverride FileInfo AuthConfig Limit Indexes
# Options MultiViews Indexes SymLinksIfOwnerMatch Inc...
# Require method GET POST OPTIONS
#</Directory>
#################################################tuika##...
<Directory />
AllowOverride none
# Require all denied
</Directory>
http://linux.rakunet.jp/linux/apache/apache2.html
**log にエラー [#h2b9e7c9]
[Wed Sep 26 09:51:20.001298 2012] [mpm_winnt:warn] [pid ...
が、延々とでるので、httpd.conf
<IfModule mpm_winnt_module>
AcceptFilter http none
</IfModule>
を書くとおさまった。
*Apache24* で日本語(マルチバイト)URLを使いたい [#ide430...
http://khigasblog.blogspot.jp/2009/09/apache.html
http://www.apache.jp/pipermail/apache-users/2010-January/...
終了行:
[[S25R 拒絶ログソーティングスクリプト]]
#contents
*Apache2.0+DAV [#zbdbcb20]
http://www.aconus.com/~oyaji/www/apache_win_dav.htm
*Apache24 DL [#qd806863]
http://www.apachelounge.com/download/
httpd-2.4.3-win32.zip を取ってきて解凍。
D:\Apache243\httpd-2.4.3-win32\Apache24 が出来る。
D:\Apache243\httpd-2.4.3-win32\Apache24\conf\httpd.conf ...
"D:/Apache24 > "d:/Apache24 へ置換 6カ所
#AddHandler cgi-script .cgi > AddHandler cgi-script .cgi
367行目あたりから
Alias /~rsn "D:/Users/rsn/public_html"
<Directory "D:/Users/rsn/public_html">
Options ExecCGI
</Directory> を書き込む
D:\Apache243\httpd-2.4.3-win32\Apache24 > D:\Apache24 へ
C:\Users\久慈_敏信>D:apache24\bin\httpd.exe
AH00558: httpd.exe: Could not reliably determine the ser...
main name, using fe80::6019:ca9f:f613:2e96. Set the 'Ser...
lly to suppress this message
C:\Users\久慈_敏信>
C:\Users\久慈_敏信>
C:\Users\久慈_敏信>D:apache24\bin\httpd.exe
#################################################tuika##...
Alias /~rsn "D:/Users/rsn/public_html"
<Directory "D:/Users/rsn/public_html">
AllowOverride ALL
Options ExecCGI
</Directory>
#<Directory "C:/Users/*/My Documents/My Website">
# AllowOverride FileInfo AuthConfig Limit Indexes
# Options MultiViews Indexes SymLinksIfOwnerMatch Inc...
# Require method GET POST OPTIONS
#</Directory>
#################################################tuika##...
<Directory />
AllowOverride none
# Require all denied
</Directory>
http://linux.rakunet.jp/linux/apache/apache2.html
**log にエラー [#h2b9e7c9]
[Wed Sep 26 09:51:20.001298 2012] [mpm_winnt:warn] [pid ...
が、延々とでるので、httpd.conf
<IfModule mpm_winnt_module>
AcceptFilter http none
</IfModule>
を書くとおさまった。
*Apache24* で日本語(マルチバイト)URLを使いたい [#ide430...
http://khigasblog.blogspot.jp/2009/09/apache.html
http://www.apache.jp/pipermail/apache-users/2010-January/...
ページ名: