亚洲欧洲国产欧美一区精品,激情五月亚洲色五月,最新精品国偷自产在线婷婷,欧美婷婷丁香五月天社区

      考試首頁 | 考試用書 | 培訓課程 | 模擬考場 | 考試論壇  
        當前位置:Linux認證 > 綜合輔導 > 文章內(nèi)容
        

      RedHat5.4下Web服務器架構(gòu)之源碼構(gòu)建LAMP環(huán)境及應用PHPWind

      來源:Linux社區(qū) [ 2016年1月19日 ] 【

      phpwind論壇構(gòu)建詳細過程
      2.1、    安裝apache,mysql,php
      #安裝apache的主程序

       [root@shuiyong ~]# yum install -y httpd

      #安裝mysql的主程序以及mysql服務程序

      [root@shuiyong ~]# yum install -y mysql mysql-server

      #安裝php的主程序以及php與mysql的連接程序,php的開發(fā)程序,php繪圖程序,通用字符集程序

      [root@shuiyong ~]# yum install -y php php-mysql php-devel php-gd php-mbstring

      #啟動apache

      [root@shuiyong ~]# service httpd start     

      #啟動mysql

      [root@shuiyong ~]# service mysqld start         

      2.2、    測試php,mysql和apache的連接
      #編輯apache的主配置文件,使其支持php網(wǎng)頁文件

      [root@shuiyong ~]# vim /etc/httpd/conf/httpd.conf

      391 DirectoryIndex index.php index.html index.html.var

      #重新啟動apache程序,即重啟httpd服務

      [root@shuiyong ~]# service httpd restart

      #編輯php網(wǎng)頁文件,用于測試apache與php的結(jié)合。

      [root@shuiyong ~]#vim /var/www/html/index.php

      ----xiamen huangshuiyong !!!

      ---2012/10/17

      phpinfo();

      ?>

      客戶端測試顯示如下結(jié)果:可以看出apache與php成功連接

      #編輯php網(wǎng)頁文件,用于測試apache與mysql的結(jié)合。

      [root@shuiyong ~]#vim /var/www/html/index.php

      ----xiamen huangshuiyong !!!

      ---2012/10/17

      $link=mysql_connect('127.0.0.1','root','');

      if($link)

      echo "scuess";

      else

      echo "fail";

      ?>

      客戶端測試顯示如下結(jié)果:可以看出apache與mysql成功連接

      #此時若關(guān)閉mysql,apache就無法正常顯示網(wǎng)頁,如下所示:

      [root@shuiyong ~]#service mysqld stop 

      Stopping MySQL:                                            [  OK  ]

      關(guān)閉,mysql,客戶端測試顯示如下結(jié)果:可以看出apache與mysql連接失敗

      #啟動mysql,使其正常工作

      [root@shuiyong ~]# service mysqld start

      Starting MySQL:                                            [  OK  ]

      首頁 1 2 尾頁
      將考試網(wǎng)添加到收藏夾 | 每次上網(wǎng)自動訪問考試網(wǎng) | 復制本頁地址,傳給QQ/MSN上的好友 | 申請鏈接 | 意見留言 TOP
      關(guān)于本站  網(wǎng)站聲明  廣告服務  聯(lián)系方式  站內(nèi)導航  考試論壇
      Copyright © 2007-2013 中華考試網(wǎng)(Examw.com) All Rights Reserved