Advertisement
xulb

Untitled

Jan 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. Make sure you have the links below in your /etc/apache2/mods-enabled dir:
  2.  
  3. ubuntu@ip-xxx:~$ ls -l /etc/apache2/mods-enabled | grep php7.0
  4. lrwxrwxrwx 1 root root 39 Feb  4  2017 php7.0.conf -> /etc/apache2/mods-available/php7.0.conf
  5. lrwxrwxrwx 1 root root 39 Feb  4  2017 php7.0.load -> /etc/apache2/mods-available/php7.0.load
  6.  
  7. Restart apache (with apache2ctl restart) after you create the links
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement