[us...@httpd] RE: port 80 + 8080 + SSL (443)

2009-02-17 Thread KURT PETERS
e Attachment-- From: ka...@e-tunity.com To: users@httpd.apache.org Date: Mon, 16 Feb 2009 16:41:59 +0100 Subject: Re: [us...@httpd] port 80 + 8080 + SSL (443) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Kurt, On Feb 16, 2009, at 4:22 PM, KURT PETERS wrote: > 192.168.1.40:8080> >

[us...@httpd] port 80 + 8080 + SSL (443)

2009-02-16 Thread KURT PETERS
I would like to set up my server to respond with the same website for incoming requests to both port 80 and 8080, but a different virtual server for 443. I set up something like below, but it seems like overkill. Listen 80 Listen 8080 Listen 443 NameVirtualHost 172.20.30.40:80 NameVirtu

[us...@httpd] digest authorization - htdigest

2008-12-24 Thread KURT PETERS
Is there a limit to how short a user name can be for digest authorization? I ask this because I set up htdigest with three users: kurt, traci, and pefamily. pefamily worked, but kurt and traci did not, although I can 'cat' the file and see they're all specified. To help diagnose the problem,