Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created December 20, 2022 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshambaugh/8d4a49b94c5255437825da02f65036cd to your computer and use it in GitHub Desktop.
Save bshambaugh/8d4a49b94c5255437825da02f65036cd to your computer and use it in GitHub Desktop.
resetting apache2 and php and root password
Oh good it is done:
https://www.maketecheasier.com/reset-root-password-linux/
https://www.tomshardware.com/how-to/change-passwords-in-linux
From Synaptic:
reinstall apache2
reinstall php7
https://askubuntu.com/questions/760907/upgrade-to-16-04-php7-not-working-in-browser
https://stackoverflow.com/questions/35988990/how-to-enable-php7-module-in-apache
@bshambaugh
Copy link
Author

sudo systemctl restart apache2

@bshambaugh
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment