# Application Deployment
This section covers running your application in production on a webserver such as Apache or lighttpd.
- [CGI](#)
- [Creating a .cgi file](#)
- [Server Setup](#)
- [mod_wsgi (Apache)](#)
- [Installing mod_wsgi](#)
- [Creating a .wsgi file](#)
- [Configuring Apache](#)
- [FastCGI](#)
- [Creating a .fcgi file](#)
- [Configuring lighttpd](#)
- [Configuring nginx](#)
- [Debugging](#)
- [HTTP Proxying](#)
- [Creating a .py server](#)
- [Configuring nginx](#)
- 開始
- Werkzeug 文檔概覽
- 安裝
- 過渡到 Werkzeug 1.0
- Werkzeug 教程
- API 標準
- 快速開始
- Python 3 Notes
- 服務和測試
- Debugging Applications
- 在服務器運行 WSGI 應用
- 單元測試
- 參考
- Request / Response Objects
- URL Routing
- WSGI Helpers
- HTTP Utilities
- Data Structures
- Utilities
- Context Locals
- Middlewares
- HTTP Exceptions
- 部署
- CGI
- mod_wsgi (Apache)
- FastCGI
- HTTP Proxying
- 貢獻模塊
- Atom Syndication
- Sessions
- Secure Cookie
- Cache
- Extra Wrappers
- Iter IO
- Fixers
- WSGI Application Profiler
- Lint Validation Middleware
- 額外說明
- Werkzeug Changelog
- Important Terms
- Unicode
- Dealing with Request Data