高级管理文档

💡 云策文档标注

概述

Web 服务器是处理用户 Web 请求并返回相应结果的软件,支持多种操作系统。只要服务器能执行 PHP 文件,通常就能运行 WordPress。

关键要点

  • Web 服务器负责接收和响应 Web 请求,是 WordPress 运行的基础环境。
  • 服务器需支持 PHP 文件执行,以确保与 WordPress 兼容。
  • 文档提及 Apache HTTPD 和 nginx 作为常见 Web 服务器选项,并链接到相关详细页面。

📄 原文内容

The web server is a piece of software that accepts user web requests and serves them the appropriate result. Many different web servers run on other operation systems. Generally, if your web server supports and executes PHP files, it should be able to work with WordPress.

Apache HTTPD

See Apache HTTPD / .htaccess

nginx

See Nginx.