[Git][noosfero/noosfero][master] 2 commits: Updates varnish configuration for Varnish 4 in Debian Jessie

Bráulio Bhavamitra gitlab at mg.gitlab.com
Thu May 5 21:04:06 BRT 2016


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
89227c17 by Larissa Reis at 2016-04-23T10:03:50-03:00
Updates varnish configuration for Varnish 4 in Debian Jessie

  * Inline c is disabled by default, so we have to enable it
  * Apache deprecated NameVirtualHost

- - - - -
636674e0 by Bráulio Bhavamitra at 2016-05-06T00:03:56+00:00
Merge branch 'varnish-configuration' into 'master'

Updates varnish configuration for Varnish 4 in Debian Jessie

* Inline c is disabled by default, so we have to enable it
* Apache deprecated NameVirtualHost

See merge request !871
- - - - -


1 changed file:

- INSTALL.varnish.md


Changes:

=====================================
INSTALL.varnish.md
=====================================
--- a/INSTALL.varnish.md
+++ b/INSTALL.varnish.md
@@ -19,7 +19,6 @@ Install the RPAF apache module (or skip this step if not using apache):
 
 3a) Edit `/etc/apache2/ports.conf`, and:
 
-  * change `NameVirtualHost *:80` to `NameVirtualHost *:8080`
   * change `Listen 80` to `Listen 127.0.0.1:8080`
 
 3b) Edit `/etc/apache2/sites-enabled/*`, and change `<VirtualHost *:80>` to `<VirtualHost *:8080>`
@@ -30,6 +29,7 @@ Install the RPAF apache module (or skip this step if not using apache):
 
    * change the line that says `START=no` to say `START=yes`
    * change `-a :6081` to `-a :80`
+   * add parameter `-p vcc_allow_inline_c=on` on `DAEMON_OPTS`
 
 4b) Edit `/etc/varnish/default.vcl` and add the following lines at the end:
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/386449a32fcfcceb519b1041d28b2cc4e96083e9...636674e0fdd816fdb77ba57c75b46aa1dae12a16
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160506/576cb408/attachment-0001.html>


More information about the Noosfero-dev mailing list