[Git][noosfero/noosfero][stable-1.5] 2 commits: Merge branch 'varnish-configuration' into 'master'

Rodrigo Souto gitlab at mg.gitlab.com
Mon May 23 10:11:41 BRT 2016


Rodrigo Souto pushed to branch stable-1.5 at Noosfero / noosfero


Commits:
b63ff916 by Bráulio Bhavamitra at 2016-05-23T12:34:27+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
- - - - -
e1466f32 by Rodrigo Souto at 2016-05-23T13:11:37+00:00
Merge branch 'cherry-pick-636674e0' into 'stable-1.5'

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

See merge request !935
- - - - -


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/da41830995808fc9eacdccee692e7c36074d0f1c...e1466f324bfb7b1746815c5bb1443a481350c54e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160523/3ffef420/attachment.html>


More information about the Noosfero-dev mailing list