|
root@localhost bugzilla]# perl checksetup.pl
Checking perl modules ...
Checking for AppConfig (v1.52) ok: found v1.66
Checking for CGI (v2.93) ok: found v3.39
Checking for Data:umper (any) ok: found v2.121
Checking for Date::Format (v2.21) ok: found v2.22
Checking for DBI (v1.36) ok: found v1.607
Checking for DBD::mysql (v2.1010) ok: found v4.007
Checking for File::Spec (v0.82) ok: found v3.2701
Checking for File::Temp (any) ok: found v0.20
Checking for Template (v2.0 ok: found v2.19
Checking for Text::Wrap (v2001.0131) ok: found v2006.1117
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.39
Checking for Chart::Base (v1.0) ok: found v2.4.1
Checking for XML:arser (any) ok: found v2.34
Checking for GD::Graph (any) ok: found v1.44
Checking for GD::Text::Align (any) ok: found v1.18
Checking for PatchReader (v0.9.4) ok: found v0.9.5
Checking user setup ...
Removing existing compiled templates ...
Precompiling templates ...
Checking for MySQL Server (v3.23.41) ok: found v4.1.20
Creating table user_group_map ...
Creating table series_data ...
Creating table longdescs ...
Creating table dependencies ...
Creating table components ...
Creating table keywords ...
Creating table cc ...
Creating table duplicates ...
Creating table groups ...
Creating table flagtypes ...
Creating table profiles ...
Creating table products ...
Creating table bugs_activity ...
Creating table series_categories ...
Creating table category_group_map ...
Creating table keyworddefs ...
Creating table fielddefs ...
Creating table group_control_map ...
Creating table profiles_activity ...
Creating table group_group_map ...
Creating table bugs ...
Creating table series ...
Creating table versions ...
Creating table flagexclusions ...
Creating table logincookies ...
Creating table watch ...
Creating table bug_group_map ...
Creating table votes ...
Creating table attachments ...
Creating table flags ...
Creating table milestones ...
Creating table tokens ...
Creating table flaginclusions ...
Creating table quips ...
Creating table namedqueries ...
Creating initial dummy product 'TestProduct' ...
Populating duplicates table...
Migrating old chart data into database ...
Adding new field obsolete to table fielddefs ...
Marking qacontact_accessible and assignee_accessible as obsolete fields...
Adding group tweakparams ...
Adding group editusers ...
Adding group creategroups ...
Adding group editcomponents ...
Adding group editkeywords ...
Adding group admin ...
Adding group editbugs ...
Adding group canconfirm ...
Looks like we don't have an administrator set up yet. Either this is your
first time using Bugzilla, or your administrator's privileges might have accidently
been deleted.
Enter the e-mail address of the administrator: guow@icebox.com
You entered 'guow@coolsand-tech.com'. Is this correct? [Y/n] y
Enter the real name of the administrator: guowl
Enter a password for the administrator account:
Please retype the password to verify:
'guow@coolsand-tech.com' is now set up as an administrator account.
[root@localhost bugzilla]#
apache配置
Alias /bug/ "/opt/bugzilla/"
<Directory /opt/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
用IE打开http://ip/bug/出现以下信息
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/2.0.52 (Red Hat) Server at 10.10.100.202 Port 80
我查看了日志出现错误 是
[Mon Aug 04 14:23:57 2008] [error] [client 10.10.100.201] (13)Permission denied: exec of '/opt/bugzilla/index.cgi' failed, referer: http://10.10.100.202/bug/
[Mon Aug 04 14:23:57 2008] [error] [client 10.10.100.201] Premature end of script headers: index.cgi, referer: http://10.10.100.202/bug/
这个问题我要怎么解决啊?我搞了好几天了都没搞定,哪们大哥来帮帮忙。。。。。谢谢。 |
|