FastCGI authorizer configuration example?
Alan Sparks <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Does anyone have a working example of configuring Apache2 properly for Authorizer use? Trying to write a Perl FastCGI authorizer process on RHEL4, with stock Apache 2.0.52 and FastCGI 2.4.2. I can get the FCGI process to initialize, but it seems from embedded debug prints that the authorizer is never invoked. Trying a configuration like the following... am I missing a key point? Thanks in advance. -Alan LoadModule fastcgi_module modules/mod_fastcgi.so FastCgiServer /home/asparks/foo.pl -idle-timeout 30 -processes 2 <Directory /var/www/html> AuthType Basic AuthName ProtectedRealm AuthUserFile /tmp/userfile FastCgiAuthorizer /home/asparks/foo.pl </Directory> -- Alan Sparks, UNIX/Linux Systems Integration and Administration <[email protected]> ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/