Hi<br>these are error lines in apache error log and apache conf files. thanks for your assistance<br><br>[Wed Mar 28 09:26:27 2007] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] (9)Bad file descriptor: Could not open password file: (null)
<br>[Wed Mar 28 09:26:27 2007] [crit] [client <a href="http://127.0.0.1">127.0.0.1</a>] configuration error:  couldn't check user.  No user file?: /favicon.ico<br><br>.htaccess file content<br>AuthType Basic<br>AuthBasicAuthoritative off
<br>AuthName "RADIUS authentication for localhost"<br>AuthXRadiusAddServer "localhost:1812" "testing123"<br>AuthXRadiusTimeout 2<br>AuthXRadiusRetries 2<br>require valid-user<br><br>httpd.conf
 relevant part vhost.conf is similar except directory path<br>DocumentRoot "/home/web"<br><Directory "/home/web"><br>        Options FollowSymLinks<br>        AllowOverride  All<br>        Order allow,deny
<br>        Allow from all<br></Directory><br><br>and apache modules<br><br>APACHE_MODULES="actions alias auth_xradius auth_basic authn_file authz_host authz_groupfile authz_default authz_user authn_dbm autoindex cgi dir env expires include info log_config mime negotiation setenvif ssl suexec status userdir php5 vhost_alias"
<br>these modules suceessfully imported to loadmodule.conf<br><br><br><div><span class="gmail_quote">On 3/27/07, <b class="gmail_sendername">Nick Owen</b> <<a href="mailto:nowen@wikidsystems.com">nowen@wikidsystems.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 3/27/07, Ramazan Ulker <<a href="mailto:ulkerra@gmail.com">ulkerra@gmail.com
</a>> wrote:<br>> no change, same errors. mod_auth_xradius don't work in apache 2.2.3<br><br>I have only tested with 2.2.2.  FWIW, authn_file_module is loaded.<br>Why don't you post the relevant portions of your htaccess and
<br>httpd.conf files.<br><br>--<br>Nick Owen<br>WiKID Systems, Inc.<br>404.962.8983 (desk)<br>404.542.9453 (cell)<br><a href="http://www.wikidsystems.com">http://www.wikidsystems.com</a><br>At last, two-factor authentication, without the hassle factor
<br>Now open source: <a href="http://sourceforge.net/projects/wikid-twofactor/">http://sourceforge.net/projects/wikid-twofactor/</a><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">
http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>