Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bugzilla (not in a virtual host)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
jlongs2
n00b
n00b


Joined: 12 Jul 2005
Posts: 15

PostPosted: Fri Dec 16, 2005 7:24 pm    Post subject: Bugzilla (not in a virtual host) Reply with quote

I'm trying to install bugzilla on my webserver. I don't have DNS wildcards, so I can't have it be in a VirtualHost on bugs.example.com, for instance. example.com/bugzilla is fine, but it's having massive problems:

Code:

root@acm:/var/www/localhost/htdocs/bugzilla# ./testserver.pl http://acm.cs.uic.edu/bugzilla
TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got ant picture.
TEST-OK Webserver is executing CGIs.
TEST-FAILED Webserver is permitting fetch of http://acm.cs.uic.edu/bugzilla/localconfig.
This is a serious security problem.
Check your webserver configuration.


in .htaccess for the bugzilla directory, I have:
Code:

<Files /var/www/localhost/htdocs/bugzilla/localconfig>
        Deny from all
</Files>


but it still allows access to that file.

The other problem is that it doesn't actually run:
Code:

[Fri Dec 16 13:11:51 2005] CGI.pl: No value for param loginmethod (try running checksetup.pl again) at /var/www/localhost/htdocs/bugzilla//Bugzilla/Config.pm line 161.
[Fri Dec 16 13:11:51 2005] CGI.pl: BEGIN failed--compilation aborted at /var/www/localhost/htdocs/bugzilla//Bugzilla/Auth.pm line 42.
[Fri Dec 16 13:11:51 2005] CGI.pl: Compilation failed in require at /var/www/localhost/htdocs/bugzilla//Bugzilla.pm line 27.
[Fri Dec 16 13:11:51 2005] CGI.pl: BEGIN failed--compilation aborted at /var/www/localhost/htdocs/bugzilla//Bugzilla.pm line 27.
[Fri Dec 16 13:11:51 2005] CGI.pl: Compilation failed in require at /var/www/localhost/htdocs/bugzilla//CGI.pl line 423.
[Fri Dec 16 13:11:51 2005] CGI.pl: BEGIN failed--compilation aborted at /var/www/localhost/htdocs/bugzilla//CGI.pl line 423.
Compilation failed in require at /var/www/localhost/htdocs/bugzilla/index.cgi line 34.


This is *after* I edited index.cgi to "use lib "/var/www/localhost/htdocs/bugzilla"" instead of "use lib ".""

I've run checksetup.pl a hundred times by now, it's not helping.
_________________
---
ACM @ UIC
http://acm.cs.uic.edu -- running on gentoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum