Search found 1 match

by roachmmflhyr
Thu Sep 11, 2014 10:57 pm
Forum: Open Source Nagios Projects
Topic: CGI files are downloading, not executing
Replies: 20
Views: 96510

Re: CGI files are downloading, not executing

I was having the same issue. It can be resolved with adding nagios group to www-data user.

Code: Select all

sudo usermod -a -G nagios www-data
sudo service apache2 restart