Установка и настройка Web-сервера на Ubuntu 6
Так как сервер устанавливаю сейчас в основном для работы с UMI-CMS стало необходимо установить php без Suhosin Patch. Перерыл кучу сайтов, но все решения, которые там были, почему то не подходили. И тут наткнулся на http://www.net-tools.org/web/index.php?option=com_content&view=article&id=118:php5-compiled-for-debian-lenny-without-suhosin-patch&catid=20:scripts&Itemid=40 и все встало без проблем.
PHP5 compiled for Debian Lenny without Suhosin patch
Tuesday, 12 May 2009 20:03 The inclusion of the Suhosin patch in PHP5 completely broke many PHP apps I need.Setting it in simulation mode does NOT help either (unlike Suhosin’s page tells you ), since the patch seems to cause PHP to crash with a heap error:
ALERT - canary mismatch on efree() - heap overflow detected (attacker 'YOUR LOCAL IP'), etc.If you’re getting these errors, here are the precompiled Debian 5.0
Lenny PHP5 packages without Suhosin for i386.
Install with dpkg -i *.deb and
copy the included mssql.so to /usr/lib/php5/20060613+lfs.
Remember to check and install dependencies with apt-get -f install,
then restart Apache or
whatever web server you’re running and your PHP apps should work!
The packages were compiled with the help of this guide.
If you need Microsoft SQL support for PHP,
[…] После этого понял, что установка php без Suhosin из поста Установка и настройка Web-сервера на Ubuntu 6 завершилось неудачей, хотя кроме phpMyAdmin вроде все […]