「 サーバ運用 」 一覧
-
-
nginxの時間あたりのログ件数を確認
負荷対策やダウンタイムの影響を調べる時に、WEBサーバにどれくらいのリクエストが ...
-
-
PHP5.3からPHP5.5にアップデート
今更だけどメモ
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm# yum info php --enablerepo=remi-php55,remiLoaded plugins: downloadonly, fastestmirror, priorities, securityLoading mirror speeds from cached hostfile* base: www.ftp.ne.jp* epel: ftp.kddilabs.jp* extras: www.ftp.ne.jp* remi: remi.kazukioishi.net* remi-php55: remi.kazukioishi.net* updates: www.ftp.ne.jpbase | 3.7 kB 00:00extras | 3.4 kB 00:00remi | 2.9 kB 00:00remi/primary_db | 696 kB 00:00remi-php55 | 2.9 kB 00:00remi-php55/primary_db | 150 kB 00:00updates | 3.4 kB 00:00531 packages excluded due to repository priority protectionsInstalled PackagesName : phpArch : x86_64Version : 5.3.3Release : 27.el6_5Size : 3.5 MRepo : installedFrom repo : updatesSummary : PHP scripting language for creating dynamic web sitesURL : http://www.php.net/License : PHPDescription : PHP is an HTML-embedded scripting language. PHP attempts to make it: easy for developers to write dynamically generated webpages. PHP also: offers built-in database integration for several commercial and: non-commercial database management systems, so writing a: database-enabled webpage with PHP is fairly simple. The most common: use of PHP coding is probably as a replacement for CGI scripts.:: The php package contains the module which adds support for the PHP: language to Apache HTTP Server.Available PackagesName : phpArch : x86_64Version : 5.5.13Release : 1.el6.remiSize : 2.6 MRepo : remi-php55Summary : PHP scripting language for creating dynamic web sitesURL : http://www.php.net/License : PHP and Zend and BSDDescription : PHP is an HTML-embedded scripting language. PHP attempts to make it: easy for developers to write dynamically generated web pages. PHP also: offers built-in database integration for several commercial and: non-commercial database management systems, so writing a: database-enabled webpage with PHP is fairly simple. The most common: use of PHP coding is probably as a replacement for CGI scripts.:: The php package contains the module (often referred to as mod_php): which adds support for the PHP language to Apache HTTP Server....