La colonne Tutoriel du système Linux ci-dessous vous présentera comment déployer Apache et PHP sur des serveurs Linux. J'espère qu'elle sera utile aux amis dans le besoin !
https://oneinstack.com
wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz //下载安装包
ls -l //查看下载的文件
tar -xzvf oneinstack-full.tar.gz //解压压缩包
cd oneinstack //cd到解压的文件下
ll //查看该文件下的文件
./install.sh //执行安装命令
Please input SSH port(Default: 22) //询问接口(回车确定)
Do you want to enable iptables? //是否安装防火墙 (否)
Do you want to install Web server? [y/n]: y
Please select Nginx server: 1. Install Nginx 2. Install Tengine 3. Install OpenResty 4. Do not install Please input a number:(Default 1 press Enter) 4
Please input a number:(Default 1 press Enter) 4··· Do you want to install Apache? [y/n]: y Please select Apache mode: 1. php-fpm 2. mod_php Please input a number:(Default 1 press Enter) Please select Apache MPM: 1. event 2. prefork 3. worker Please input a number:(Default 1 press Enter) Please select tomcat server: 1. Install Tomcat-10 2. Install Tomcat-9 3. Install Tomcat-8 4. Install Tomcat-7 5. Do not install Please input a number:(Default 5 press Enter) 5Please input a number:(Default 1 press Enter) Please select Apache MPM: 1. event 2. prefork 3. worker Please input a number:(Default 1 press Enter) Please select tomcat server: 1. Install Tomcat-10 2. Install Tomcat-9 3. Install Tomcat-8 4. Install Tomcat-7 5. Do not install Please input a number:(Default 5 press Enter) 5Do you want to install Database? [y/n]: n Do you want to install PHP? [y/n]: y Please select a version of the PHP: 1. Install php-5.3 2. Install php-5.4 3. Install php-5.5 4. Install php-5.6 5. Install php-7.0 6. Install php-7.1 7. Install php-7.2 8. Install php-7.3 9. Install php-7.4 10. Install php-8.0Please input a number:(Default 7 press Enter) 8Do you want to install opcode cache of the PHP? [y/n]: n Please select PHP extensions: 0. Do not install 1. Install zendguardloader(PHP<=5.6) 2. Install ioncube 3. Install sourceguardian(PHP<=7.2) 4. Install imagick 5. Install gmagick 6. Install fileinfo 7. Install imap 8. Install ldap 9. Install phalcon(PHP>=5.5) 10. Install yaf(PHP>=7.0) 11. Install redis 12. Install memcached 13. Install memcache 14. Install mongodb 15. Install swoole 16. Install xdebug(PHP>=5.5)Please input numbers:(Default '4 11 12' press Enter)
Apprentissage recommandé : "Tutoriel vidéo Linux"
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!