Hello list,
This issue was caused by Python's universal newline support. During the
output of the html to stdout, python changes (apparently) '\n' to '\r\n'.
Universal newline support can be turned off by using the command line
parameter '-u', which changes the standard i/o files to binary mod
Hello list,
I am having some issues with a new wiki installation. Although I am
experienced with Python, I am new to server administration and Apache.
I have:
Windows server 2012 R2 standard
Apache/2.4.12 (win32)
Python 2.7.6 (win32)
MoinMoin 1.9.8 wikisoftware
Apache calls moin throug