# an HTML-embedded scripting language which attempts to make it # easy for developers to write dynamically generated webpages. # LoadModule php4_module libexec/apache2/libphp4.so # # Cause the PHP interpreter handle files with a .php extension. # AddType application/x-httpd-php .php PHPIniDir "/usr/local/admserv/conf" # # Add index.php to the list of files that will be served as directory # indexes. # DirectoryIndex index.php