08/06/02 01:20:56
>>700 です。
利用しているApacheとPHPのバージョンとコンパイルオプション、Apacheの設定を載せます。
PHPのバージョン: 5.2.5
./configure --prefix=/usr/local/php-5.2.5 -with-apxs2=/usr/local/httpd/bin/apxs \
--enable-mbstring --enable-sockets --with-zlib-dir=/usr \
--with-jpeg-dir=/usr --with-png-dir=/usr --with-gd \
--with-mcrypt=/usr/local/libmcrypt-2.5.8 --enable-pcntl \
--with-mysql=/usr --with-libxml-dir=/usr/local/libxml2-2.6.27 \
--with-gettext=/usr \
Apacheのバージョン: 2.2.8
./configure --prefix=/usr/local/httpd-2.2.8 --enable-ssl --with-ssl=/usr/local/openssl-0.9.8g \
--enable-suexec --enable-so --with-mpm=prefork --with-apr=/usr/local/apr-httpd/ \
--with-apr-util=/usr/local/apr-util-httpd/ --with-suexec-caller=www
Apacheの設定:
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 10000
</IfModule>
Timeout 60
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
使用ブラウザ: Firefox 2.0.0.14、Opera9.27
長くなってしまいましたが、何か原因が分かればお願いします。