mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
LoadModule php_module ${TRUEPREFIX}/${APACHE_DIR}/libphp.so
|
|
|
|
<IfModule mod_php.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>
|