You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Victor Sterpu <vi...@ambra.ro> on 2007/12/11 10:38:29 UTC

[users@httpd] apache 2.0.61 and mod_auth_xradius 0.4.6

I use the folowing configuration:

<Directory /usr/local/apache2/htdocs/html/plati>
AuthType basic
AuthName "Ambra-SectiunePrivata"
AuthXRadiusAddServer 192.168.250.99:1900 secret
AuthXRadiusTimeout 2
AuthXRadiusRetries 1
require valid-user
AddHandler cgi-script .cgi
Options +ExecCGI
Allow from all
</Directory>

The radius authentication is made succesfuly.
But the scripts from the directory is loading very hard(in a few minutes).
If I disable the radius authentication in that directory, the scripts 
will load instantly.

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org