vp-build/srcpkgs/php8.1/files/apache.conf

14 lines
322 B
ApacheConf

# Required modules: dir_module, php8.1_module
<IfModule dir_module>
<IfModule php8.1_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
</IfModule>
</IfModule>