2009年10月5日 星期一

Apache讀php基本組態設定

1.選"yast > 軟體管理 > http伺服器 >伺服器模組" php5勾選啟動
2.主要的組目態目錄路徑:/etc/apache2
3.相關主要設定檔如下:
    • /etc/apache2/httpd.conf  
      • 設定預設讀取網頁 DirectoryIndex --->加上index.php (注意排列的順序,排在前面的優先實體檔案index.php請放在/srv/www/htdocs下) 
    • /etc/apache2/default-server.conf
      • 其中有一行設定:Include /etc/apache2/conf.d/*.conf,表示其他設定可參考其他的conf檔
      • 其中/etc/apache2/conf.d/php5.conf 設定表示如果讀取到php的檔案,轉交php模組.(檔案中語法DirectoryIndex index.php)
    • /etc/apache2/listen.conf --->設定listen的ip以及port
        • Listen 80  --->也可以再新增網站IP:8080
      4.設定完後 /etc/init.d/apache2 restart --->重啟apache2

      沒有留言:

      張貼留言