Re: HTTP Streaming with Apache 1

2010-03-03 Thread Alexander Farber
Hello Ray, On Tue, Mar 2, 2010 Ray Morris wrote: >   I don't know how to help you with the method you're > trying to use, but I may be able to help achieve your > goal simply and efficiently.  For a similar situation, > I just forwarded port 80 to port 8080 via the the firewall. thanks, but I th

Re: HTTP Streaming with Apache 1

2010-03-03 Thread Ben Noordhuis
> I wonder if it's possible with Apache 2? > To get hold of the client socket, so that I can poll() > or select() it and implement server push aka Comet r->connection->cs->pfd.desc.s->socketdes if I'm not mistaken. Check out apr_pollset_create() if you are going to do polling inside Apache or send

X.509 certificate against LDAP authentication

2010-03-03 Thread Thomas, Peter
Looking at some of the prior work in this area. It appears that one of the big challenges in cert-based authentication is in the mapping between the certificate subject and the directory entry. If I'm creating something for general consumption, I want to make it generalizable to multiple environme