diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /rt/t/data/configs/apache2.2+fastcgi.conf | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'rt/t/data/configs/apache2.2+fastcgi.conf')
-rw-r--r-- | rt/t/data/configs/apache2.2+fastcgi.conf | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/rt/t/data/configs/apache2.2+fastcgi.conf b/rt/t/data/configs/apache2.2+fastcgi.conf deleted file mode 100644 index c9d9cb0b9..000000000 --- a/rt/t/data/configs/apache2.2+fastcgi.conf +++ /dev/null @@ -1,44 +0,0 @@ -ServerRoot %%SERVER_ROOT%% -PidFile %%PID_FILE%% -LockFile %%LOCK_FILE%% -ServerAdmin root@localhost - -%%LOAD_MODULES%% - -FastCgiIpcDir %%TMP_DIR%% - -<IfModule !mpm_netware_module> -<IfModule !mpm_winnt_module> -User www -Group www -</IfModule> -</IfModule> - -Listen %%LISTEN%% - -ErrorLog "%%LOG_FILE%%" -LogLevel debug - -<Directory /> - Options FollowSymLinks - AllowOverride None - Order deny,allow - Deny from all -</Directory> - -AddDefaultCharset UTF-8 - -FastCgiServer %%RT_BIN_PATH%%/mason_handler.fcgi -processes 1 -idle-timeout 180 -initial-env RT_SITE_CONFIG=%%RT_SITE_CONFIG%% - -Alias /NoAuth/images/ %%DOCUMENT_ROOT%%/NoAuth/images/ -ScriptAlias / %%RT_BIN_PATH%%/mason_handler.fcgi/ - -DocumentRoot "%%DOCUMENT_ROOT%%" -<Location /> - Order allow,deny - Allow from all - - Options +ExecCGI - AddHandler fastcgi-script fcgi -</Location> - |