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 server's fully qualified do main name, using fe80::6019:ca9f:f613:2e96. Set the 'ServerName' directive globa 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 IncludesNoExec # Require method GET POST OPTIONS #</Directory> #################################################tuika##############
<Directory /> AllowOverride none # Require all denied </Directory>
http://linux.rakunet.jp/linux/apache/apache2.html
[Wed Sep 26 09:51:20.001298 2012] [mpm_winnt:warn] [pid 5600:tid 748] (OS 64)指定されたネットワーク名は利用できません。 : AH00341: winnt_accept: Asynchronous AcceptEx failed.
が、延々とでるので、httpd.conf
<IfModule mpm_winnt_module> AcceptFilter http none </IfModule>
を書くとおさまった。
http://khigasblog.blogspot.jp/2009/09/apache.html
http://www.apache.jp/pipermail/apache-users/2010-January/007647.html