diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-01 19:28:58 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-01 19:28:58 -0700 |
| commit | eb37f07b69acdd7573d5f55181fa8e115b308107 (patch) | |
| tree | 5d0458e8ae3a6dfaba5b70b9a9ad878a7e53a4f1 /rt/t | |
| parent | cbb4c260c40779ba84c794dd68147c54f3de2f52 (diff) | |
commit configured RT files to avoid conflicts
Diffstat (limited to 'rt/t')
| -rw-r--r-- | rt/t/data/configs/apache2.2+fastcgi.conf | 4 | ||||
| -rw-r--r-- | rt/t/data/configs/apache2.2+mod_perl.conf | 4 |
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> |
