We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1530b1a commit 05a3761Copy full SHA for 05a3761
configure.ac
@@ -101,7 +101,7 @@ if test "x$DOMSERVER_BUILD_ENABLED" = xyes; then
101
if test "x$with_webserver_group" = x; then
102
# Try a number of group names and choose first one found
103
found=0
104
- for g in www-data apache httpd nginx ; do
+ for g in www-data apache httpd nginx wwwrun www ; do
105
if getent group $g >/dev/null 2>&1 ; then
106
found=1
107
break
0 commit comments