Re: [Cppcms-users] document root
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-01-15 16:53:58
|
On Fri, Jan 15, 2016 at 11:50 AM, mawan sugiyanto <ma...@gm...> wrote: > Dear All > > I run cppcms as fastcgi in apache. So, where is shoud put media file like > css, js, others? are these files folow document root of apache or still like > as independent web server? > You use Apache or whatever server to handle static files - they most likely would do it much better than internal file server also you'll not have overhead of all layers. So Always use web server to handle static files in combination of web-server->fastcgi/scgi->cppcms Artyom |