I'm running Apache 2.0.58 and Apache2-AuthenRadius-0.6 for authentication on a Sun Sparc V210. I was running another radius module but this one seems better, so I switched. However, I can no longer get Apache to display my index.cgi page when I browse to the directory it's in. It prompts for authentication, which works, but all I get is a blank page. If I manually add index.cgi to the url, my script runs correctly. I think this is the relevant configuration. What have I missed?

BTW, if I remove authentication, the index page comes right up.

#
DirectoryIndex index.cgi

<Directory /usr/local/web/docs>
      PerlAuthenHandler Apache2::AuthenRadius
      PerlSetVar Auth_Radius_host1 xxxxxxx
      PerlSetVar Auth_Radius_port1 1812
      PerlSetVar Auth_Radius_secret1 xxxxxxxxxxxxxxx
      PerlSetVar Auth_Radius_host2 xxxxxxxxxxxxxxxxx
      PerlSetVar Auth_Radius_port2 1812
      PerlSetVar Auth_Radius_secret2 xxxxxxxxxxxxxxxxxxx
      PerlSetVar Auth_Radius_timeout 5

      AuthName Web
      AuthType Basic
      Options ExecCGI
      AuthGroupFile /usr/local/web/conf/web_auth
      AuthAuthoritative on
      Require group web_auth
</Directory>

-Mike

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to