apache2 and bugzilla
Mads Rasmussen
mads at opencs.com.br
Thu Feb 19 19:10:11 UTC 2004
Hi there,
I have tried looking up in your archives to find an answer but to no
avail so I hope someone is willing to look at my problem.
I assume my problems are to do with apache2, though I'm not totally
convinced yet.
I have installed bugzilla at my gentoo system with aparently no errors
or problems, after that I followed the setup instructions to create the
mysql stuff and grant access needed by bugzilla.
When I started messing with apache, the problems started
At the end of commonconf I have
Alias /bugzilla /var/www/bugzilla
<Directory /var/www/bugzilla>
Options FollowSymLinks +ExecCGI
AllowOverride Limit
DirectoryIndex index.cgi
Order Allow,Deny
Allow from all
</Directory>
I set group and owner rights to the apache user
When trying to access the http://localhost/bugzilla page I get this error
---
[Thu Feb 19 16:22:14 2004] [error] [client 10.20.4.5] Premature end of
script headers: index.cgi
[Thu Feb 19 16:22:14 2004] [error] [client 10.20.4.5] Can't locate
Bugzilla/Util.pm in @INC (@INC contains: . /etc/perl
/usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0
/usr/local/lib/site_perl) at CGI.pl line 35.
[Thu Feb 19 16:22:14 2004] [error] [client 10.20.4.5] BEGIN
failed--compilation aborted at CGI.pl line 35.
[Thu Feb 19 16:22:14 2004] [error] [client 10.20.4.5] Compilation failed
in require at /var/www/bugzilla/index.cgi line 37.
---
It seems to be some path problem, but how can I change that behaviour?
some perl config for apache?
Please help
Regards,
Mads Rasmussen
More information about the developers
mailing list