hi,
I'm running the latest DA version, CentOS 5.5 final 64 bit, and Apache 2.2.16.
I'm trying to enable the mod_auth_digest module, but can't seem to figure out how to.
Doing, as root: httpd -l
Doesn't show the digest module compiled in, although the htdigest program is present.
I tried putting in, as a test, in the /usr/local/directadmin/custombuild/custom/ap2/configure.apache file at the end
--enable-auth-digest \
It says that the command wasn't found during the configuration.
I'm attempting to enable this for WebDav, because in my domain's HTTPD log it says, as an error:
access to /webdisk failed, reason: verification of user id '<null>' not configured
I'd assume then that means I don't have the mod_auth_digest module loaded?
I'm running the latest DA version, CentOS 5.5 final 64 bit, and Apache 2.2.16.
I'm trying to enable the mod_auth_digest module, but can't seem to figure out how to.
Doing, as root: httpd -l
Doesn't show the digest module compiled in, although the htdigest program is present.
I tried putting in, as a test, in the /usr/local/directadmin/custombuild/custom/ap2/configure.apache file at the end
--enable-auth-digest \
It says that the command wasn't found during the configuration.
I'm attempting to enable this for WebDav, because in my domain's HTTPD log it says, as an error:
access to /webdisk failed, reason: verification of user id '<null>' not configured
I'd assume then that means I don't have the mod_auth_digest module loaded?