国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > Apache > 正文

ubuntu lamp(apache+mysql+php) 環(huán)境搭建及相關(guān)擴(kuò)展更新

2024-08-27 18:23:39
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
ubuntu lamp(apache+mysql+php) 環(huán)境搭建及相關(guān)擴(kuò)展更新,需要的朋友可以參考下。

一、環(huán)境安裝
1.安裝apache2
sudo apt-get install apache2
安裝后在瀏覽器中打開(kāi):http://localhost/或者h(yuǎn)ttp://127.0.0.1
如果出現(xiàn)It works!證明apache安裝成功。
2.安裝PHP
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
測(cè)試:
sudo vi /var/www/testphp.php
寫(xiě)入php works!保存退出vi。
然后在瀏覽器中輸入http://127.0.0.1/testphp.php或者h(yuǎn)ttp://localhost/testphp.php
如果顯示出php works!表示php配置成功。
3.安裝MYSQL
sudo apt-get install mysql-server
安裝過(guò)程中按提示設(shè)置root密碼即可。
注:修改密碼:
mysql -uroot -p
mysql>use mysql;
mysql>update user set password=PASSWORD('new password') WHERE user='root';
mysql>exit
重啟mysql,或是刷新權(quán)限也行
重啟即可: sudo /etc/init.d/mysql restart 或是 restart mysql
4、讓apache、php支持mysql
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php5-mysql
sudo /etc/init.d/apache2 restart
至此Ubuntu+apache2+php 5+mysql的安裝完成。
提示:
/etc/apache2/下:
1、apache2.conf 是主配置文件,httpd.conf 用戶(hù)配置文件
2、虛擬目錄在 httpd.conf 中
DocumentRoot “路徑”
ServerName 名稱(chēng)
#Listen 127.0.0.1:80 #注意這個(gè)文件中不能寫(xiě)上監(jiān)聽(tīng),如果必須要寫(xiě),那就需要先去apache2.conf下將include /etc/apache2/ports.conf 給注釋掉,因?yàn)閜orts.conf中已經(jīng)監(jiān)聽(tīng)來(lái)80端口
3、目錄設(shè)置在 /etc/apache2/sites-enabled/000-default 可以設(shè)置虛擬主機(jī)
4、php.ini: /etc/php5/apache2/php.ini
5、mysql.cnf: /etc/mysql/my.cnf
4、重啟apache : /etc/init.d/apache2 restart
5、重啟mysql: sudo /etc/init.d/mysql restart 或是 restart mysql
6、日志文件: /var/log/apache2/
二、GD庫(kù)安裝
sudo apt-get install php5-gd
sudo /etc/init.d/apache2 restart
三、curl擴(kuò)展安裝
sudo apt-get install php5-curl
sudo /etc/init.d/apache2 restart

發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 新巴尔虎左旗| 乐东| 广汉市| 阳泉市| 阿图什市| 双峰县| 寻乌县| 临沧市| 民丰县| 石嘴山市| 芦溪县| 多伦县| 海兴县| 康定县| 石家庄市| 海盐县| 兴海县| 丰县| 米泉市| 宜黄县| 都匀市| 灵璧县| 营山县| 姚安县| 巴林右旗| 微博| 元江| 磐石市| 肥乡县| 东乡族自治县| 星子县| 铜川市| 郸城县| 东丰县| 海阳市| 门头沟区| 信阳市| 类乌齐县| 孟津县| 越西县| 务川|