Index: openacs-4/packages/acs-core-docs/www/install-php.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-php.html,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-core-docs/www/install-php.html 7 Aug 2017 23:47:51 -0000 1.16 +++ openacs-4/packages/acs-core-docs/www/install-php.html 8 Nov 2017 09:42:11 -0000 1.17 @@ -1,12 +1,18 @@ -
To be able to use PHP software with AOLserver (and OpenACS), you have to install PHP with AOLserver support. Get the latest version from www.php.net. For convenience we get version 4.3.4 from a mirror
[root root]#+cd /usr/local/src
+Install PHP for use in AOLserver + + <authorblurb> + + </authorblurb> + ++To be able to use PHP software with AOLserver (and OpenACS), you have to install PHP with AOLserver support. Get the latest version from www.php.net. For convenience we get version 4.3.4 from a mirror
+[root root]#cd /usr/local/src
[root src]#wget http://de3.php.net/distributions/php-4.3.4.tar.gz
[root src]#tar xfz php-4.3.4.tar.gz
[root src]#cd php-4.3.4
[root php-4.3.4]#cd php-4.3.4
[root php-4.3.4]#./configure --with-aolserver=/usr/local/aolserver/ --with-pgsql=/usr/local/pgsql --without-mysql
[root php-4.3.4]#make install
-Once installed you can enable this by configuring your config file. Make sure your config file supports php (it should have a php section with it). Furthermore add
index.php
as the last element to yourdirectoryfile
directive.
Once installed you can enable this by configuring your config file. Make sure your config file supports php (it should have a php section with it). Furthermore add index.php
as the last element to your directoryfile
directive.