Setting up Bozohttpd

in production with netbsd 8/9

Ready to go

start & enable

vi /etc/rc.local

echo -n 'Starting local daemons:'

echo -n ' httpd'
/usr/libexec/httpd -b -U nobody -X /tftpboot    

echo '.'

–or–

vi /etc/rc.conf

httpd=yes httpd_flags="-X"
httpd_wwwuser="nobody"
httpd_wwwdir="/tftpboot"

/etc/rc.d/httpd start

status

ps auxww | grep http
/etc/rc.d/httpd status

stop

pkill httpd
/etc/rc.d/httpd stop

Resources

http://www.eterna.com.au/bozohttpd/

https://netbsd.gw.com/cgi-bin/man-cgi?bozohttpd

https://wiki.netbsd.org/tutorials/how_to_setup_a_webserver/


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun