Use this procedure to download, install, and configure PHP for use with the Management Console on UNIX and Linux.
To obtain PHP source code:
cd <apache-dir> vi httpd.confAdd the following lines:
LoadModule php5_module modules/libphp5.so AddHandler php5-script .php AddType text/html .php DirectoryIndex index.php
Add the following entries:
bf_proxyHost=<your_proxy_server_hostname> bf_proxyPath=<your_proxy_path> bf_symlinkPath=<symlink_to_proxy_path>