Sometimes it’s necessary to speedup page load times in Apache.
I had a problem with phpfox loading to the clients too slowly.
What I’ve done to the default Apachw2 install?
Find in config file (httpd.conf) this line
KeepAlive Off
and change to
KeepAlive On
This will turn on keep-alives (making several HTTP requests thru single tcp connectoin) and will save some time on pages which have lots of elements to load (pictures, css, javascript files and etc).
Turn on mod_defalte:
* Make sure, that mod_deflate is loaded — this line should be uncommented in the config file
LoadModule deflate_module modules/mod_deflate.so
* Turn on compression for necessary virtual host directory or location.
The following example shows how to turn on compression in Location directive
<Location />
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-javascript text/css
</Location>
This will compress served text files only — html, javascript and css. But this is also enough to make page load much more faster. You will feel this on phpfox, phpbb or some another heavy software.
Что еще почитать:
- ArchivesDo not edit this page...
- FreeBSD:Быстрые советыПодкаст 1 - Установка FreeBSD системы Коротко об истории создании unix систем Преимущества юникс систем - изолированность процессов, конвеерная обработка...
- Процесс “Большой Ум” - аудио файлыНовинка — моя книжка “Пошли свои страхи на …”. Щелкните, чтоб посмотрегь подробнее (ссылка откроется в новом окне). Хочу порадовать...
- У вас есть компания и компьютерная сеть? 10 идиотизмов, которые вы УЖЕ сделали.“Инвалидам от security посвящается” Если у Вас есть своя малая или средняя компания (до 100 человек), я уверен, что Вы...
- “Пошли свои страхи на …” или “Руководство для тех, кого всё достало”Друзья, наконец-то! Свершилось! Я долго раскачивался и собирал информацию по разным техникам личного роста, духовным техникам и так далее, но...
Related posts brought to you by Yet Another Related Posts Plugin.


Блин , а на русском можно плз. Если нет до дайте хоть ссылочку на переведенный материал. Интересно же.
Нет, нельзя
Если интересно - покупайте книжку -
http://gasparchilingarov.com/business/freebsd/ustanovka-web-servera-na-freebsd/