I have installed the apache-ssl package in order to run BASE so that I can see what my Snort is doing. I am following the "11 Step guide to build a Debian Based snort IDS" (here) and I am on step 7, which is basically editing the apache-ssl config file, the php.ini file, and restarting Apache.

Upon the resarting apache, I get this error:

Syntax error on line 16 of /etc/apache-ssl/httpd.conf
"Invalid command "AddType", perhaps mis-spelled or defined by a module not included in the server configuration"

When I edited the httpd.conf file, I just uncommented theses two lines:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Please help or give guidance.

Thanks