Difference between revisions of "Plone"

From Alessandro's Wiki
 
(3 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 ===


* Supervisor: http://127.0.0.1:9001/


* Apache: http://plone/  [:80]


* Varsnish: http://127.0.0.1:8000/


==== links ====
* 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''
 
* Haproxy: http://127.0.0.1:801/haproxy?stats
 
* Supervisor: http://127.0.0.1:9001/


* 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)'