Difference between revisions of "Plone"

From Alessandro's Wiki
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:




=== Plone Notes ===
== Plone Notes ==


==== Background ====
=== Background ===


==== Installation ====
=== Installation ===


==== Maintainance / Backups ====
=== Maintainance / Backups ===


==== Related Services ====
=== Related Services ===


==== buildout.cfg ====
=== buildout.cfg ===


 
=== links ===
 
 
 
==== links ====


* Supervisor: http://127.0.0.1:9001/
* Supervisor: http://127.0.0.1:9001/
Line 26: Line 22:
* Varsnish: http://127.0.0.1:8000/
* Varsnish: http://127.0.0.1:8000/


* Haproxy: http://127.0.0.1:801/ [haproxy?stats]''to get into the haproxy statistics page''
* Haproxy: http://127.0.0.1:801/ [http://127.0.0.1:801/haproxy?stats <nowiki>[haproxy?stats]</nowiki>] ''to get into the haproxy statistics page''


* Client1: http://127.0.0.1:8080/
* Client1: http://127.0.0.1:8080/
* Client1: http://127.0.0.1:8080/
* Client1: http://127.0.0.1:8080/


 
=== fast command line ===
 
 
==== fast command line ====


* active connections related to Plone
* active connections related to Plone
  netstat -putan |egrep '(varnish|python|apache|haproxy|super)'
  netstat -putan |egrep '(varnish|python|apache|haproxy|super)'

Latest revision as of 15:34, 7 November 2010

My reasons

Plone Notes

Background

Installation

Maintainance / Backups

Related Services

buildout.cfg

links

fast command line

  • active connections related to Plone
netstat -putan |egrep '(varnish|python|apache|haproxy|super)'