07/08/13 16:38:49 pI24ctBj.net
URLリンク(www.atmarkit.co.jp)
Listen 80
ServerRoot "/etc/httpd"
DocumentRoot "/var/www/html/"
User nobody
Group nobody
<IfModule prefork.c>
MaxClients 150
StartServers 5
MinSpareServers 5
MaxSpareServers 10
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
MaxRequestsPerChild 0
ErrorLog logs/error_log
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
これだと動かないボケ!