servers:windows:php_php-fpm_wsl
Table of Contents
Information
Prerequisites
Dependencies
"wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" --user root -- '/usr/bin/zypper' install php8-cli php8-fpm php8-opcache
Information
"wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" -- '/usr/bin/php' -m
Services
Disable
"wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" --user root -- '/usr/bin/systemctl' disable 'php-fpm' --now
Config Defaults
php-fpm Default Pool
"wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" --user root -- '/usr/bin/mv' -fv '/etc/php8/fpm/php-fpm.d/www.conf' '/etc/php8/fpm/php-fpm.d/www.conf~'
"wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" -- '/usr/bin/nano' '/etc/php8/fpm/php-fpm.d/www.conf~'
php.ini
"wsl.exe" --distribution openSUSE-Tumbleweed --cd "/tmp" -- '/usr/bin/nano' '/etc/php8/cli/php.ini'
/usr/local/www/wiki/data/pages/servers/windows/php_php-fpm_wsl.txt · Last modified: by Sean Rhone
