skip to Main Content

Apache2 module Filebeat

I'm following this documentation https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-apache2.html in order to connect an apache web server access log file using file beat to elasticsearch, everything was ok until I changed the path of apache2.yml I got the following error : 2018-09-22T14:21:55.791+0100 ERROR instance/beat.go:691…

VIEW QUESTION

Django + Apache: cannot serve static files

I think this is common problem, but non of the solutions I tried work. The code from apache conf: <VirtualHost *:80> ServerName xxxx ServerAdmin xxxx DocumentRoot /home/matousc/apps/iacah ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /static /home/matousc/apps/iacah/www/static <Directory /home/matousc/apps/iacah/www/static> Require all granted…

VIEW QUESTION
Back To Top
Search