aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 39d17017..5c7ee0b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -374,7 +374,7 @@ if test $build_django = yes
then
# the user that the apache process is running as
if test "x$WEBUSER" = "x"; then
- for u in apache www www-data; do
+ for u in apache www-data www; do
if $GREP $u /etc/passwd >/dev/null 2>&1; then
WEBUSER=$u
break