drupal運行環(huán)境
時間:2023-03-25 05:40:01 | 來源:營銷百科
時間:2023-03-25 05:40:01 來源:營銷百科
drupal運行環(huán)境:Drupal基于PHP腳本語言,推薦使用mysql數(shù)據(jù)庫,所以要運行Drupal必須先安裝好PHP支持程序,推薦apache mysql php的安裝和配置環(huán)境。linux系統(tǒng)下推薦采用lamp安裝套件或windows系統(tǒng)下推薦安裝wamp套件。
Webserver
Apache(推薦)
Apache1.3或者Apache2.x在UNIX/Linux,OSX,o或Windows上;
使用apache'mod_rewrite'擴展,開啟簡潔路徑;
MicrosoftIIS
Drupal核心可以運用在IIS5,IIS6,或IIS7,前提是PHP需要配置正確;
When using Drupal on IIS 7 with fastcgi you must install Hotfix kb954946,or wait until the hotfix appears in a package update (recommended).KB954946 was included in Windows 2008 Server SP2
Database server
MysqL(推薦)
Drupal5.x和早期的版本支持MySQL3.23.17或更高版本。強力推薦MySQL4.1或更高的;
Drupal6支持MySQL4.1或更高版本;
Drupal7僅支持MySQL5.0.15或更高,而且必須在php上設(shè)置PDOdatabase擴展;
PostgreSQL
Drupal6支持PostgreSQL7.1或更高;
Drupal7僅支持PostgreSQL8.3或更高;
PHP5.2.6 for Windows has a bug in its pg sql extension.You will need to replaceitwith the php_pgsql.dll from version 5.2.5.