X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fdata%2Fconfigs%2Fapache2.2%2Bfastcgi.conf.in;h=329b0561ebd337fe07ae86a318708d98dc9516f2;hb=d21b372b9fbba2546d8a1b586c51a5eb6818ac8a;hp=75cbadbcae2c46dd73bde70a5babb2b42d5edc7d;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/rt/t/data/configs/apache2.2+fastcgi.conf.in b/rt/t/data/configs/apache2.2+fastcgi.conf.in index 75cbadbca..329b0561e 100644 --- a/rt/t/data/configs/apache2.2+fastcgi.conf.in +++ b/rt/t/data/configs/apache2.2+fastcgi.conf.in @@ -5,8 +5,6 @@ ServerAdmin root@localhost %%LOAD_MODULES%% -FastCgiIpcDir %%TMP_DIR%% - User @WEB_USER@ @@ -14,6 +12,7 @@ Group @WEB_GROUP@ +ServerName localhost Listen %%LISTEN%% ErrorLog "%%LOG_FILE%%" @@ -28,16 +27,22 @@ LogLevel debug AddDefaultCharset UTF-8 -FastCgiServer %%RT_BIN_PATH%%/mason_handler.fcgi -processes 1 -idle-timeout 180 -initial-env RT_SITE_CONFIG=%%RT_SITE_CONFIG%% +FastCgiServer %%RT_SBIN_PATH%%/rt-server.fcgi \ + -socket %%TMP_DIR%%/socket \ + -processes 1 \ + -idle-timeout 180 \ + -initial-env RT_SITE_CONFIG=%%RT_SITE_CONFIG%% \ + -initial-env RT_TESTING=1 -Alias /NoAuth/images/ %%DOCUMENT_ROOT%%/NoAuth/images/ -ScriptAlias / %%RT_BIN_PATH%%/mason_handler.fcgi/ +ScriptAlias / %%RT_SBIN_PATH%%/rt-server.fcgi/ DocumentRoot "%%DOCUMENT_ROOT%%" Order allow,deny Allow from all +%%BASIC_AUTH%% + Options +ExecCGI AddHandler fastcgi-script fcgi