wok-current diff php-apache/receipt @ rev 25725

Patch openssh CVE-2024-6387
author Stanislas Leduc <shann@slitaz.org>
date Mon Jul 01 15:09:44 2024 +0000 (7 weeks ago)
parents a23978bfa665
children
line diff
     1.1 --- a/php-apache/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.2 +++ b/php-apache/receipt	Mon Jul 01 15:09:44 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"