Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • passwords passwords
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • nextcloud
  • passwordspasswords
  • Wiki
  • Administrators
  • Guides
  • Dietpi
  • Upgrade to PHP 8.0 with Lighttpd

Upgrade to PHP 8.0 with Lighttpd · Changes

Page history
Improve upgrade guides authored Jun 06, 2021 by Marius David Wieschollek's avatar Marius David Wieschollek
Hide whitespace changes
Inline Side-by-side
Administrators/Guides/DietPi/Upgrade-to-PHP-8.0-with-Lighttpd.md
View page @ f8773a30
......@@ -57,6 +57,7 @@ service php8.0-fpm restart
Now you need to edit the configuration of PHP FPM.
Run the command `nano /etc/php/8.0/fpm/php.ini` to open a text editor with the config file.
Find the line `;cgi.fix_pathinfo=1` and remove the `;` at the beginning so that the line reads `cgi.fix_pathinfo=1`.
You can use `CTRL` + `w` to search in the file,
with `CRTL` + `o` you can save the changed file and
with `CRTL` + `x` you can close the editor.
......
Clone repository
  • Administrator Manual
  • Developer Manual
  • User Manual
  • Roadmap
  • Report a bug