On 08.03.2010, at 10:18, Christian Haase wrote: > We installed the latest official mwlib version on our server. >> From Time to time it just stops functioning, The Collection Extension > in the frontend would give us a Error message: > (Empty Reply from Server) > >> From this point on only a restart of the mw-serve service helps. Until > it happens again.
What is the output of mw-serve when/before this happens? Is the process still alive? What response do you get if you try to connect to mw-serve e.g. using curl: $ curl -D - -d foo=bar http://hostname:port/ ? (A response with status 400 Bad Request is normal.) Does mw-serve in your setup serve HTTP directly or do you use FastCGI or SCGI via some other webserver? > this bug report says that it would be fixed: > http://code.pediapress.com/wiki/ticket/480#comment:2 Yes, this problem has been fixed. But if your harddisk isn’t full, it’s most probably some other problem for you. -- Johannes -- 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.
