openbsd-ports/www/php5/core/files/php5.conf

9 lines
246 B
Plaintext

LoadModule php5_module !!LOCALBASE!!/lib/php/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>