Web application troubleshooting: Difference between revisions
Jump to navigation
Jump to search
m (→Database level) |
|||
| Line 8: | Line 8: | ||
== Database level == | == Database level == | ||
* 確認資料庫連線有建立? | |||
* 確認資料庫 SQL 查詢語法是否正確?或者逾時? [https://dev.mysql.com/doc/refman/5.7/en/error-log.html MySQL :: MySQL 5.7 Reference Manual :: 5.4.2 The Error Log] | |||
== Web server level == | == Web server level == | ||
Revision as of 17:14, 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
- 確認資料庫連線有建立?
- 確認資料庫 SQL 查詢語法是否正確?或者逾時? MySQL :: MySQL 5.7 Reference Manual :: 5.4.2 The Error Log
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