drupal运行环境
时间:2023-03-25 05:40:01 | 来源:营销百科
时间:2023-03-25 05:40:01 来源:营销百科
drupal运行环境:Drupal基于PHP脚本语言,推荐使用mysql数据库,所以要运行Drupal必须先安装好PHP支持程序,推荐apache mysql php的安装和配置环境。linux系统下推荐采用lamp安装套件或windows系统下推荐安装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上设置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.