Skip to content
lordjea edited this page May 18, 2016 · 1 revision

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

Clone this wiki locally