You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Reid, Cherie" <Ch...@workcover.nsw.gov.au> on 2004/11/23 05:09:46 UTC

[users@httpd] Configuring the httpd.conf file to use the AuthenNTLM module with an Apache 1.3 / Unix environment

Hi All

I have installed the AuthenNTLM module with no problems but am getting errors when I try to restart Apache after changing the httpd.conf file

I have added the following to httpd.conf

<Directory "[cgi-bin I want protected]">
AuthType ntlm,basic
AuthName test
AuthUserFile [location of password file
require valid-user
#
PerlAddVar ntdomain "[domain bdc]"
PerlSetVar defaultdomain [domain]
PerlSetVar splitdomainprefix 1
PerlSetVar ntlmdebug 1
</Directory>

But I get the error:
Syntax error on line 949 of /usr/local/conf/httpd.conf:
Invalid command 'PerlAuthenHandler', perhaps mis-spelled or defined by a module not included in the server configuration

Is there something else I am suppose to add to this file to indicate I wanted to use this module?
This is probably a really simple problem to fix but I can't find a solution on perldoc. I am only new to Apache. I have read that it could be the permissions on the include directory but am unsure what this is.

Any help will be greatly appreciated.

Thank you

Cherie

****************************************************************************************************************************************

This message, including any attached files, is intended solely for the addressee named and may contain confidential 
information. If you are not the intended recipient, please delete it and notify the sender. Any views expressed in this 
message are those of the individual sender and are not necessarily the views of WorkCover NSW.

****************************************************************************************************************************************

 

 

 

 

 

 

 

 

 
 
 
 

Re: [users@httpd] Configuring the httpd.conf file to use the AuthenNTLM module with an Apache 1.3 / Unix environment

Posted by Ralf Glauberman <rg...@michaeli-gymnasium.de>.
Configuring the httpd.conf file to use the AuthenNTLM module with an Apache 
1.3 / Unix environmentplain text please!

if you get an error on line 949, you should perhaps share that line with us. 
i can not find the directive PerlAuthenHandler in the part you posted, so we 
won't be able to help you. send us the line which causes the error and aome 
lines around it.
Ralf

----- Original Message ----- 
From: Reid, Cherie
To: users@httpd.apache.org
Sent: Tuesday, November 23, 2004 5:09 AM
Subject: [users@httpd] Configuring the httpd.conf file to use the AuthenNTLM 
module with an Apache 1.3 / Unix environment


Hi All
I have installed the AuthenNTLM module with no problems but am getting 
errors when I try to restart Apache after changing the httpd.conf file
I have added the following to httpd.conf
<Directory "[cgi-bin I want protected]">
AuthType ntlm,basic
AuthName test
AuthUserFile [location of password file
require valid-user
#
PerlAddVar ntdomain "[domain bdc]"
PerlSetVar defaultdomain [domain]
PerlSetVar splitdomainprefix 1
PerlSetVar ntlmdebug 1
</Directory>
But I get the error:
Syntax error on line 949 of /usr/local/conf/httpd.conf:
Invalid command 'PerlAuthenHandler', perhaps mis-spelled or defined by a 
module not included in the server configuration
Is there something else I am suppose to add to this file to indicate I 
wanted to use this module?
This is probably a really simple problem to fix but I can't find a solution 
on perldoc. I am only new to Apache. I have read that it could be the 
permissions on the include directory but am unsure what this is.
Any help will be greatly appreciated.
Thank you
Cherie

****************************************************************************************************************************************

This message, including any attached files, is intended solely for the 
addressee named and may contain confidential
information. If you are not the intended recipient, please delete it and 
notify the sender. Any views expressed in this
message are those of the individual sender and are not necessarily the views 
of WorkCover NSW.

**************************************************************************************************************************************** 


---------------------------------------------------------------------
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