Re: Comments Break WSGI-mod_python
Chad Crabtree <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Ok I have set up the cgi and when ever I click on anylinks it redirects me to Blogger. Frankly that is really suprising. On 12/14/05, Steven Armstrong <[email protected]> wrote: > > On 12/14/05 20:26, Chad Crabtree wrote: > Have you tried to run the blog on cgi to test if your config and setup > basically work? That's how I usually start. > > e.g. using something like: > > ScriptAlias /blog-cgi /path/to/cgi/and/config/pyblosxom.cgi/ > <Directory /path/to/cgi/and/config/pyblosxom.cgi/> > Options -All -Multiviews +ExecCGI > AllowOverride None > Order allow,deny > Allow from all > </Directory> > > Do comments work when running as a cgi? > > hth > cheers > Steven >