cd <dir-apache>
vi httpd.conf
Añada las líneas siguientes:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
Añada las entradas siguientes:
bf_proxyHost=<nombre_host_servidor_su_proxy>
bf_proxyPath=<vía_acceso_su_proxy>
bf_symlinkPath=<enlace_simbólico_a_vía_acceso_proxy>