Re: Comments Break WSGI-mod_python
Chad Crabtree <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
I see well I fixed that, but I must've munged it up when I was making the cgi directory work. The same problem is not what's going on with the wsgi-mod_python thing. py['base_url'] = "http://blog.imperialdata.net/blog" Is what I have as the base url for the wsgi one. However with the CGI thing fixed, It says internal error. I enabled cgitb and it says there's a problem with tools.log not being there so I just commented it out. This causes the CGi app to work but the WSGI is still not doing anything. On 12/15/05, Steven Armstrong <[email protected]> wrote: > > On 12/15/05 23:23, Chad Crabtree wrote: > > I thought it might be helpful if you can actually see what goes on > > > > http://blog.imperialdata.net/cgi/pyblosxom.cgi > > > > On 12/14/05, Steven Armstrong <[email protected]> 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. > >> > > > > Something seems pretty weird in your setup. > Have a close look at the urls that are beeing generated. > > e.g. > > http://blog/imperialdata.net/cgi/pyblosxom.cgi/General/Personal/I_Have_A_Wife.html > > should be > > http://blog.imperialdata.net/cgi/pyblosxom.cgi/General/Personal/I_Have_A_Wife.html > > Is your base_url setup correctly? >