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