@@ -14,7 +14,7 @@ ServerAdmin testuser
14
14
# We may need to run as MiG user or group for file access to work
15
15
# through CGI scripts and for direct user file access
16
16
User testuser
17
- Group tesggroup
17
+ Group testgroup
18
18
19
19
# Performance Tuning
20
20
StartServers 5
@@ -188,7 +188,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
188
188
# Please note that the processes number here is a FIXED cap on available
189
189
# worker processes so it strictly limits the number of concurrent clients.
190
190
<IfDefine BASE_FQDN>
191
- WSGIDaemonProcess ${BASE_FQDN} processes=10 threads=1 display-name=%{GROUP} user=testuser group=tesggroup python-path=/home/mig/mig maximum-requests=1000
191
+ WSGIDaemonProcess ${BASE_FQDN} processes=10 threads=1 display-name=%{GROUP} user=testuser group=testgroup python-path=/home/mig/mig maximum-requests=1000
192
192
WSGIProcessGroup ${BASE_FQDN}
193
193
</IfDefine>
194
194
# Make sure wsgi sockets are fully accessible to testuser
@@ -1015,7 +1015,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
1015
1015
1016
1016
RewriteMap escape int:escape
1017
1017
RewriteMap unescape int:unescape
1018
- RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:tesggroup
1018
+ RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:testgroup
1019
1019
1020
1020
# Careful to avoid breakage with exotic chars like percent in filenames.
1021
1021
# Prepend certificate DN so that we can modify it further without PATH
@@ -1474,7 +1474,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
1474
1474
1475
1475
RewriteMap escape int:escape
1476
1476
RewriteMap unescape int:unescape
1477
- RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:tesggroup
1477
+ RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:testgroup
1478
1478
1479
1479
# Careful to avoid breakage with exotic chars like percent in filenames.
1480
1480
# Prepend certificate DN so that we can modify it further without PATH
@@ -2149,7 +2149,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
2149
2149
2150
2150
RewriteMap escape int:escape
2151
2151
RewriteMap unescape int:unescape
2152
- RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:tesggroup
2152
+ RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:testgroup
2153
2153
2154
2154
# Careful to avoid breakage with exotic chars like percent in filenames.
2155
2155
# Fake certificate DN so that we can modify it further without PATH
@@ -2750,7 +2750,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
2750
2750
2751
2751
RewriteMap escape int:escape
2752
2752
RewriteMap unescape int:unescape
2753
- RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:tesggroup
2753
+ RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:testgroup
2754
2754
2755
2755
# Careful to avoid breakage with exotic chars like percent in filenames.
2756
2756
# Fake certificate DN so that we can modify it further without PATH
@@ -3666,7 +3666,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
3666
3666
3667
3667
RewriteMap escape int:escape
3668
3668
RewriteMap unescape int:unescape
3669
- RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:tesggroup
3669
+ RewriteMap chkuserroot prg:/home/mig/mig/server/chkuserroot.py testuser:testgroup
3670
3670
3671
3671
# NOTE: the REMOTE_USER below requires a recent mod_auth_openidc to work.
3672
3672
# It was just empty with mod_auth_openidc-1.8.8 but works with 2.4.12
@@ -4148,7 +4148,7 @@ Alias /.well-known/security.txt "/home/mig/state/wwwpublic/.well-known/security.
4148
4148
4149
4149
# Set up chroot checking helper
4150
4150
4151
- RewriteMap chksidroot prg:/home/mig/mig/server/chksidroot.py testuser:tesggroup
4151
+ RewriteMap chksidroot prg:/home/mig/mig/server/chksidroot.py testuser:testgroup
4152
4152
4153
4153
# Prevent e.g. symlinks escaping user chroots hidden behind session or
4154
4154
# sharelink symlinks.
0 commit comments