Hello list,

 

I am having some issues with my new Moin installation. Although I am
experienced with Python, I am new to server administration.

 

I have:

Windows server 2012 R2 standard

Apache/2.4.12 (win32)

Python 2.7.6 (win32)

MoinMoin 1.9.8

Apache calls moin through cgi.

 

I am in a corporate environment, which restricts my possibilities. The
(virtual) server with Moin running has no other tasks, and I have admin
rights. The initial installation was done by one of our server admins and
seems to follow the wiki recommendations. The users all access the wiki
through thin clients and other servers. IE 10 is mandatory and for some
reason it is configured for IE 7 compatibility mode.

 

The issue is that wiki pages get truncated. The standard footer messages
(like about valid HTML) disappear or show a half HTML expression.

 

I have inspected Moin's outgoing data and I noticed that the outgoing
message uses CRLF in the header section but only LF in the content section.
Content-length is set correctly. The amount of truncated characters is quite
close to the amount of lines in the content section. I wonder if maybe,
somewhere in the process LF gets replaced by CRLF - and then content-length
is too short.

 

I have noticed two other problems which may or may not be related:

1.      A number of POST commands do not work, like the action for renaming
a page. They return '400 Bad request'.

2.      Many images do not display as intended.

 

It would be nice if someone recognizes the problem and would know the
solution. I found a few stories/posts which may hint to the same issue, but
no real solutions. 

 

To dig deeper into the problem I would also like your advice on how to
proceed. I would like to manipulate the incoming and outgoing datastreams.
It would seem possible to develop a wsgi compliant middleman to do just that
- do you know about such a project? What is the best place in moin to get to
the datastreams?

 

Thanks in advance,

 

Patrick

 

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to