You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/04/05 07:28:20 UTC

DO NOT REPLY [Bug 39211] New: - mod-auth-dbm (require group ) doesn't work with fastcgi

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39211>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39211

           Summary: mod-auth-dbm (require group <empty>) doesn't work with
                    fastcgi
           Product: Apache httpd-2
           Version: 2.0.55
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_auth_dbm
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: vinita@csse.unimelb.edu.au


when i have access control like
<LocationMatch ^/engine/request/>
    Order Deny,Allow
    Allow from all

    Require user apeel vinita
    Require group
</LocationMatch>

where group is empty, even though I'm(vinita) in the user list, I keep getting
"user vinita not in right group" when fastcgi is loaded and using AuthDBMType SDBM

BUT, if don't load fastcgi, same access control works fine with mod-auth-dbm,
also same access control with fastcgi works for mod-auth.

apache configuration
./configure --prefix=/usr/local/apps/apache-2.0.55/ \
        --enable-so \
        --enable-ssl \
        --enable-dav=shared \
        --enable-rewrite=shared \
        --enable-proxy=shared \
        --enable-headers=shared \
        --enable-expires=shared \
        --enable-auth-dbm=shared \
        > ../log.configure 2>&1

fastcgi configuration
cd /usr/local/apps/apache-2.0.55/src/mod_fastcgi-2.4.2
cp Makefile.AP2 Makefile
make top_dir=/usr/local/apps/apache-2.0.55 > ../log.make.fcgi 2>&1
make top_dir=/usr/local/apps/apache-2.0.55 install > ../log.install.fcgi 2>&1


thanks
vinita

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org