Re: Plone mit vorgeschaltetem Apache und Squid

Ronny Wilde <[email protected]>
Newsgroups gmane.comp.web.zope.german
Organization Privat
Message-ID <[email protected]>
Die Konfiguration ist jetzt dank Deiner Hilfe korrekt. Ich hatte Webmin zum 
einrichten benutzt, da gab es keine Methode purge. Vi ist doch der beste 
Freund.

Am Samstag, 12. März 2011 21:27:22 schrieb Andreas Gabriel:
> Hi Ronny,
> 
> On 12.03.2011 18:50, Ronny Wilde wrote:
> > Konfiguration siehe erster Post
> > 1299860775.843      0 127.0.0.1 TCP_DENIED/403 3392 PURGE
> > http://www.example1.org/test - NONE/- text/html
> 
> OK, das habe ich übersehen. Deine squid.conf stimmt nicht. localhost darf
>  keine PURGE Methode aufrufen.
> 
> Die Zeile
> 
> acl PURGE method GET
> 
> in der squid.conf ist auf alle Fälle verkehrt. Du musst eine acl für die
> Methode PURGE erzeugen und nicht für GET, d.h.
> 
> # acl <aclname> method <GET|POST|CONNECT|PURGE|...>
> acl PURGE method PURGE
> 
> [snip]
> 
> # localhost erlauben
> http_access allow PURGE localhost
> # dem Rest verbieten
> http_access deny PURGE
> 
> Ciao
> Andreas
> 


_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.