wcrawford36@comcast.net
./apachectl configtest
Syntax error on line 1025
of /opt/csw/apache/conf/httpd.conf:
Tacacs_Pri_Host not allowed here
httpd.conf
LoadModule auth_tacacs_module
libexec/mod_auth_tacacs.so
<IfModule mod_auth_tacacs.c>
<Directory /opt/csw/apache/htdocs/intranet>
# AuthName www
AuthType Tacacs+
Tacacs_Pri_Host x.x.x.x
Tacacs_Pri_Key xxxxxx
Tacacs_Authorization on
Tacacs_Accounting on
Auth_Tacacs_Authoritative on
<limit GET POST HEAD>
order deny,allow
allow from all
require valid-user
</limit>
</Directory>
</IfModule>
Logged In: YES
user_id=74340
Can you give more details please?
Which mod_auth_tacacs release are you using?
Which Apache release are you using?