Bugzilla:Win32Install: Difference between revisions

Jump to navigation Jump to search
Line 746: Line 746:


Schedule the '''mysqldump''' utility to create the dump, and add the resulting file to your backup media. You'll find MySql's '''mysqldump''' documentation at http://dev.mysql.com/doc/mysql/en/mysqldump.html.  
Schedule the '''mysqldump''' utility to create the dump, and add the resulting file to your backup media. You'll find MySql's '''mysqldump''' documentation at http://dev.mysql.com/doc/mysql/en/mysqldump.html.  
==== Testing if Bugzilla works ====
Try to access the your BugZilla by : (for example ) http://localhost:8080
   
If it doesn't display a BugZilla page, but "It works!!!", somehow your Apache still sees somehow original version of httpd.conf. Check if Apache picks another copy of httpd.conf. If you installed Apache once and somehow uninstalled it and install it again, it can see a copied version in conf/original of Apache directory.
When you edited conf/httpd.conf, try this :
  1. Stop Apache service
  2. Invoke your Apache in a console : httpd.exe -f conf/httpd.conf
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 :
  #!c:/Perl64/bin/perl.exe -wT
In other words, it is to point where your perl.exe is located.


==== Congratulations, the Bugzilla installation process is complete! ====
==== Congratulations, the Bugzilla installation process is complete! ====
6

edits

Navigation menu