14,958
edits
(→Apache) |
(→Apache) |
||
| Line 99: | Line 99: | ||
* access.log | * access.log | ||
* error.log - record when the apache service restarted/stopped | * error.log - record when the apache service restarted/stopped | ||
Using grep command to search the logs: {{kbd | key=<nowiki>grep -ir "string to search" /path/to/directory</nowiki>}}. | Using grep command to search the logs: {{kbd | key=<nowiki>grep -ir "string to search" /path/to/directory</nowiki>}}. More on [[Desktop_search#Search_text_in_files| Search text in files]] | ||
==== MySQL ==== | ==== MySQL ==== | ||