Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-20 Thread Jason Pickering
Any idea about HTML and js? -- Sent from my mobile On Dec 20, 2011 1:12 PM, "Jo Størset" wrote: > Hi, this got hanging... > > Den 12. des. 2011 kl. 11.50 skrev Jason Pickering: > > > Any idea about serving up static content? I have not really tried with > charts to see, but not 100% sure that >

Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-20 Thread Jo Størset
Hi, this got hanging... Den 12. des. 2011 kl. 11.50 skrev Jason Pickering: > Any idea about serving up static content? I have not really tried with charts > to see, but not 100% sure that > > location ~ \.(gif|jpg|png|css)$ { > > root /var/lib/tomcat6/webapps/; > } > > > is correct. Is there

Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-12 Thread Jason Pickering
Any idea about serving up static content? I have not really tried with charts to see, but not 100% sure that location ~ \.(gif|jpg|png|css)$ { root /var/lib/tomcat6/webapps/; } is correct. Is there any thing generated on the fly (png's, js) which is not static? On Mon, Dec 12, 2011 at 12:43

Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-12 Thread Bob Jolliffe
On 12 December 2011 10:19, Jo Størset wrote: > > Den 12. des. 2011 kl. 10.16 skrev Jason Pickering: > >> It is using straight HTTP, and in this example, serves up the static >> content, bypassing the Tomcat server. I have not tried with the web-api, but >> everything else seems to work (and is m

Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-12 Thread Jo Størset
Den 12. des. 2011 kl. 10.16 skrev Jason Pickering: > It is using straight HTTP, and in this example, serves up the static content, > bypassing the Tomcat server. I have not tried with the web-api, but > everything else seems to work (and is much faster than Apache with much lower > memory cons

Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-12 Thread Jason Pickering
It is using straight HTTP, and in this example, serves up the static content, bypassing the Tomcat server. I have not tried with the web-api, but everything else seems to work (and is much faster than Apache with much lower memory consumption). Would be good to know if it actually works however. :)

Re: [Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-12 Thread Bob Jolliffe
Hi guys I haven't used this myself, but looking at the docs it seems that nginx is setup to do straight http proxying ie. it is not talking ajp to the backend tomcat server. Is this correct? I could be wrong, but Jo/Morten this might have some implication with the absolute URLs being used in the

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 426: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS s...

2011-12-11 Thread noreply
revno: 426 committer: Jason P. Pickering branch nick: dhis2-docbook-docs timestamp: Mon 2011-12-12 09:11:53 +0200 message: Added section on using nginx as a reverse proxy to the setup documentation. Polished up the GIS section a bit.