openbsd-ports/lang/php/files/php.conf
2011-01-05 09:31:22 +00:00

9 lines
250 B
Plaintext

LoadModule php5_module !!PREFIX!!/lib/php-!!PV!!/libphp5.so
<IfModule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
# Most php configs require this
DirectoryIndex index.php
</IfModule>