LoginSignup
0
0

More than 1 year has passed since last update.

Apacheでのアクセスログの確認

Posted at

自作サーバを作ったのとアクセスやセキュリティについて確認したかったのでメモ

環境

OS:CentOS

WEBサーバソフト:Apache

アクセスログの確認

コマンドを残しておきます

まず、ディレクトリに移動

$ cd /var/log/httpd

$ ll

httpなら

$ tail -f access.log

httpsなら

$ tail -f ssl_access.log

SSH アクセスログの確認

$ last

かんたんでやさしい。SSHとかはセキュリティ強化しなきゃね。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0