Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96936 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +7 lines)
Line 6 Link Here
6
7
# port on listen to
Lines 8-11 Link Here
8
# change these lines
10
9
	server_args		= -d /var/www/localhost/htdocs -I -l /var/log/shttpd_access.log -e /var/log/shttpd_error.log
11
# document root, log files (keep -I switch - inetd mode)
10
	user            = root
12
	server_args		= -I -d /var/www/localhost/htdocs -l /var/log/shttpd/access.log -e /var/log/shttpd/error.log
11
	group			= root
13
	user            = shttpd
12
--
14
	group			= shttpd

Return to bug 96936