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