Testing: Difference between revisions

Jump to navigation Jump to search
429 bytes added ,  14 August 2009
no edit summary
No edit summary
No edit summary
Line 3: Line 3:




== local node ==
== local node (if you can login the server via SSH or Remote desktop service) ==
=== check the service port ===
=== check the service port ===
telnet  
telnet  
Line 12: Line 12:
# netstat -a | find "3306"
# netstat -a | find "3306"


=== check the server 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.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


[[Category:Software]]
[[Category:Software]]

Navigation menu