Hi,

I think i've found two errors in mod_fcgi.c, lines 611 and 614:

wrong:

AP_INIT_TAKE1("FastCgiAuthenticator", set_authorizer_info, NULL,
          ACCESS_CONF | OR_FILEINFO,
          "a absolute authorizer file path"),

AP_INIT_FLAG("FastCgiAuthenticatorAuthoritative",
         set_authorizer_authoritative, NULL,
         ACCESS_CONF | OR_FILEINFO,
         "Set to 'off' to allow authorization to be passed along to
lower modules upon failure"),


right:

AP_INIT_TAKE1("FastCgiAuthorizer ", set_authorizer_info, NULL,
          ACCESS_CONF | OR_FILEINFO,
          "a absolute authorizer file path"),

AP_INIT_FLAG("FastCgiAuthorizerAuthoritative",
         set_authorizer_authoritative, NULL,
         ACCESS_CONF | OR_FILEINFO,
         "Set to 'off' to allow authorization to be passed along to
lower modules upon failure"),


Sincerely,

Ulf Haueisen



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to