Bugzilla:Win32Install: Difference between revisions

m
Line 760: Line 760:
If your httpd.conf setting is all correct, it should display BugZilla page on your web browser.
If your httpd.conf setting is all correct, it should display BugZilla page on your web browser.


If it still fails but display "Internal Error..." message, the index.cgi file in BugZilla directory would need to be changed to have this sh-bang line :
If it still fails but display "Internal Error..." message, '''ScriptInterpreterSource Registry-Strict''' is not set.
 
Check again if it is set properly.
  #!c:/Perl64/bin/perl.exe -wT
 
In other words, it is to point where your perl.exe is located.
However, if you created a registry key, i.e. HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command, correctly and if it is in effect, there should no problem at this moment. If you DID create it but still have the problem, try to log-out/log-in or reboot your machine. And see if the new registry setting is in effect by opening your BugZilla page hosted on your machine.


When everything works, stop the httpd.exe invoked from your console and start it as a service. Be sure to make it pick a right httpd.conf.
When everything works, stop the httpd.exe invoked from your console and start it as a service. Be sure to make it pick a right httpd.conf.
6

edits