./configure --with-apxs=/usr/sbin/apxs --without-pic \
--with-config-file-scan-dir=/etc/php
include_path = "/usr/share/pear:."
<?php
include './template_helpers.inc';
include 'business_logic.inc';
?>open_basedir = "/usr/share/htdocs/:/usr/share/pear/"
variables_order = "GPC"
<?php
echo $_SERVER['DOCUMENT_ROOT'];
echo getenv('DOCUMENT_ROOT');
?>