Hi, Our Webserver is a IIS6 under Windows Server 2003.
MySQL, Mediawiki, Perl, PHP, Python & its tools, mwlib, mwlib.rl and the MediaWiki Collection Extension are correctly installed and working fine (well i think !). There is only 1 problem : it's not possible to create a PDF inside our wiki ... We are always getting the error HTTP status 502. The following command runs perfect : mw-render -c http://localhost/wiki -w rl -o test.pdf testpage The following 3 lines saved as test.py under c:\inetpub\cgi-bin are working when opening http://localhost/cgi-bin/test.py in a web browser : #! C:\mwlib\Python25\python.exe print "Content-Type: text/plain", "\n\n" print "Hello World in Python", "\n" The following 3 lines saved as test.pl under c:\inetpub\cgi-bin are working when opening http://localhost/cgi-bin/test.pl in a web browser : #! c:\perl\bin\perl.exe print "Content-Type: text/plain", "\n\n"; print "Hello World in Perl", "\n"; Any idea about the reason of our problem ? Thank you for any idea ! Stéphane --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
