[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#558057: apache2: Invalid command 'AuthDigestDomain'



Package: apache2.2-common
Version: 2.2.14-3
Severity: normal


VirtualHost code snippet:

	<Location /trac/login/>
		AuthType Digest
		AuthName "Utenti Trac registrati"
		AuthDigestDomain /trac/login/

		AuthDigestProvider file
		AuthUserFile /srv/trac/trac.htdigest
		Require valid-user
	</Location>

Then I start apache2:

# /etc/init.d/apache2 restart
...
Invalid command 'AuthDigestDomain', perhaps misspelled or defined by a module not included in the server configuration

I assume my configuration file is ok, since it is a cut & paste from 

http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html

where I made changes only to paths and URIs.

-- Package-specific info:
Config file syntax check failed.
List of /etc/apache2/mods-enabled/*.load:
  actions alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi dav dav_fs dav_svn dir env jk
  mime negotiation php5 setenvif ssl status wsgi

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (995, 'testing'), (30, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-vserver-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork           2.2.14-3   Apache HTTP Server - traditional n
ii  apache2.2-common              2.2.14-3   Apache HTTP Server common files

apache2 recommends no packages.

apache2 suggests no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils                 2.2.14-2   utility programs for webservers
ii  apache2.2-bin                 2.2.14-3   Apache HTTP Server common binary f
ii  libmagic1                     5.03-3     File type determination library us
ii  lsb-base                      3.2-23     Linux Standard Base 3.2 init scrip
ii  mime-support                  3.46-1     MIME files 'mime.types' & 'mailcap
ii  perl                          5.10.1-7   Larry Wall's Practical Extraction 
ii  procps                        1:3.2.8-2  /proc file system utilities

-- no debconf information



Reply to: