Re: httpd(8) questions

2014-09-14 Thread Jay Patel
Also Will this be compatible with Webmin panel? On Mon, Sep 15, 2014 at 12:49 AM, Daniel Jakots wrote: > Hi, > > I begin to play with httpd, but I found three annoying things: > > I use it on my laptop for two things, have a local mirror of OpenBSD > website and provide some files to other comp

Re: httpd(8) questions

2014-09-14 Thread Christian Weisgerber
On 2014-09-14, Daniel Jakots wrote: > I set up a server: > server "default" { > listen on egress port 80 > directory auto index > root "/var/www/" > } > > But it won't listen on localhost. So is there any easy way to do it? listen on 0.0.0.0 port 80 > "host_dns: localhos