Re: contrib 1.2.1 for PyBlosxom 1.2 release
Joseph Reagle <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Organization | MIT |
| Message-ID | <[email protected]> |
On Tuesday 10 May 2005 19:13, will guaraldi wrote: > What's going on is that you're not running Apache with suexec. There's > nothing wrong with that, but what happens is that Apache doesn't have > write access to the plugins directory. When you edit plugins or remove Using suexec and doing various things like: find . -type f | xargs chmod 644 find . -type d | xargs chmod 745 find . -name *.py* | xargs chmod 744 I seem to have a 1.2 install working properly, including trackback! Next time I feel some steam, I might try getting PIL installed again so I can challenge spammers to type in sequence of chars. Thank you all for your help.