Re: Plone mit vorgeschaltetem Apache und Squid
Andreas Gabriel <[email protected]>
| Newsgroups | gmane.comp.web.zope.german |
|---|---|
| Message-ID | <[email protected]> |
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 -- Dr. Andreas Gabriel, Hochschulrechenzentrum Hans-Meerwein-Str., 35032 Marburg, fon +49 (0)6421 28-23560 fax -26994 ----------------- Philipps-Universitaet Marburg ---------------------- _______________________________________________ zope mailing list [email protected] https://mail.dzug.org/mailman/listinfo/zope