[us...@httpd] unable to add digest authentication to .htaccess

2009-12-16 Thread Thomas Anderson
Here's my .htaccess file: AuthType Digest AuthName "..." AuthDigestFile "/path/to/.htdigest" require valid-user Here's my .htdigest file: test:realm:51a7159127025bca529b9d93f062dac7 I generated that with "htdigest -c test.txt realm test" and used "user" as my password. Unfortunately, whenever

Re: [EMAIL PROTECTED] Finding what module are installed

2006-03-12 Thread Thomas Anderson
How do I check if mod_info is enabled?On 3/12/06, Sean Conner <[EMAIL PROTECTED]> wrote: It was thus said that the Great Thomas Anderson once stated:>> I get a "Not found" when I try that>> Not Found>> The requested URL /server-info was not found on this server.

Re: [EMAIL PROTECTED] Finding what module are installed

2006-03-12 Thread Thomas Anderson
I get a "Not found" when I try thatNot Found The requested URL /server-info was not found on this server.Any idea why?On 3/12/06, Sean Conner < [EMAIL PROTECTED]> wrote:It was thus said that the Great Thomas Anderson once stated: >> Hi,> I have Apache2 installed on a debia

[EMAIL PROTECTED] Finding what module are installed

2006-03-11 Thread Thomas Anderson
Hi,I have Apache2 installed on a debian server. I had installed several modules but am not sure what all I had installed.Is there any way I can see what all modules are present?'apache2 -l' does not show all the modules installed it only shows the ones that were compiled in. Any ideas on this?Arch