一、httpd日志:/var/log/httpd
1、软件位置:whereis httpd
2、配置文件位置:/etc/httpd/conf/httpd.conf

 

二、mysql日志:/var/log

  1. 查看日志地址配置:SHOW VARIABLES LIKE 'log_%';
    Linux_日志信息
    2、配置文件位置: /etc/my.cnf 
    3、设置日志路径:
    Linux_日志信息

    三、tomcat日志:/usr/local/src/apache-tomcat-7.0.70/logs
  2. 1、tomcat服务启动日志:catalina.date.log:INFO: Server startup in 1124 ms
    2、访问日志:localhost_access_log.*.txt
    3、配置文件位置:/usr/local/src/apache-tomcat-7.0.70/conf



相关文章:

  • 2021-12-09
  • 2021-11-04
  • 2022-02-08
  • 2021-10-22
  • 2021-05-06
  • 2021-08-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2021-12-29
  • 2021-09-26
  • 2022-12-23
  • 2021-09-24
相关资源
相似解决方案