Hi All,

I am reviewing the Bugzilla connector.I have installed the Bugzilla and to
get the api url I have made the following configuration in apache2.conf

<Directory /var/www/html/bugzilla>
  AddHandler cgi-script .cgi  .pl
  Options +Indexes +ExecCGI +FollowSymLinks
  DirectoryIndex index.cgi index.html
  AllowOverride Limit FileInfo Indexes Options
</Directory>

when I am running the[1] code I am getting the [2] Error log

[1] *./testserver.pl <http://testserver.pl>  http://localhost/bugzilla
<http://localhost/bugzilla>*

[2]
vanii@vanii-ThinkPad-T530:/var/www/html/bugzilla$ ./testserver.pl
http://localhost/bugzilla
TEST-WARNING Failed to find the GID for the 'httpd' process, unable
to validate webservergroup.
TEST-FAILED Fetch of images/padlock.png failed
Your web server could not fetch http://localhost/bugzilla/images/padlock.png
.
Check your web server configuration and try again.

What do I need to change in the directory configuration to satisfy the
last test in testserver.pl?

Can anyone give suggestions on this?
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to