This is probably the easiest way to find out everything you wanted to know and a lot you don't about the PHP configuration on your server:

Create a very simple page called test.php, containing only one line:

<?php phpinfo[); ?>

Accessing the file with your web browser should output a long page describing PHP and Apache facilities and parameters.

Hope this helps,

- Rob