TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got front picture.
TEST-OK Webserver is executing CGIs via mod_cgi.
TEST-FAILED Webserver is permitting fetch of http://localhost/bugzilla/localconfig
.
This is a serious security problem.
Check your webserver configuration.
the directory configuration in httpd.conf is
<Directory "/Library/WebServer/Documents/bugzilla">
AddHandler cgi-script .cgi
Options Indexes ExecCGI
DirectoryIndex index.cgi
AllowOverride limit
</Directory>
What needs to change in the directory configuration to satisfy the
last test in testserver.pl?
I am running (almost) Bugzilla 3.0.3.
on Macintosh with Leopard OSX 10.5
Server version: Apache/2.2.6 (Unix)
John Washburn
john.w....@mac.com
2008/1/30, John Washburn <john.w....@mac.com>:
> TEST-FAILED Webserver is permitting fetch of http://localhost/bugzilla/localconfig
[...]
> AllowOverride limit
I'm not sure whether Apache config is case sensitive, so this may need
to read Limit here instead of limit.
Check your Bugzilla directory for a .htaccess file. Running
checksetup.pl should create one for you unless you specified otherwise
in localconfig. The checksetup.pl-generated .htaccess file takes care
of, among other things, disallowing access to localconfig.
Kind regards
Marc