Issue 15033

Varnish install needed in appdev

15033
Reporter: omeyn
Assignee: kbraak
Type: Bug
Summary: Varnish install needed in appdev
Description: should run on url api.gbif-dev.org, have caching set to 0, and do rewriting rules to allow portal to work with drupal and java just like in uat/prod.
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2014-02-10 16:31:24.689
Updated: 2014-02-13 13:36:57.927
Resolved: 2014-02-13 13:36:57.904


Author: kbraak@gbif.org
Created: 2014-02-12 17:23:41.704
Updated: 2014-02-12 17:23:41.704
        
Thanks to [~acenja] Varnish is now installed on apps.gbif-dev.org with the default configuration.

Varnish default runs on port 6081 with that port opened in the local firewall.

I have configured the default.vcl file for gbif-dev.org. The syntactic correctness of the default.vcl file has now been verified.

Still outstanding:

-Set caching to 0 for everything
-Get the portal to work with varnish just like in uat/prod
    


Author: kbraak@gbif.org
Comment: All caching set to 0 by converting all return(lookups) to return(pass) in vcl 
Created: 2014-02-12 18:00:18.114
Updated: 2014-02-12 18:00:18.114


Author: kbraak@gbif.org
Created: 2014-02-13 13:36:39.635
Updated: 2014-02-13 13:36:39.635
        
Portal dev profile updated, see https://github.com/gbif/portal-web/commit/d74e9ec9bf6eed56dfc38099acf14e031c267334

The dev portal is now available on http://www.gbif-dev.org

The underlying services are available on http://api.gbif-dev.org:6081

The dev portal is now working with varnish just like in uat/prod, even though varnish is running on the same server as apps.