From 538ef05196c1a65278c71a49d4d6002c6fbf10ab Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 6 Aug 2015 16:02:22 +0200 Subject: [PATCH] #2689 creaToolsTools Feature New Normal - Third party Linux WT configuration --- wt/data/infoConf_server_fcgi/Readme.txt | 14 +- wt/data/infoConf_server_fcgi/Readme.txt~ | 11 +- wt/data/infoConf_server_fcgi/wt_config.xml | 612 +++++++++++++++++++++ 3 files changed, 628 insertions(+), 9 deletions(-) create mode 100644 wt/data/infoConf_server_fcgi/wt_config.xml diff --git a/wt/data/infoConf_server_fcgi/Readme.txt b/wt/data/infoConf_server_fcgi/Readme.txt index 442ef99..8d63d71 100644 --- a/wt/data/infoConf_server_fcgi/Readme.txt +++ b/wt/data/infoConf_server_fcgi/Readme.txt @@ -6,7 +6,7 @@ yum install fcgi-devel yum install mod_fcgid 1) ld configuration -cp bbtk.conf/etc/ld.so.conf.d/. +cp bbtk.conf /etc/ld.so.conf.d/. ldconfig 2) Create virtual site apache @@ -21,10 +21,14 @@ cp fastcgi-wt.conf /etc/httpd/conf.modules.d/. service httpd restart 4) wt temporary diractory -mkdir /run/wt -chown apache:apache /run/wt +mkdir /var/run/wt +chown apache:apache /var/run/wt -5) Prepare wt application site +5) wt CONFIGURATION +mkdir /etc/wt +cp wt_config.xml /etc/wt + +6) Prepare wt application site mkdir / mkdir //imagesTMP @@ -34,7 +38,7 @@ ln -s /wt/data/reosurcesXTK /resourcesXTK ln -s /bin/bbiWeb.wt /bbiWeb.wt -6) Call application from browser +7) Call application from browser http://localhost//bbiWeb.php diff --git a/wt/data/infoConf_server_fcgi/Readme.txt~ b/wt/data/infoConf_server_fcgi/Readme.txt~ index 148d4a5..086225c 100644 --- a/wt/data/infoConf_server_fcgi/Readme.txt~ +++ b/wt/data/infoConf_server_fcgi/Readme.txt~ @@ -21,10 +21,14 @@ cp fastcgi-wt.conf /etc/httpd/conf.modules.d/. service httpd restart 4) wt temporary diractory -mkdir /run/wt -chown apache:apache /run/wt +mkdir /var/run/wt +chown apache:apache /var/run/wt -5) Prepare wt application site +5) wt CONFIGURATION + +cp wt_config.xml /etc/wt +mkdir /etc/wt +6) Prepare wt application site mkdir / mkdir //imagesTMP @@ -66,7 +70,6 @@ make -C examples -j8 -Creados por EED FastCGI configuration: /etc/httpd/conf.modules.d/fastcgi-wt.conf diff --git a/wt/data/infoConf_server_fcgi/wt_config.xml b/wt/data/infoConf_server_fcgi/wt_config.xml new file mode 100644 index 0000000..5c18730 --- /dev/null +++ b/wt/data/infoConf_server_fcgi/wt_config.xml @@ -0,0 +1,612 @@ + + + + + + + + + + + + + + + + 1 + + + + URL + + + true + + + 600 + + + 50 + + + + + + + + + /var/run/wt + + + 1 + + + + + + + 10 + + + 128 + + + + false + + + + + + * -debug + + + 128 + + + 16 + + + 1 + + + false + + + false + + + false + + + true + + + Load basic HTML + + + false + + + true + + + 500 + + + 200 + + + + + + + + + .*Googlebot.* + .*msnbot.* + .*Slurp.* + .*Crawler.* + .*Bot.* + .*ia_archiver.* + .*Twiceler.* + + + + + + + false + + + false + + + true + + + + + + + + + + + + + resources/ + + + ext/ + + + + + + + + + + + -- 2.44.0