发布网友 发布时间:2022-05-10 07:51
共1个回答
热心网友 时间:2023-11-22 23:49
apache的日志通常在/var/log/httpd目标下,如果没有,你可以检查一下/etch/httpd/config/httpd.conf(不一定是这个文件)中日志目录定义在何处。
用tar将日志打包一下:
tar cjf http_log.tar /var/log/httpd然后在本地使用scp将日志拷贝下来
scp username@httpServer /home/xxx/http_log.tar .