* [gentoo-web-user] using portage to build mod_fastcgi with apache2
@ 2005-10-30 23:11 matt wilbert
2005-10-30 23:54 ` kloeri
0 siblings, 1 reply; 5+ messages in thread
From: matt wilbert @ 2005-10-30 23:11 UTC (permalink / raw
To: gentoo-web-user
[-- Attachment #1: Type: text/plain, Size: 414 bytes --]
Hi,
I have apache2 built via portage and running on an Opteron-based Gentoo
2.6.11 system.
I want to use mod_fastcgi to run an application behind Apache2. However,
when I emerge --pretend mod_fastcgi, portage says it wants to build Apache
1.3 as part of the process. I find it hard to believe this is what I want.
Am I wrong? If not, how can I make portage do what I want?
Thank you,
Matt Wilbert
[-- Attachment #2: Type: text/html, Size: 480 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-web-user] using portage to build mod_fastcgi with apache2
2005-10-30 23:11 [gentoo-web-user] using portage to build mod_fastcgi with apache2 matt wilbert
@ 2005-10-30 23:54 ` kloeri
2005-10-31 2:01 ` matt wilbert
0 siblings, 1 reply; 5+ messages in thread
From: kloeri @ 2005-10-30 23:54 UTC (permalink / raw
To: gentoo-web-user
On Sun, Oct 30, 2005 at 06:11:00PM -0500, matt wilbert wrote:
> Hi,
>
> I have apache2 built via portage and running on an Opteron-based Gentoo
> 2.6.11 system.
>
> I want to use mod_fastcgi to run an application behind Apache2. However,
> when I emerge --pretend mod_fastcgi, portage says it wants to build Apache
> 1.3 as part of the process. I find it hard to believe this is what I want.
> Am I wrong? If not, how can I make portage do what I want?
>
> Thank you,
>
> Matt Wilbert
Make sure you have USE=apache2 enabled.
Regards,
Bryan Østergaard
--
gentoo-web-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-web-user] using portage to build mod_fastcgi with apache2
2005-10-30 23:54 ` kloeri
@ 2005-10-31 2:01 ` matt wilbert
2005-11-01 14:34 ` Dave Strydom
0 siblings, 1 reply; 5+ messages in thread
From: matt wilbert @ 2005-10-31 2:01 UTC (permalink / raw
To: gentoo-web-user
[-- Attachment #1: Type: text/plain, Size: 845 bytes --]
That was it. I probably should have been able to figure that out, but I
didn't.
Thanks a lot,
Matt Wilbert
On 10/30/05, kloeri@gentoo.org <kloeri@gentoo.org> wrote:
>
> On Sun, Oct 30, 2005 at 06:11:00PM -0500, matt wilbert wrote:
> > Hi,
> >
> > I have apache2 built via portage and running on an Opteron-based Gentoo
> > 2.6.11 system.
> >
> > I want to use mod_fastcgi to run an application behind Apache2. However,
> > when I emerge --pretend mod_fastcgi, portage says it wants to build
> Apache
> > 1.3 as part of the process. I find it hard to believe this is what I
> want.
> > Am I wrong? If not, how can I make portage do what I want?
> >
> > Thank you,
> >
> > Matt Wilbert
> Make sure you have USE=apache2 enabled.
>
> Regards,
> Bryan Østergaard
> --
> gentoo-web-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1261 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-web-user] using portage to build mod_fastcgi with apache2
2005-10-31 2:01 ` matt wilbert
@ 2005-11-01 14:34 ` Dave Strydom
2006-01-05 22:42 ` matt wilbert
0 siblings, 1 reply; 5+ messages in thread
From: Dave Strydom @ 2005-11-01 14:34 UTC (permalink / raw
To: gentoo-web-user
[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]
just out of interest, what is the benefits of using fastcgi ?
On 10/31/05, matt wilbert <matt.wilbert@gmail.com> wrote:
>
> That was it. I probably should have been able to figure that out, but I
> didn't.
>
> Thanks a lot,
>
> Matt Wilbert
>
> On 10/30/05, kloeri@gentoo.org <kloeri@gentoo.org> wrote:
> >
> > On Sun, Oct 30, 2005 at 06:11:00PM -0500, matt wilbert wrote:
> > > Hi,
> > >
> > > I have apache2 built via portage and running on an Opteron-based
> > Gentoo
> > > 2.6.11 system.
> > >
> > > I want to use mod_fastcgi to run an application behind Apache2.
> > However,
> > > when I emerge --pretend mod_fastcgi, portage says it wants to build
> > Apache
> > > 1.3 as part of the process. I find it hard to believe this is what I
> > want.
> > > Am I wrong? If not, how can I make portage do what I want?
> > >
> > > Thank you,
> > >
> > > Matt Wilbert
> > Make sure you have USE=apache2 enabled.
> >
> > Regards,
> > Bryan Østergaard
> > --
> > gentoo-web-user@gentoo.org mailing list
> >
> >
>
[-- Attachment #2: Type: text/html, Size: 1980 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-web-user] using portage to build mod_fastcgi with apache2
2005-11-01 14:34 ` Dave Strydom
@ 2006-01-05 22:42 ` matt wilbert
0 siblings, 0 replies; 5+ messages in thread
From: matt wilbert @ 2006-01-05 22:42 UTC (permalink / raw
To: gentoo-web-user
[-- Attachment #1: Type: text/plain, Size: 1572 bytes --]
Sorry I didn't answer this earlier; I got behind on my mail.
The reason I am using fastcgi is that it allows a persistent server process
and also passes Apache authentication information via REMOTE_USER. I'm
using Apache to authenticate using mod_auth_kerb, and then passing the
username to applications that want a username but can't deal with kerberos.
Matt
On 11/1/05, Dave Strydom <strydom.dave@gmail.com> wrote:
>
> just out of interest, what is the benefits of using fastcgi ?
>
>
>
> On 10/31/05, matt wilbert <matt.wilbert@gmail.com > wrote:
> >
> > That was it. I probably should have been able to figure that out, but I
> > didn't.
> >
> > Thanks a lot,
> >
> > Matt Wilbert
> >
> > On 10/30/05, kloeri@gentoo.org <kloeri@gentoo.org> wrote:
> > >
> > > On Sun, Oct 30, 2005 at 06:11:00PM -0500, matt wilbert wrote:
> > > > Hi,
> > > >
> > > > I have apache2 built via portage and running on an Opteron-based
> > > Gentoo
> > > > 2.6.11 system.
> > > >
> > > > I want to use mod_fastcgi to run an application behind Apache2.
> > > However,
> > > > when I emerge --pretend mod_fastcgi, portage says it wants to build
> > > Apache
> > > > 1.3 as part of the process. I find it hard to believe this is what I
> > > want.
> > > > Am I wrong? If not, how can I make portage do what I want?
> > > >
> > > > Thank you,
> > > >
> > > > Matt Wilbert
> > > Make sure you have USE=apache2 enabled.
> > >
> > > Regards,
> > > Bryan Østergaard
> > > --
> > > gentoo-web-user@gentoo.org mailing list
> > >
> > >
> >
>
[-- Attachment #2: Type: text/html, Size: 2846 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-01-05 22:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-30 23:11 [gentoo-web-user] using portage to build mod_fastcgi with apache2 matt wilbert
2005-10-30 23:54 ` kloeri
2005-10-31 2:01 ` matt wilbert
2005-11-01 14:34 ` Dave Strydom
2006-01-05 22:42 ` matt wilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox