# port on listen to
# change these lines
server_args = -d /var/www/localhost/htdocs -I -l /var/log/shttpd_access.log -e /var/log/shttpd_error.log
# document root, log files (keep -I switch - inetd mode)
user = root
server_args = -I -d /var/www/localhost/htdocs -l /var/log/shttpd/access.log -e /var/log/shttpd/error.log
group = root
user = shttpd
--
group = shttpd