- Drupal 8 Module Development
- Daniel Sipos
- 99字
- 2021-07-02 15:45:09
The web server
Apache has long been the predominant web server, but it is by no means the only server. While Drupal was originally written with Apache in mind, many other web servers (including IIS, Lighttpd, and NGINX) can run Drupal.
We do not explicitly cover the web server layer anywhere in this book, primarily because development rarely requires working at that low level. However, Drupal expects a fair amount of processing from the web server layer, including handling of URL rewriting. For more information on what you can expect, you can consult the relevant documentation page on https://www.drupal.org/docs/8/system-requirements/web-server.
推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- 自己動手寫Java虛擬機
- INSTANT FreeMarker Starter
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 零基礎學Python編程(少兒趣味版)
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Hacking Android
- ASP.NET開發寶典
- Android智能手機APP界面設計實戰教程
- Software Architecture with Python
- Joomla!Search Engine Optimization
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- Python滲透測試編程技術:方法與實踐(第2版)
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- Hands-On ROS for Robotics Programming