Web application troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "網站應用程式技術問題排除 == Web script level == * Understanding the meaning of critical HTTP status codes 4xx, 5xx Troubleshooting of HTTP errors * Javascrip...") |
|||
| Line 11: | Line 11: | ||
== Web server level == | == Web server level == | ||
* [https://httpd.apache.org/docs/2.4/logs.html Log Files - Apache HTTP Server Version 2.4] | * [https://httpd.apache.org/docs/2.4/logs.html Log Files - Apache HTTP Server Version 2.4] on {{Win}} & {{Linux}} | ||
* [https://docs.nginx.com/nginx/admin-guide/monitoring/logging/ Configuring Logging | NGINX Plus] | * [https://docs.nginx.com/nginx/admin-guide/monitoring/logging/ Configuring Logging | NGINX Plus] on {{Win}} & {{Linux}} | ||
* [https://docs.microsoft.com/zh-tw/windows/win32/http/iis-logging IIS 記錄 - Win32 apps | Microsoft Docs] on {{Win}} | |||
== OS level == | == OS level == | ||
Revision as of 17:12, 29 December 2021
網站應用程式技術問題排除
Web script level
- Understanding the meaning of critical HTTP status codes 4xx, 5xx Troubleshooting of HTTP errors
- Javascript
- Backend script
Database level
Web server level
- Log Files - Apache HTTP Server Version 2.4 on Win
& Linux
- Configuring Logging | NGINX Plus on Win
& Linux
- IIS 記錄 - Win32 apps | Microsoft Docs on Win
OS level
Troubleshooting of ...
- PHP, cUrl, Python, selenium, HTTP status code errors
- Database: SQL syntax debug, MySQL errors, MySQLTuner errors or PostgreSQL errors
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, Docker, FTP problems, online conference software
- Test connectivity for the web service, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template