I have Bugzilla 4 and I need to get it to run on a Windows Server 2008 running IIS 7. I've looked at various tutorials with no luck. Please direct me on how to setup Bugzilla!

link|improve this question

Where are you stuck? I've got this running but need more information to help you. – Wayne Allen Jul 1 '11 at 20:12
feedback

migrated from stackoverflow.com Jul 1 '11 at 3:46

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

Perl + MySQL on Windows Server 2008 + IIS 7 isn't the best fit.

Have you considered installing Apache on Windows Server and either disabling IIS or sticking them on different ports?

Pretty straightforward looking official tutorial here.

An alternative might be to stick Bugzilla on an Ubuntu VM. Installation looks like this.

link|improve this answer
.... Ok thanks for the help. I think we may wind up writing our own bug tracker. ... :-) – Snow_Mac Jul 1 '11 at 15:10
Considered BugTracker.NET? – tomfanning Jul 1 '11 at 18:13
Did you find this answered your question? Would you mind marking it as answered if you found it did please? – tomfanning Jul 3 '11 at 13:32
@Toom. The answer was that yes it can run on IIS 6, but I could not find any reliable information to get it to work on IIS7. – Snow_Mac Jul 5 '11 at 16:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.