Testing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 13: | Line 13: | ||
=== check the server logs === | === check the server/service logs === | ||
* [http://www.apache.org/ Apache] log: /etc/httpd/logs (location was set up in the configuration file /etc/httpd/conf/httpd.conf) | * [http://www.apache.org/ Apache] log: /etc/httpd/logs (location was set up in the configuration file /etc/httpd/conf/httpd.conf) | ||
* [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) | ||
Revision as of 13:52, 14 August 2009
remote node
- connect to http://ip:80
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"