[Pangloss] Apache: Application Error: no view present!

Bruno Postle bruno at mkdoc.com
Thu Mar 4 16:03:09 GMT 2004


On Thu 04-Mar-2004 at 01:29:51PM +0000, Bruno Postle wrote:
> 
> The front-page loads, but all of the links respond with a page with
> the message: "Application Error: no view present!" - Except
> _sometimes_ it's ok.

Ok, it works if I restart apache before every request, subsequent
requests fail unless I leave it for 20 seconds or so.

So, something (the Pixie connection?) isn't terminating properly and
needs to time-out, so I went looking in the httpd.conf file and
found this:

    # KeepAliveTimeout: Number of seconds to wait for the next request from the
    # same client on the same connection.
    #
    KeepAliveTimeout 15

Turning KeepAlive off, I get about ten requests without any errors
(hmm, MaxSpareServers is set to 10).

So I set "MaxRequestsPerChild 1", "KeepAlive Off" and Pangloss now
runs without error - Very slowly.

-- 
Bruno


More information about the Pangloss mailing list