Package: apache-ssl
Version: 1.3.26.1+1.48-0woody3
System: Debian/Woody
Apache-SSL ignores the +ExecCGI option.
<httpd.conf>
...
<Directory /var/www/team-it/php-cgi/>
Options +ExecCGI
AddHandler cgi-script php
AddHandler php-script .php
Action php-script /bin/php4
AllowOverride None
Order allow,deny
Allow from all
</Directory>
...
</httpd.conf>
(This configuration works fine on Debian/Sarge.)