wok-current diff php-apache/receipt @ rev 25712
Use symlink for libxvmc-mesa
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 10 20:42:21 2024 +0000 (6 months ago) |
parents | a23978bfa665 |
children | 5926178cd6fa |
line diff
1.1 --- a/php-apache/receipt Wed Oct 11 18:45:46 2023 +0000 1.2 +++ b/php-apache/receipt Mon Jun 10 20:42:21 2024 +0000 1.3 @@ -33,7 +33,7 @@ 1.4 { 1.5 grep -q php5_module "$1/etc/apache/httpd.conf" || 1.6 { 1.7 - sed -e 's|mod_rewrite.so|mod_rewrite.so\nLoadModule php5_module share/apache/modules/libphp7.so|' \ 1.8 + sed -e 's|mod_rewrite.so|mod_rewrite.so\nLoadModule php7_module share/apache/modules/libphp7.so|' \ 1.9 -e 's|DirectoryIndex index.html|DirectoryIndex index.html index.php|' \ 1.10 -e 's|mime.types|mime.types\n AddType application/x-httpd-php .php .php3 .php4 .php5 .php7\n AddType application/x-httpd-php-source .phps|' \ 1.11 -i "$1/etc/apache/httpd.conf"