这篇文章主要讲解了“linux如何使用yum安装php”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“linux如何使用yum安装php”吧! 免费云主机域名 linux使用yum安装php的方法:1、执行“mkdir /usr/local/php”命令;2、下载yum源的更新安装包;3、安装相关yum源安装包;4、通过“yum install”命令安装php即可。一、yum安装php1、mkdir /usr/local/php2、cd /usr/local/php3、下载yum源的更新安装包centOS 6.x源
wgethttps://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm wgethttps://mirror.webtatic.com/yum/el6/latest.rpm
centOS 7.x源
wgethttps://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wgethttps://mirror.webtatic.com/yum/el7/webtatic-release.rpm
4、安装相关yum源安装包(这里以centOS 7.x的为例)
rpm-Uvhepel-release-latest-7.noarch.rpm rpm-Uvhwebtatic-release.rpm
5、查看该源对应的php安装包命令(以PHP 为例)
yumlist--enablerepo=webtatic|grepphp
6、查找php 5.6版本的安装包
yumsearchphp56w
7、安装Apache
yuminstallhttpdhttpd-devel
8、关闭firewalld防火墙
systemctlstopfirewalld.service systemctldisablefirewalld.service systemctlstatusfirewalld
9、启动apache
/bin/systemctlstarthttpd.service
此时用浏览器访问你服务器IP地址 应该是Testing 123文件页面。10、安装mysql【这里因为之前使用tar包安装了mysql,所以不安装】11、启动mysql
systetclstartmysql
***如果启动mysql时报错
Failedtostartmysql.service:Unitmysql.servicefailedtoload:Nosuchfileordirectory.
或者
Failedtostartmysqld.service:Unitnotfound
则需要安装mariadb-server并启动,添加到开机自启动
yuminstall-ymariadb-server systemctlstartmariadb.service systemctlenablemariadb.service
12、安装PHP
yuminstallphp56w
13、重启apache使php生效
/bin/systemctlrestarthttpd.service
14、查看PHP的版本
php-v
15、php的简单使用进入目录/var/www/htmlvi index.php(必须是index.php【主页】才会在浏览器显示)内容如下:
html>
感谢各位的阅读,以上就是“linux如何使用yum安装php”的内容了,经过本文的学习后,相信大家对linux如何使用yum安装php这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是百云主机,小编将为大家推送更多相关知识点的文章,欢迎关注!
今天小编给大家分享一下es6如何删除数组中的某一项的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。 删除方法:1、用splice()根据下标删除任…
免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。