summaryrefslogtreecommitdiff
path: root/rt/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-01 19:28:58 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-01 19:28:58 -0700
commiteb37f07b69acdd7573d5f55181fa8e115b308107 (patch)
tree5d0458e8ae3a6dfaba5b70b9a9ad878a7e53a4f1 /rt/t
parentcbb4c260c40779ba84c794dd68147c54f3de2f52 (diff)
commit configured RT files to avoid conflicts
Diffstat (limited to 'rt/t')
-rw-r--r--rt/t/data/configs/apache2.2+fastcgi.conf4
-rw-r--r--rt/t/data/configs/apache2.2+mod_perl.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/rt/t/data/configs/apache2.2+fastcgi.conf b/rt/t/data/configs/apache2.2+fastcgi.conf
index c9d9cb0b9..0a6945054 100644
--- a/rt/t/data/configs/apache2.2+fastcgi.conf
+++ b/rt/t/data/configs/apache2.2+fastcgi.conf
@@ -9,8 +9,8 @@ FastCgiIpcDir %%TMP_DIR%%
<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
-User www
-Group www
+User freeside
+Group freeside
</IfModule>
</IfModule>
diff --git a/rt/t/data/configs/apache2.2+mod_perl.conf b/rt/t/data/configs/apache2.2+mod_perl.conf
index 9f4587e04..17761c532 100644
--- a/rt/t/data/configs/apache2.2+mod_perl.conf
+++ b/rt/t/data/configs/apache2.2+mod_perl.conf
@@ -7,8 +7,8 @@ ServerAdmin root@localhost
<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
-User www
-Group www
+User freeside
+Group freeside
</IfModule>
</IfModule>