[Cppcms-users] cppcms on apache not working
Brought to you by:
artyom-beilis
From: Mohd H. M. S. <hel...@ya...> - 2017-01-13 14:54:20
|
Hello, I tried configure cppcms on apache but it not working. Here is my simple httpd.conf<IfModule mod_fastcgi.c> ServerAdmin web...@hd... ServerName localhost FastCgiServer /opt/app/bin/hello -initial-env CPPCMS_CONFIG=/opt/app/bin/config.js -socket /tmp/hello-fcgi-socket FastCGIConfig -maxProcesses 1 -processSlack 1 ScriptAliasMatch ^/hello(.*)$ /opt/app/bin/hello$1 AddHandler fastcgi-script /opt/app/bin/hello </IfModule> Error object not found when I tried to browse http://localhost/heelo |