jlongs2 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Jul 2005 Posts: 15
|
Posted: Fri Dec 16, 2005 7:24 pm Post subject: Bugzilla (not in a virtual host) |
|
|
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 |
|