Name based virtual host ssl clever solution

2008-11-14 Thread Jeff Sadowski
I think I just came up with a clever solution. However web browsers will have to support srv records the problem with virtual hosts is that you can have only one ssl certificate per port (443) because ssl requires it encrypted before it sends any other information. A solution is to run a different

MatchAll description

2008-11-14 Thread Takashi Sato
http://httpd.apache.org/docs/trunk/mod/mod_authz_core.html#matchall "If none of the directives contained within the directive fails, and at least one succeeds, then the directive succeeds. " According to this, following config would grant an access from 127.0.0.1 with no username/password.

pr38642: mod_rewrite and PATH_INFO per-directory

2008-11-14 Thread Eric Covener
https://issues.apache.org/bugzilla/show_bug.cgi?id=38642 In per-directory context (entire issue n/a elsewhere), before each individual rule is applied the URI being compared against is assembled from the current filename+path_info. When a rule matches in per-directory context, and we're changing

Re: Should we release 2.10?

2008-11-14 Thread Adam Prime
I was reminded of a documentation omission by an email on the mod_perl list this morning. Can something be added into the porting warnings here: http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__request.html mentioning that my @params = $r->param() no long returns a unique list o

AW: Introducing mod_privileges for Apache HTTPD

2008-11-14 Thread Plüm, Rüdiger, VF-Group
> -Ursprüngliche Nachricht- > Von: "Plüm, Rüdiger, VF-Group" > Gesendet: Freitag, 14. November 2008 14:58 > An: dev@httpd.apache.org > Betreff: Re: Introducing mod_privileges for Apache HTTPD > > > > > -Ursprüngliche Nachricht- > > Von: Nick Kew > > Gesendet: Freitag, 14. N

Re: Introducing mod_privileges for Apache HTTPD

2008-11-14 Thread Plüm, Rüdiger, VF-Group
> -Ursprüngliche Nachricht- > Von: Nick Kew [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 14. November 2008 11:22 > An: webstack-discuss; dev@httpd.apache.org > Betreff: Introducing mod_privileges for Apache HTTPD > > I've just introduced mod_privileges to Apache HTTPD trunk. > > Thi

Re: Introducing mod_privileges for Apache HTTPD

2008-11-14 Thread Nick Kew
On Fri, 14 Nov 2008 14:25:15 +0200 Issac Goldstand <[EMAIL PROTECTED]> wrote: > > Cute. I haven't looked at the code yet, but the concept sounds > awesome. > > It would be great if there was a 2.2 backport so I could see if I can > get it working in our existing stack at work - we're just upgra

Re: Introducing mod_privileges for Apache HTTPD

2008-11-14 Thread Issac Goldstand
Cute. I haven't looked at the code yet, but the concept sounds awesome. It would be great if there was a 2.2 backport so I could see if I can get it working in our existing stack at work - we're just upgrading our web-stack for the next few years, and the latest CoolStack is 2.2 so no real chanc

Introducing mod_privileges for Apache HTTPD

2008-11-14 Thread Nick Kew
I've just introduced mod_privileges to Apache HTTPD trunk. This is a platform-specific module for Solaris 10 and OpenSolaris, that makes the webserver privileges(5)-aware. This enables the server to be run with enhanced security, and with different settings per virtual host. The feature likely