Is it possible that the authentication module (whatever it is) you are using overrides the default index page settings of apache? If thats so, it wud be better to look into the paramters used with that particular module! Since without the module, its working, this might be the reason. (sorry i dont know much about the module you are using :() Regards Prasanna Ram
On Fri, Apr 17, 2009 at 1:57 AM, Mike Diggins <[email protected]>wrote: > > 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > >
