Install Bugzilla4.2 on Fedora16

Source: Internet
Author: User
Fedora16install bugzilla4.21.pdf download bugzilla-4.2.tar.gz, decompress it to the/var/www/html/directory 2. Enter the/var/www/html/directory and execute #. /checksetup. pl -- check-modules: if the message "Can 'tlocateextutils/MM" is displayed. pm, run # yuminstallmod_perl or # yuminstall

Install Bugzilla 4.2 On Fedora 16

1. Download bugzilla-4.2.tar.gz and decompress it to the/var/www/html/directory.

2. Enter the/var/www/html/directory and run
#./Checksetup. pl -- check-modules
If the message "Can't locate ExtUtils/MM. pm" is displayed, You Can execute
# Yum install mod_perl
Or
# Yum install perl-CPAN

3. For modules not installed, run
#./Install-module.pl
4. Configure the apache configuration file/etc/httpd/conf/httpd. conf and add the virtual host bugzilla.o2o.com.

ServerAdmin webmaster@dummy-host.example.com
DocumentRoot/var/www/html/bugzilla-4.2
ServerName bugzilla.o2o.com
ErrorLog logs/bugzilla.o2o.com-error_log
CustomLog logs/bugzilla.o2o.com-access_log common

AddHandler cgi-script. cgi
Options + Indexes + ExecCGI + FollowSymLinks
DirectoryIndex index. cgi index.html
AllowOverride ALL
# AllowOverride Limit Options FileInfo
AddType application/vnd. mozilla. xul + xml. xul
AddType application/rdf + xml. rdf

6. Because the accessed virtual host defines the domain name, you can modify the/etc/hosts file and add
127.0.0.1 bugzilla.o2o.com
# AllowOverride Limit Options FileInfo
Note: If the following prompt is displayed during access:. htaccess: ExpiresActive not allowed
Here, change AllowOverride Limit Options FileInfo to AllowOverride ALL

For more information about Fedora, see Fedora topics page http://www.linuxidc.com/topicnews.aspx? Tid = 5

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.