1 Home
lordjea edited this page 2016-05-18 14:43:50 +02:00

Welcome to the sendmailanalyzer wiki!

Hi, I would like to share the problems I found on Debian Jessie (8) with apache 2.4: Is necesary to load module cgid:

a2enmod cgid

Then, add this in your Apache.conf (fit to your server configs): #config sareport Alias /sareport /usr/local/sendmailanalyzer/www <Directory /usr/local/sendmailanalyzer/www> Options ExecCGI AddHandler cgi-script .cgi DirectoryIndex sa_report.cgi Require all granted Order allow,deny Allow from all #Order deny,allow #Deny from all #Allow from x.x.x.x

after that, is ready to play