[rt-users] apache issue?

Andy Harrison ajharrison at gwi.net
Wed Jun 11 10:12:59 EDT 2003


-----BEGIN PGP SIGNED MESSAGE-----

Anyone have any clue on this one?  I recently put rt-3-0-3pre2 on my machine
(where 3-0-2 was working previously).  I updated DBIx::Searchbuilder to 0.86.

So, I now get an Internal Server error with the log showing:

[Wed Jun 11 10:03:33 2003] [crit] [client 192.168.1.231] configuration error: 
couldn't check access.  No groups file?: /index.html

(If I don't bother to type the index.html it gives the same error with just a /
instead of /index.html)

<VirtualHost 192.168.1.231>
    ServerName rt.example.com
    DocumentRoot /opt/rt3/share/html
    AddDefaultCharset UTF-8
    AddRadiusAuth radiusserver:port key

    ## this line applies to Apache2+mod_perl2 only
    #PerlModule Apache2 Apache::compat

    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>


    <Directory /opt/rt3/share/html/>
        AuthRadiusAuthoritative on
        AuthRadiusCookieValid 480
        AuthName "WebRT"
        AuthType Basic

        AuthGroupFile /usr/local/etc/apache/auth/webrt.group
        AuthUserFile /usr/local/etc/apache/auth/webrt.auth

        require group gwi
        Options FollowSymLinks +Includes ExecCGI MultiViews
        AllowOverride AuthConfig Limit
    </Directory>



</VirtualHost>



The files do exist, and they have valid values:

# ls -l /usr/local/etc/apache/auth/
total 4
- -rw-r--r--  1 root  rt    19 Apr  4 09:57 webrt.auth
- -rw-r--r--  1 root  rt  1122 Mar 21 11:14 webrt.group


They're formatted properly, groupname: user1, user2, etc


Any clues?



~~ 
Andy Harrison
Great Works Internet
System Operations
(full headers for details)

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQCVAwUBPuc46lPEkLgodAWVAQHLxQQAijZLOLnntqokIGHFo5bXgLpJgx1nEAiq
CW1yCuXAHdsBi9J68zw5EeRhJvtOSqfmACLZ5inF5v2lMVHsIJptwGkNRMJP40lf
eh8R7d0Ar6GlboeFkgHCmLQ4sxMa2QXxCnHVcN9o2EVdly/xsR3A38AcxuX3rV6N
jcJeHzNu2Cw=
=nqJt
-----END PGP SIGNATURE-----



More information about the rt-users mailing list