Bugzilla:Win32Install: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(→‎MySQL: This section has already been covered above)
mNo edit summary
Line 1: Line 1:
If you want a single-package installer that will install Apache, MySQL, Perl, and Bugzilla all at once and configure them all for you, check out the [[Bugzilla:Win32InstallPackages|Windows Install Packages]].  
'''If you want a single-package installer that will install Apache, MySQL, Perl, and Bugzilla all at once and configure them all for you, check out the [[Bugzilla:Win32InstallPackages|Windows Install Packages]].'''


If you prefer to do everything yourself, the below instructions explain how to manually configure Bugzilla on Windows.  
If you prefer to do everything yourself, the below instructions explain how to manually configure Bugzilla on Windows.  


== Installing Bugzilla on Microsoft Windows ==
== Installing Bugzilla on Microsoft Windows with Apache ==


'''Original author: [http://bugzilla.glob.com.au/ Byron Jones]'''  
'''Original author: [http://bugzilla.glob.com.au/ Byron Jones]'''  
Line 748: Line 748:


==== Congratulations, the Bugzilla installation process is complete! ====
==== Congratulations, the Bugzilla installation process is complete! ====
== Installing Bugzilla on Microsoft Windows with IIS ==
Bugzilla works with IIS as a normal '''CGI application'''; follow the Microsoft documentation with regards to configuring IIS.
=== Common Problems ===
==== Bugzilla runs but I can't log in ====
You've probably configured IIS to use ActiveState's ISAPI DLL -- in other words the executable IIS is configured to use is either PerlS.dll or Perl30.dll.
Reconfigure IIS to use perl.exe
==== IIS returns HTTP 502 errors ====
You probably forgot the '''-T''' argument to perl when configuring the executable in IIS:
  C:\Perl\bin\perl.exe -T "%s" %s
Confirmed users
1,201

edits

Navigation menu