summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/shttpd/files/shttpd.xinetd')
-rw-r--r--www-servers/shttpd/files/shttpd.xinetd6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/shttpd/files/shttpd.xinetd b/www-servers/shttpd/files/shttpd.xinetd
index 5dc8cef2800d..d8a26703b2db 100644
--- a/www-servers/shttpd/files/shttpd.xinetd
+++ b/www-servers/shttpd/files/shttpd.xinetd
@@ -6,8 +6,8 @@ service shttpd
port = 81
server = /usr/sbin/shttpd
# 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
+ server_args = -I -d /var/www/localhost/htdocs -l /var/log/shttpd/access.log -e /var/log/shttpd/error.log
+ user = shttpd
+ group = shttpd
disable = yes
}