Игорь Олемской — практические заметки по системному администрированию Linux CentOS

Архив тега ‘httpd’

PHP-FPM and HTTPD 2.4 (перепечатка)

Комментариев нет

The php-fpm engine can now work with httpd 2.4 and the mod_proxy_fcgi module, here is a small implementation example.

My goal is to install a working web server, for local and packaged (RPM) applications, I will use phpMyAdmin as an example.
Apache version 2.4 will not be available in the repository before  Fedora 18 (and probably RHEL 7), but you can find a backport in my Experimental repository for Fedora 16.
1. Installation
yum --enablerepo=remi-dev,remi... Lire PHP-FPM and HTTPD 2.4

httpd 2.2.22 is live (перепечатка)

Комментариев нет

httpd 2.2.22 is now live in the public repos.  I didn't get a lot of sleep last week due to a ShoreTel deployment so I decided not to push it live on Friday as originally planned.

httpd 2.2.22 coming next week (перепечатка)

Комментариев нет

httpd 2.2.22 will be posted to my testing repo early next week with a public push at the end of the week.  I've gotten swamped with a ShoreTel deployment this week and while I've built the packages for httpd 2.2.22 I haven't actually spent any time testing them.

httpd 2.2.21 now available (перепечатка)

Комментариев нет

I've just made httpd 2.2.21 available in my repos.  No other packages were updated or rebuilt so with any luck this will be a smooth upgrade for everyone.
For those that don't know, aside from a few bug fixes here and there, httpd 2.2.21 fixes another DoS bug (this time in mod_proxy_ajp) and re-fixes the DoS [...]

Everything updated, PHP 5.3 musings (перепечатка)

Комментариев нет

Apache's httpd is now 2.2.20 to fix that bit of recent DoS nastyness, PHP is up to 5.2.17, MySQL up to 5.1.58, XCache has been updated to the 1.3.2 release, and a few included deps have been bumped as well.
One thing I've been considering lately is the upgrade to PHP 5.3.  I was saying for [...]

httpd 2.2.17, mysql 5.1.52, php 5.2.16 and more… (перепечатка)

Комментариев нет

httpd 2.2.17, mysql 5.1.52, php 5.2.16,  XCache 1.3.1, and APC 3.1.6 (which is FINALLY marked as stable) updates are all published to the regular repo, «yum update» for everyone!
More here tomorrow, I'm tired...
EDIT: Or not, I'm a man of few words. 

MySQL 5.1 packages live, PHP & httpd also upgraded (перепечатка)

Комментариев нет

If you haven't noticed yet, packages for MySQL 5.1 have been moved to the public repos. I whipped up updates for PHP 5.2.14 and httpd 2.2.16 as well. For those that have programs compiled against the mysql 5.0.x client libraries, a mysqlclient15 package has been added.
As I mentioned in an earlier post, there [...]

Repos updated, httpd 2.2.15, php 5.2.13, mysql 5.0.91 and more (перепечатка)

Комментариев нет

Enough said.  You know what you've got to do.  Issues in the comments as usual.  If something goes wrong and you've got a large bit of data you'd like to send me, please send it via the comment form on the About page and don't break the site layout by posting it all as a [...]

Логирование медленных запросов Apache

Комментариев нет

Для логирования медленных запросов Apache очень удобно использовать модуль mod_log_slow, домашняя страница которого находится по адресу http://code.google.com/p/modlogslow/

Для установки модуля под CentOS 5 64bit можно воспользоваться репозиторием Southbridge:

yum install modlogslow

или установить пакет по прямой ссылке:

rpm -ihv http://rpms.southbridge.ru/stable/x86_64/modlogslow-1.0.6-1.southbridge.x86_64.rpm

Пример конфигурации можно посмотреть в файле /etc/httpd/conf.d/logslow.conf

13.03.2010

Написал Игорь Олемской

Just about everything updated (including the site) (перепечатка)

Комментариев нет

Alright, just about every package in the repo was just updated. Some significantly, others not so much, but the ones people are likely to care about are there. MySQL is now up to 5.0.84, PHP is up to 5.2.11, and httpd is up to 2.2.13.