ngx_instaweb
ngx_instaweb copied to clipboard
module doesn't work on lucid lynx / nginx 1.2.0
I have compiled the module, but if I am adding the setting instaweb on; to the config, the context where it appears just stops to work. What should I do to investigate this problem?
Are you using the dev branch ?
Currently it attempts to minify HTML, but as you said everything gets blocked. If you wait for your request to time out you can actually see the minified content. So it actually does something :)
I think it's related to the new(FilterDriver, ..), line 121 There is a TODO to implement a resource manager, that would provide a layer above the Nginx mem pool that pagespeed can use. Look mod_pagespeed/src/net/instaweb/apache/apache_resource_manager.cc for an example.