KB / Web Programming / CGI, PHP, and Databases / PHP Information / Default Values / Modules
From DreamHost
How can I get PHP settings information from my website on my server? Put the following into a file in your web area, name the file something like php-info.php or index.php, and browse to it with http://example.com/test/php-info.php or http://example.com/test/ , respectively, where the file was placed in a directory called "test" below the domain home directory.
<?php phpinfo(); ?>
Here is where you will find information on default php settings.
For php 4 running as mod_php (on Apache 1.3), go here: http://php.dreamhosters.com/php4-apache/
For php 4 running as cgi (on Apache 1.3), go here: http://php-test-cgi.dreamhosters.com
For php 5 running as cgi (on Apache 1.3), go here: http://php-test-php5.dreamhosters.com
For php 4 running as cgi (on Apache 2.0), go here: http://php442.dreamhosters.com/
For php 5 running as cgi (on Apache 2.0), go here:: http://php512.dreamhosters.com/
NOTE: These are not maintained by DreamHost employees. They are customer maintained.
For any other questions on configuration please email support@dreamhost.com
Parent Article
Categories: PHP | FAQS

