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.17.2.1 -r1.17.2.2 --- openacs-4/packages/acs-core-docs/www/install-php.html 2 Mar 2019 19:30:05 -0000 1.17.2.1 +++ openacs-4/packages/acs-core-docs/www/install-php.html 3 Sep 2021 09:15:09 -0000 1.17.2.2 @@ -9,4 +9,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 your directoryfile 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.