14,959
edits
(→check the server/service logs: update PHP logs) |
No edit summary |
||
| Line 2: | Line 2: | ||
=== browser === | === browser === | ||
* connect to <nowiki>http://ip:80 </nowiki> | * connect to <nowiki>http://ip:80 </nowiki> | ||
* or use the website monitoring services: [[Web Ping]] | |||
=== Validation service === | === Validation service === | ||
| Line 25: | Line 26: | ||
=== check the server/service 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) | ||
** access.log | |||
** error.log - record when the apache service restarted/stopped | |||
* [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 | ||