Now that we're done setting the config files, we can mount the LoggerFS partition, start apache, and test!
Be sure to delete any existing logs from /var/log/httpd or LoggerFS will complain. The command to mount a LoggerFS file system is not unlike that for other FUSE-based file systems:
Now that apache is running, just generate some traffic on your server! You can view what kind of traffic you're experiencing with the following command:
# mysql -e 'select * from accessLogs limit 5' -u apachelogger -Ps3cr3tp4zzw0rd -p myApacheLogs
If you see a bunch of text spit out that looks vaguely like apache log data, you're done!
Post new comment