Testing: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
| Line 27: | Line 27: | ||
* [http://www.mysql.com/ MySQL] log: /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini) | * [http://www.mysql.com/ MySQL] log: /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini) | ||
* [http://www.php.net/ PHP] log: check the configuration file: /etc/php.ini | * [http://www.php.net/ PHP] log: check the configuration file: /etc/php.ini | ||
=== find match string === | |||
* grep 'string' finename -r | |||
** [http://greenisland.csie.nctu.edu.tw/wp/2008/03/24/1267/ 教學] | |||
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 13:50, 14 September 2009
remote node
browser
- connect to http://ip:80
Validation service
Validator: Check Markup or CSS syntax
user client node
- browser issue
- browser version
- browser cache
- clear server cache ex: Smarty Caching
local node (if you can login the server via SSH or Remote desktop service)
check the service port
telnet
- telnet localhost 80
- get (get & space)
netstat ex: find MySQL 3306 port
- netstat -a | find "3306"
check the server/service logs
- Apache log: /etc/httpd/logs (location was set up in the configuration file /etc/httpd/conf/httpd.conf)
- MySQL log: /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini)
- PHP log: check the configuration file: /etc/php.ini
find match string
- grep 'string' finename -r