Menu

#7 Getting Error When Trying to Start APACHE

open
None
5
2004-04-06
2004-04-05
Anonymous
No

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>

Discussion

  • Ronan-Yann Lorin

    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?

     
  • Ronan-Yann Lorin

    • assigned_to: nobody --> ryl
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.