mod_fcgid - cannot get FastCgiAuthorizer to do anything
am 28.09.2009 16:08:41 von Barry ScottThe mod_fcgid page says to ask on dev, but dev says don't ask usage
questions.
I assume that this is the right place to ask.
I'm using mod_fcgid from svn with HTTPD 2.2.
I want to use a fast CGI authorizer to allow me to control access based
on my rules.
The authorizer needs to be a long running process - never exits.
I know that the fcgid code is noticing the directive because I can
change the filename
and see the error message from the sources.
But I'm at a lose as to the required to get this configuration to
actually call my code.
I have the following fcgid specific lines in my httpd.copnf file:
---- httpd.conf ----
....
LoadModule fcgid_module modules/mod_fcgid.so
....
MaxProcessCount 1
Listen *:9000
Order allow,deny
Allow from all
AuthType Digest
AuthName "Manager System"
Require valid-user
AuthGroupFile /home/bscott/Work/httpd-fcgid-test/auth/http.group
AuthUserFile /home/bscott/Work/httpd-fcgid-test/auth/http.passwd
FastCgiAuthorizer
/home/bscott/wc/svn/NTB-Next/onelan/DSM/Sources/WebUserInter face/bin/Authorizer
#+ HTTP auth file
Order allow,deny
Allow from all
AuthType Digest
AuthName "Manager System"
Require valid-user
AuthGroupFile /home/bscott/Work/httpd-fcgid-test/auth/http.group
AuthUserFile /home/bscott/Work/httpd-fcgid-test/auth/http.passwd
#- HTTP auth file
#FCGID
-------------------------------
Barry
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org