1 Jun 2005 20:22
Re: Listen-Protocol branch is ready for review
Paul Querna <chip <at> force-elite.com>
2005-06-01 18:22:41 GMT
2005-06-01 18:22:41 GMT
Ping? I really would like at least someone to say, yes, you aren't entirely crazy, and the extension to the configuration commands makes sense. If I don't hear anything, I will just merge this into trunk tomorrow. -Paul Paul Querna wrote: > I have completed what I intend to do with the listen-protocol branch. I > would love some code review and criticism. > > Currently, the 'httpready' Accept Filter is always applied on FreeBSD. > This breaks protocols like NNTP where the server must send data first. > > Short: Existing Configurations should behave nearly the same. > > Long: > Extended the 'Listen' directive. Now optionally takes a protocol. If > none is specified, it uses 'http'. (backwards compat) > > # both of these are equivalent. > Listen 0.0.0.0:80 > Listen 0.0.0.0:80 http > # defaults to http > Listen 0.0.0.0:8080 > # Force these to HTTPS > Listen 0.0.0.0:443 https > Listen 0.0.0.0:8443 https(Continue reading)
>>Short: Existing Configurations should behave nearly the same.
Great.
>>Long:
>>Extended the 'Listen' directive.
OK.
Now optionally takes a protocol. If
>>none is specified, it uses 'http'. (backwards compat)
>>
>># both of these are equivalent.
RSS Feed