Okay, so I made so far these commands:
Code:
mkdir /opt/php-5.2.17
mkdir /usr/local/src/php5-build
cd /usr/local/src/php5-build
wget http://de.php.net/get/php-5.2.17.tar.bz2/from/this/mirror -O php-5.2.17.tar.bz2
tar jxf php-5.2.17.tar.bz2
cd php-5.2.17/
Now I need to configure PHP 5.2.17:
Code:
./configure \
--prefix=/opt/php-5.2.17 \
--enable-fastcgi \
--disable-rpath \ - If this setting is turned on I get the same extras as the main PHP?
--with-mysql
I made:
Code:
make
make install
cp /usr/local/src/php5-build/php-5.2.17/php.ini-recommended /opt/php-5.2.17/lib/php.ini
In ISPConfig setting Additional PHP Versions:
Additional PHP Versions: /opt/php-5.2.17/bin/php
Path to the php.ini directory: /opt/php-5.2.17/lib
And now if I go to the my sub.domian.com I get: ERROR 500 - Internal Server Error
Now what I have to do?
Recent comments
2 days 20 hours ago
3 days 4 hours ago
3 days 7 hours ago
3 days 9 hours ago
3 days 10 hours ago
3 days 12 hours ago
3 days 13 hours ago
3 days 14 hours ago
4 days 6 hours ago
4 days 7 hours ago