Guest User

Untitled

a guest
Jan 22nd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. $ apt-get install apt-transport-https
  2. $ curl https://packages.sury.org/php/apt.gpg | apt-key add -
  3. $ echo 'deb https://packages.sury.org/php/ stretch main' > /etc/apt/sources.list.d/deb.sury.org.list
  4. $ apt-get update
  5.  
  6. $ apt-get install php5.6-cgi
  7.  
  8. $ apt-get install php5.6-mysql
  9.  
  10. The following PHP versions are available : 5.6.40 (/usr/bin/php-cgi5.6), 7.0.33 (/usr/bin/php-cgi7.0)
  11.  
  12. #deb https://packages.sury.org/php/ stretch main
  13.  
  14. [Tue Jan 22 15:08:58.713966 2019] [fcgid:warn] [pid 1023] (104)Connection reset by peer: [client MYIP:62256] mod_fcgid: error reading data from FastCGI server
  15. [Tue Jan 22 15:08:58.714041 2019] [core:error] [pid 1023] [client MYIP:62256] End of script output before headers: test.php
Add Comment
Please, Sign In to add comment