c1a8fc610f
* Mon Jun 21 2004 Joe Orton <jorton@redhat.com> 4.3.7-4 - pick up test failures again - have -devel require php of save release
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
#
|
|
# PHP is an HTML-embedded scripting language which attempts to make it
|
|
# easy for developers to write dynamically generated webpages.
|
|
#
|
|
|
|
LoadModule php4_module modules/libphp4.so
|
|
|
|
#
|
|
# Cause the PHP interpreter to handle files with a .php extension.
|
|
#
|
|
AddType application/x-httpd-php .php
|
|
# AddType application/x-httpd-php-source .phps
|
|
|
|
#
|
|
# Add index.php to the list of files that will be served as directory
|
|
# indexes.
|
|
#
|
|
DirectoryIndex index.php
|