Install BugZilla on Centos
- First download BugZilla from link below:
Download BugZilla
> tar -zxvf BUGZILLA_FILE.tar.gz
> yum install perl* mod_perl-devel -y
> yum -y install perl-CPAN
> yum install gcc make linux-headers
> /usr/bin/perl install-module.pl --all
> yum install perl-Time-HiRes
> vi /etc/httpd/conf/httpd.conf
- Insert this at first:
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit FileInfo Indexes
</Directory>
Download BugZilla
> tar -zxvf BUGZILLA_FILE.tar.gz
> yum install perl* mod_perl-devel -y
> yum -y install perl-CPAN
> yum install gcc make linux-headers
> /usr/bin/perl install-module.pl --all
> yum install perl-Time-HiRes
> vi /etc/httpd/conf/httpd.conf
- Insert this at first:
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit FileInfo Indexes
</Directory>

Comments
Post a Comment