Guest User

Untitled

a guest
Mar 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php phpinfo(); ?>
  2.  
  3. sudo apt install libapache2-mod-php7.0 # install PHP7 module for Apache2 webserver
  4. sudo a2enmod php7.0 # enable the PHP7 module
  5. sudo service apache2 reload # restart apache
Add Comment
Please, Sign In to add comment