> Michiel Boland:
> You have to set the PYTHONPATH environment variable before you start the
> server. Then put
>
> Export { PYTHONPATH }
ok, i found that out already. now there's another problem. in what way
does the apache treat CGI's generally different? i have this CGI. it can
be reached by http://localhost:8887/moin/cgi-bin/moin.cgi. when i go to
some link, it shows http://localhost:8887/moin/cgi-bin/WikiName, which does
not work, but rewritten as
http://localhost:8887/moin/cgi-bin/moin.cgi?WikiName, it does. the
original configuration is, it seems, apache style. so, what's the
difference? i know i can set the CGI's to take pathnames as an argument,
but is this what's needed?
clemens fischer