On 05/02, Christopher Pinon wrote: > By the way, another (easier) question about httpd: is there a way for > httpd to listen to both plain http (port 80) requests and https (port > 443) requests? (Like apache.) At the moment, as far as I can tell, it's > either or, depending on whether or not '-Z ...' is set.
I've not tried, but can't you just run two instances of it: one listening on port 80 and the other listening on port 443? Lewis