Skip to content

Root Fan

Oracle & Postgresql DBA Blog

  • Home
  • Contact
  • About
  • Index
  • Services

Tag: logs

Posted on July 27, 2019April 3, 2022

Check All Apache Virtual Host Logs on Ubuntu

cloth with artistic design

Sometimes I need to check all my virtual hosts on my Apache server.

The best way to do it is with a cat command like this

/var/log/apache2# cat *.access.log

If I want to keep observing the log I use the command tail as follows

/var/log/apache2# tail -f *.access.log

But if I want to check something more specific I can use a grep too

/var/log/apache2# cat *.access.log | grep root

This is a quick way to verify my logs without having to check them one by one.

Unmissable Posts

  • PostgreSQL High Availability with Patroni, etcd, HAProxy and keepalived
  • PostgreSQL 18 Backup & Recovery Lab on Ubuntu 24.04 — pg_dump, pg_basebackup and pgBackRest
  • PostgreSQL repmgr Setup Replication with Automatic Failover
  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • PostgreSQL repmgr with Keepalived Adding a Floating VIP

Recent Posts

  • PostgreSQL repmgr with Keepalived Adding a Floating VIP
  • PostgreSQL repmgr Setup Replication with Automatic Failover
  • PostgreSQL 18 Backup & Recovery Lab on Ubuntu 24.04 — pg_dump, pg_basebackup and pgBackRest
  • How to Set Up Real-Time Oracle to PostgreSQL Replication Using Debezium
  • How to Install ora2pg on Ubuntu and Run a Migration Assessment Report

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Oracle to PostgreSQL
  • Postfix
  • PostgreSQL
  • Security
  • Ubuntu

Unmissable Posts

  • PostgreSQL High Availability with Patroni, etcd, HAProxy and keepalived
  • PostgreSQL 18 Backup & Recovery Lab on Ubuntu 24.04 — pg_dump, pg_basebackup and pgBackRest
  • PostgreSQL repmgr Setup Replication with Automatic Failover
  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • PostgreSQL repmgr with Keepalived Adding a Floating VIP

Recent Posts

  • PostgreSQL repmgr with Keepalived Adding a Floating VIP
  • PostgreSQL repmgr Setup Replication with Automatic Failover
  • PostgreSQL 18 Backup & Recovery Lab on Ubuntu 24.04 — pg_dump, pg_basebackup and pgBackRest
  • How to Set Up Real-Time Oracle to PostgreSQL Replication Using Debezium
  • How to Install ora2pg on Ubuntu and Run a Migration Assessment Report

EN
EN
ES FR

  • Facebook
  • Twitter
  • Email
Privacy Policy Terms of Service Proudly powered by WordPress