Update php-debian-bookworm-apache/info.txt

This commit is contained in:
Kar
2024-04-02 17:28:20 +00:00
parent 7d6c2ddd90
commit aef0d644f9

View File

@@ -4,3 +4,10 @@ ServerTokens Prod
/etc/php/8.3/apache2/php.ini -------------------
expose_php = Off
chown -R www-data:www-data /var/www/html/presta
find . -type f -exec chmod 644 -- {} + to set proper permissions for all files
find . -type d -exec chmod 755 -- {} + to set proper permissions for all directories
chmod 666 .htaccess