I am trying to install Bugzilla on my Windows 7 machine. I have only been able to get the apache,mysql,perl stack operational by installing XAMPP. Apache works well for php, and mysql seems quite happy, yet I can't get apache to execute cgi for bugzilla.
When I browse to 'http://localhost/bugzilla/', I get the following error:
couldn't create child process: 720002: index.cgi
I found this page when googling the error, https://wiki.mozilla.org/Bugzilla:Win32Install, but all the settings it recommends adding to or uncommenting in apache's httpd.conf are already present. What else can I do?