You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Collin Starkweather <co...@collinstarkweather.com> on 2003/07/30 19:34:24 UTC

mod_perl and mod_fastcgi conflict

I am having problems running both mod_perl and mod_fastcgi.  I am using
Apache::PageKit, which requires mod_perl, and Zope, which works best
with FastCGI, for two different web sites.

The build goes just fine, Apache doesn't so much as utter a peep of
complaint, but when I try to get a web page, it seems Apache isn't
serving content correctly.  In Mozilla, accessing any web page results
in a recursive page reload until Mozilla finally dies with a "document
contains no data" message.

Has anyone had success (or failure) installing both mod_perl and
mod_fastcgi on the same instance?  Is this a known problem?  

I would be happy to provide more detail if it would be helpful.

Cheers,

-Collin

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Collin Starkweather, Ph.D.        collin.starkweather@colorado.edu
University of Colorado                     Department of Economics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Re: mod_perl and mod_fastcgi conflict

Posted by Collin Starkweather <co...@collinstarkweather.com>.
On Wed, 2003-07-30 at 14:36, Perrin Harkins wrote:
> On Wed, 2003-07-30 at 13:34, Collin Starkweather wrote:
> > The build goes just fine, Apache doesn't so much as utter a peep of
> > complaint, but when I try to get a web page, it seems Apache isn't
> > serving content correctly.  In Mozilla, accessing any web page results
> > in a recursive page reload until Mozilla finally dies with a "document
> > contains no data" message.
> 
> You're not giving us much to go on.  Does it work without mod_fastcgi? 
> What does your config look like?  What's in the error log?  The basics
> for reporting problems are described on the mod_perl site.

Thanks!  I'll take a look at the reporting suggestions.  I've got
tcpdump output galore but was hoping it would be the kind of thing
someone would recognize as a common problem.  I'll send along more
detail if additional sleuthing doesn't turn up anything.

> > Has anyone had success (or failure) installing both mod_perl and
> > mod_fastcgi on the same instance?
> 
> Yes, at least one person recently posted to the list saying that he was
> using both.

Thanks again!  I'll search the list archives.  Googling didn't turn up
anything helpful.

Cheers,

-Collin

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Collin Starkweather, Ph.D.        collin.starkweather@colorado.edu
University of Colorado                     Department of Economics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Re: mod_perl and mod_fastcgi conflict

Posted by Perrin Harkins <pe...@elem.com>.
On Wed, 2003-07-30 at 13:34, Collin Starkweather wrote:
> The build goes just fine, Apache doesn't so much as utter a peep of
> complaint, but when I try to get a web page, it seems Apache isn't
> serving content correctly.  In Mozilla, accessing any web page results
> in a recursive page reload until Mozilla finally dies with a "document
> contains no data" message.

You're not giving us much to go on.  Does it work without mod_fastcgi? 
What does your config look like?  What's in the error log?  The basics
for reporting problems are described on the mod_perl site.

> Has anyone had success (or failure) installing both mod_perl and
> mod_fastcgi on the same instance?

Yes, at least one person recently posted to the list saying that he was
using both.

- Perrin