Mohammed, Wim, Parvinder, Now it's Working ;) Thank you all !!!
Missing steps: $ sudo mkdir /var/run/wt; sudo chown www-data:www-data /var/run/wt -R; sudo mkdir /var/www/wt; sudo chown www-data.www-data /var/www/wt -R change /etc/wt/wt_config.xml <num-threads>2</num-threads> CMakeLists.txt target_link_libraries(hello.wt wtfcgi .......) or (both work) target_link_libraries(hello.wt wt wtfcgi .......) cmake -DEXAMPLES_CONNECTOR="wtfastcgi" or (both work) cmake -DEXAMPLES_CONNECTOR="wt;wtfastcgi" It is necessary to refresh the page because they are missing this information. http://redmine.webtoolkit.eu/projects/wt/wiki/Fastcgi_on_apache ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
