11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
|
LoadModule php5_module /usr/local/libexec/apache24/libphp5.so
|
||
|
|
||
|
DirectoryIndex index.html index.php
|
||
|
|
||
|
<FilesMatch "\.php$">
|
||
|
SetHandler application/x-httpd-php
|
||
|
</FilesMatch>
|
||
|
<FilesMatch "\.phps$">
|
||
|
SetHandler application/x-httpd-php-source
|
||
|
</FilesMatch>
|