Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bugzilla install on Redhat Linux 7 issues

15 views
Skip to first unread message

shanmu...@gmail.com

unread,
Aug 7, 2017, 2:53:29 PM8/7/17
to
I am having a problem with my new install bugzilla 5.0.3.

./testserver.pl http://t2vmizl/bugzilla
TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got padlock picture.
Use of uninitialized value $response in pattern match (m//) at ./testserver.pl line 104.
Use of uninitialized value $response in pattern match (m//) at ./testserver.pl line 106.
TEST-FAILED Webserver is not executing CGI files.
TEST-OK Webserver is preventing fetch of http://t2vmizl/bugzilla/localconfig.
TEST-WARNING Failed to run gdlib-config; can't compare GD versions.
TEST-OK GD library generated a good PNG image.
TEST-OK Chart library generated a good PNG image.
TEST-OK Template::Plugin::GD is installed.


My httpd.conf has the entry
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride All
</Directory>

And the directory permissions are set correctly

drwxr-x---. 16 root apache 4096 Aug 7 12:03 bugzilla


drwxrwx---. 9 root apache 170 Aug 7 12:44 data
-rwxr-x---. 1 root apache 2616 May 16 2016 describecomponents.cgi
-rwxr-x---. 1 root apache 891 May 16 2016 describekeywords.cgi
drwxr-x---. 4 root apache 75 May 16 2016 docs
-rwxr-x---. 1 root apache 7857 May 16 2016 duplicates.cgi
-rwxr-x---. 1 root apache 6447 May 16 2016 editclassifications.cgi
-rwxr-x---. 1 root apache 7462 May 16 2016 editcomponents.cgi
-rwxr-x---. 1 root apache 5974 May 16 2016 editfields.cgi
-rwxr-x---. 1 root apache 20149 May 16 2016 editflagtypes.cgi
-rwxr-x---. 1 root apache 14665 May 16 2016 editgroups.cgi
-rwxr-x---. 1 root apache 4287 May 16 2016 editkeywords.cgi
-rwxr-x---. 1 root apache 6539 May 16 2016 editmilestones.cgi
-rwxr-x---. 1 root apache 5333 May 16 2016 editparams.cgi
-rwxr-x---. 1 root apache 14800 May 16 2016 editproducts.cgi
-rwxr-x---. 1 root apache 2123 May 16 2016 editsettings.cgi
-rwxr-x---. 1 root apache 29150 May 16 2016 editusers.cgi
-rwxr-x---. 1 root apache 5279 May 16 2016 editvalues.cgi
-rwxr-x---. 1 root apache 5904 May 16 2016 editversions.cgi
-rwxr-x---. 1 root apache 16604 May 16 2016 editwhines.cgi
-rwxr-x---. 1 root apache 4705 May 16 2016 editworkflow.cgi
-rwxr-x---. 1 root apache 21800 May 16 2016 email_in.pl
-rwxr-x---. 1 root apache 13155 May 16 2016 enter_bug.cgi
drwxr-x---. 7 root apache 106 May 16 2016 extensions
drwxrwx---. 2 root apache 23 Aug 7 12:03 graphs
drwxr-x---. 2 root apache 126 May 16 2016 images
-rwxr-x---. 1 root apache 49733 May 16 2016 importxml.pl
-rwxr-x---. 1 root apache 2189 May 16 2016 index.cgi



Please let me know what am I missing in the configuration.


Also the erro_log has

[Mon Aug 07 12:19:47.973180 2017] [core:notice] [pid 27704] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Aug 07 12:19:52.974703 2017] [cgi:error] [pid 27708] [client 10.200.185.24:55810] AH01215: (13)Permission denied: exec of '/var/www/html/bugzilla/index.cgi' failed
[Mon Aug 07 12:19:52.974738 2017] [cgi:error] [pid 27708] [client 10.200.185.24:55810] End of script output before headers: index.cgi
[Mon Aug 07 12:44:03.110959 2017] [cgi:error] [pid 27706] [client fe80::fc0b:ae43:339a:8850:37266] AH01215: (13)Permission denied: exec of '/var/www/html/bugzilla/testagent.cgi' failed
[Mon Aug 07 12:44:03.110992 2017] [cgi:error] [pid 27706] [client fe80::fc0b:ae43:339a:8850:37266] End of script output before headers: testagent.cgi
[Mon Aug 07 12:44:03.117203 2017] [authz_core:error] [pid 27707] [client fe80::fc0b:ae43:339a:8850:37268] AH01630: client denied by server configuration: /var/www/html/bugzilla/localconfig


0 new messages