Hello!
On Wed, Nov 7, 2012 at 5:02 AM, Arya Ketan wrote:
> I am trying to speed up my nginx server for images. I thought of using
> memcached to store images and serve from there.
>
> I configured nginx 1.2.4+httpsrcache module+http memc module.
>
> Now, while trying to start nginx, I am getting the following error:
>
>
> 2012/11/07 12:53:39 [emerg] 14047#0: unknown directive "srcache_fetch" in
> /usr/local/nginx/conf/sites-enabled/default:11
>
> Is it because, nginx is not configured with the srcache module??
>
The Nginx binary you're using is not compiled with the ngx_srcache
module. See the Installation section in ngx_srcache module's
documentation here:
http://wiki.nginx.org/HttpSRCacheModule#Installation
Best regards,
-agentzh
P.S. I'm cc'ing the openresty-en mailing list:
http://groups.google.com/group/openresty-en You're very welcome to
join and discuss such issues there :)