Re: 'premature end of script headers' error

Pradip Caulagi <[email protected]>
Newsgroups gmane.comp.bug-tracking.roundup.user
Message-ID <[email protected]>
On Friday 13 December 2013 08:34 PM, Tom Ekberg wrote:
> Pradip,
>
> I'm not using WSGI to run roundup. I have some apps that use it on other
> hosts, but not roundup on our tracker host.

Is it an option you can try?  This was our apache conf -

AliasMatch /@@file/(.*) /var/www/roundup/trackers/roundup/html/$1

WSGIScriptAlias /support /var/www/roundup/trackers/roundup/wwstay.wsgi
<Directory /var/www/roundup/trackers/roundup>
     Order allow,deny
     Allow from all
</Directory>

and wwstay.wsgi -

import os
from roundup.cgi.wsgi_handler import RequestDispatcher

application = RequestDispatcher(os.path.dirname(__file__))

--
Pradip P Caulagi
http://wwstay.com

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.