IRC log of #zope for Tuesday, 2013-10-15

*** esteele is now known as esteele|away00:04
*** menesis has joined #zope00:08
*** nueces has joined #zope00:11
*** nueces has quit IRC00:23
*** J1m has quit IRC00:53
*** kktaus has joined #zope00:55
*** kktaus has left #zope00:57
*** kktaus has joined #zope01:08
*** motto has quit IRC01:09
*** Arfrever has quit IRC01:15
kktauswe use Zope 2.10.7 and have apache config to use as a load balancer. unfortunately we have been flagged as having an open proxy. <Proxy balancer://zope>  xxxxxxx  allow from all  </Proxy> with nothing blocked. Any suggestions on what to block?01:16
kktausfound this    <LocationMatch "^[^/]">01:16
kktaus     Deny from all01:16
kktaus   </LocationMatch>01:17
Spanktaryou probably have ProxyRequests On01:22
kktauswe are running varnish also and it uses acl01:22
Spanktaryou do not need to have ProxyRequests On to use a proxy in front of Zope01:23
SpanktarI assume you're using Apache01:23
kktausyes apache01:23
Spanktarso, you need to turn the proxy off.  I suggest using the RewriteRule with a [P] flag instead01:23
Spanktarmuch easier01:24
Spanktarlet me find an example01:24
Spanktarenable mod_rewrite01:24
kktausis dont see Proxy Requests On that is commented out01:24
kktausin apache config01:24
Spanktarwell, that's good :)01:24
kktaushave mod_rewrite01:24
Spanktarok, good01:25
Spanktaryou want a rule like so:01:25
Spanktar    RewriteRule ^($|/.*) http://127.0.0.1:8080/VirtualHostBase/https/%{SERVER_NAME}:443/Plone/VirtualHostRoot$1 [L,P]01:25
Spanktarwell, change HTTPS and 443 to HTTP and 8001:25
Spanktarlike:01:25
Spanktar    RewriteRule ^($|/.*) http://127.0.0.1:8080/VirtualHostBase/http/%{SERVER_NAME}:80/Plone/VirtualHostRoot$1 [L,P]01:26
Spanktarthen shut off all the rest of the proxy stuff01:26
Spanktarproxies are really easy to misconfigure01:26
kktausnot sure where this goes though01:27
kktausin mod_proxy?01:27
kktausor just in general01:27
Spanktarno, it'd go in your <virtualHost> block01:27
Spanktar(assuming you have one)01:27
kktausok we have more than 100 so I guess in all01:28
Spanktaralso, you can take this up in #plone, too, there are lots of friendly helpful faces in there01:28
Spanktarhmm, no01:28
Spanktarwell, yes, you have to put it in each one01:28
Spanktarif you try to do it broadly, you'll end up putting all of your zones tot he same place01:28
Spanktarzopes01:28
*** esteele|away is now known as esteele01:28
Spanktari guess it depends on your setup01:28
kktausokay, that is good to know, much thanks, Spanktar:01:28
Spanktarmaybe you have 100 domains going to one Zope?01:29
Spanktaror maybe you have 100 zopes01:29
kktausIT's setup for load balancing. Four instances01:29
Spanktarbut yeah, the best bet is to shut off all the proxy nonsense, and use a rewrite rule01:29
Spanktarok, yeah, that's what we do, a few LB'd zopes01:30
Spanktarbut you put the rewrite rule in the VirtualHost for each host, not at the apache.conf or httpd.conf level01:31
Spanktarthat's too broad01:31
kktauswill do01:31
kktausgotcha01:31
Spanktarif you run into trouble, ask in #plone01:31
kktausok01:31
kktausbye01:31
*** kktaus has left #zope01:32
*** Arfrever has joined #zope01:48
*** J1m has joined #zope02:03
*** menesis has quit IRC02:18
*** daMaestro has quit IRC02:35
*** J1m has quit IRC02:35
*** stevegt__ has quit IRC02:38
*** supton has quit IRC02:38
*** J1m has joined #zope02:39
*** J1m has quit IRC02:40
*** nueces has joined #zope02:43
*** mr_jolly has quit IRC03:00
*** esteele is now known as esteele|away03:06
*** esteele|away is now known as esteele03:10
*** tiwula has quit IRC03:36
*** Spanktar has quit IRC03:44
*** lepri has joined #zope03:53
leprihi, somebody know how can I use websockets in zope?03:54
*** kosh has quit IRC03:57
leprior where I can find a good documentation03:57
*** kosh has joined #zope04:02
*** evilbungle has quit IRC04:08
*** kosh has quit IRC05:13
*** esteele is now known as esteele|away05:18
*** J1m has joined #zope05:33
*** J1m has quit IRC05:43
*** stevegt__ has joined #zope06:06
*** nueces has quit IRC07:02
*** alecm has quit IRC07:10
*** alecm has joined #zope07:12
*** lepri has quit IRC07:31
*** nueces has joined #zope07:32
*** Arfrever has quit IRC08:19
*** avoinea has joined #zope08:37
*** agroszer has joined #zope09:15
*** __mac__ has joined #zope09:16
*** KageSenshi has quit IRC09:21
*** KageSenshi has joined #zope09:22
*** __mac__ has quit IRC09:40
*** eperez has joined #zope09:42
*** eperez has quit IRC09:45
*** __mac__ has joined #zope09:46
*** __mac__ has left #zope09:57
*** alecm has quit IRC10:18
*** giacomos has joined #zope10:20
*** giacomos has quit IRC10:33
*** Arfrever has joined #zope10:35
betabug"good documentation" and "zope" in the same sentence...10:36
*** mr_jolly has joined #zope10:39
*** eperez has joined #zope10:53
*** giacomos has joined #zope10:53
*** nueces has quit IRC11:14
*** giacomos has quit IRC11:18
*** giacomos has joined #zope11:29
*** emidal has joined #zope11:36
*** maurits has joined #zope11:40
*** evilbungle has joined #zope11:46
*** evilbungle has quit IRC11:53
*** menesis has joined #zope11:54
*** KageSenshi has quit IRC12:06
*** KageSenshi has joined #zope12:08
*** evilbungle has joined #zope12:18
*** giacomos has quit IRC12:26
*** benji_ has joined #zope12:35
*** benji has quit IRC12:38
*** giacomos has joined #zope12:46
*** mr_jolly has quit IRC12:58
*** mr_jolly has joined #zope13:02
*** mwilkes|away is now known as MatthewWilkes13:13
*** agroszer has quit IRC13:33
*** MatthewWilkes is now known as mwilkes|away14:01
*** agroszer has joined #zope14:06
*** menesis has quit IRC14:13
*** Pumukel has joined #zope14:18
*** mwilkes|away is now known as MatthewWilkes14:24
*** KageSenshi has quit IRC14:37
*** kosh has joined #zope14:49
*** menesis has joined #zope15:10
*** esteele|away is now known as esteele15:11
*** __mac__ has joined #zope15:29
*** MatthewWilkes is now known as mwilkes|away15:31
*** agroszer has quit IRC15:38
*** KageSenshi has joined #zope15:46
*** fdrake has joined #zope15:52
*** mwilkes|away is now known as MatthewWilkes15:54
*** eperez has quit IRC15:59
*** J1m has joined #zope16:12
*** kosh has quit IRC16:20
*** J1m has left #zope16:44
*** J1m has quit IRC16:44
*** __mac__ has quit IRC16:48
*** Pumukel has quit IRC17:04
*** alecm has joined #zope17:10
*** alecm has joined #zope17:10
*** Pumukel has joined #zope17:22
*** agroszer has joined #zope17:22
J1m_agroszer, I just updated the buildout 1 bootstrap file according to your specifications.17:53
J1m_Wanna try it out?17:53
agroszerhey J1m_17:53
J1m_hey17:54
agroszerI already patched our local bootsraps17:54
agroszerit passes the buildbot17:54
J1m_Can you please still test the change I made?17:54
agroszersure17:55
*** daMaestro has joined #zope17:58
*** Pumukel has quit IRC18:06
*** Pumukel has joined #zope18:07
*** MatthewWilkes is now known as mwilkes|away18:08
*** evilbungle_ has joined #zope18:11
*** evilbungle has quit IRC18:11
*** evilbungle_ is now known as evilbungle18:11
*** stevegt__ has quit IRC18:19
*** Pumukel has quit IRC18:29
*** Pumukel has joined #zope18:30
*** Pumukel has quit IRC18:41
*** tiwula has joined #zope19:01
*** Egnuph has joined #zope19:04
EgnuphHi. What happened to zope since 2011? Did something replace grok and dlmen?19:05
*** supton has joined #zope19:18
*** Spanktar has joined #zope19:18
*** KageSenshi has quit IRC19:19
*** Spanktar has quit IRC19:20
*** Spanktar has joined #zope19:20
Egnuphits ok, I found some up to date stuff19:23
*** Egnuph has quit IRC19:23
*** Morphex has joined #zope19:35
*** giacomos has quit IRC19:38
*** supton has quit IRC19:46
*** supton has joined #zope19:48
*** menesis has quit IRC19:56
*** Pumukel has joined #zope19:56
*** emidal has quit IRC20:05
*** maurits has quit IRC20:19
*** tiwula has quit IRC20:32
*** mitchell` is now known as mitchell`off20:40
*** agroszer has quit IRC20:41
*** evilbungle has quit IRC20:43
*** emidal has joined #zope20:47
*** emidal has left #zope20:47
*** tiwula has joined #zope20:53
*** esteele is now known as esteele|away21:12
*** Pumukel has quit IRC21:25
*** KageSenshi has joined #zope21:51
*** avoinea has quit IRC22:04
*** evilbungle has joined #zope23:49
*** evilbungle has quit IRC23:51

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!