1 Dec 2002 18:25
Windows and Moin (yes, the moin packages load).
Ransom <ransom <at> telus.net>
2002-12-01 17:25:37 GMT
2002-12-01 17:25:37 GMT
I am trying to get MoinMoin working with WindowsXP Pro and IIS.
My moin.cgi looks like this now
import sys
sys.path.append('e:/apps/Python22/lib')
sys.path.append('E:/apps/moin/lib/site-packages')
import os
and the Moin library is loaded (I know thats the usual problem).
Now I get this particular error, and not being a python programmer, I
have absolutely no clue on what to do next. All help appreciated.
> CGI Error
> The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it
did return are:
>
> Traceback (most recent call last):
> File "E:\apps\moin\share\moin\htdocs\moin.cgi", line 32, in ?
> cgimain.run()
> File "e:\apps\moin\Lib\site-packages\MoinMoin\cgimain.py", line 103, in run
> sys.stderr = open(os.path.join(config.data_dir, 'err_log'), 'at')
> IOError: [Errno 2] No such file or directory: 'data\\err_log'
Another weirdness is that the URI
http://localhost/wiki/moin.cgi must be used; IIS will not deliver the
URI http://localhost/wiki/moin.cgi/. The default document as described
(Continue reading)
favorite projects* can reference this place when
questions about load balancing and accelerating cgi scripts come up.
-- Terrel
---
* favorite projects include: roundup, moinmoin, mailman, webware,
quixote.
--- forwarded message ---
On Tue, 2002-12-03 at 20:31, Ian Bicking wrote:
> On Tue, 2002-12-03 at 22:04, Terrel Shumway wrote:
> > > I would like to suggest a slight more flexibility which also could be used
> > > in WebKit.cgi: Don't rely on the presence of address.text but make it
> > > possible to connect to another machine, too
> > > With this feature it could be possible to implement a primitve form of load
> > > balancing: different webware servers on different machines.
> >
> >
RSS Feed