Re: [Cppcms-users] apache configuration
Brought to you by:
artyom-beilis
From: mawan s. <ma...@gm...> - 2016-01-18 12:01:44
|
Thankyou Artyom i will try it . and this configuration FastCGIConfig -maxProcesses 1 -processSlack 1 I config on global apache configuration for all cgi app. Thanks On Mon, Jan 18, 2016 at 6:55 PM, Artyom Beilis <art...@gm...> wrote: > Note: > > This > > ScriptAliasMatch ^/myweb(.*)$ /opt/app/bin/mywebdata/mywebapp/myweb$1 > And this > > RewriteRule ^/(.*)$ /mywebapp/myweb$1 [QSA,L] > > I think it should be: RewriteRule ^/(.*)$ /myweb$1 [QSA,L] > > Also you have forgotten very-very important option: > > FastCGIConfig -maxProcesses 1 -processSlack 1 > > > Artyom > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |