Jump to content

Digest auth error


ShaolinF

Recommended Posts

Hi Guys

 

I am trying to setup Digest authorization for one of my virtual hosts. The problem is when I try to start apache I get the following error:

 

Invalid command 'AuthDigestDomain', perhaps misspelled or defined by a module not included in the server configuration

 

Below is my configuration in the vhosts conf file:

 

NameVirtualHost 127.0.0.1

<VirtualHost 127.0.0.1>

  DocumentRoot /www/sites/site1

  ServerName www10.site.local

      <Location /sites/>

            AuthType Digest

            AuthName MySite

            AuthDigestDomain http://www10.site.local

            AuthDigestProvider file

            AuthUserFile /usr/auth/.digest_pw

            Require valid-user

      </Location>

</VirtualHost>

 

Does anyone know where I am going wrong? I am running the latest version of apache.

Link to comment
https://forums.phpfreaks.com/topic/133009-digest-auth-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.