David, That last advice works!! SCGIMount / 127.0.0.1/3007
We close this thread now. And we hope the docs will be updated for Apache2 and scgi together. Regards, Ernesto. http://adorio-research.org/wordpress/ http://www.extreme.adorio-research.org/ On Fri, Aug 13, 2010 at 12:00 AM, <[email protected]> wrote: > Date: Thu, 12 Aug 2010 06:44:57 -0400 > From: Binger David <[email protected]> > Subject: Re: [QP] Apache2 configuration for the proto example. > To: QP/QPY Discussion <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > > On Aug 12, 2010, at 2:44 AM, Ernesto Adorio wrote: > >> Thanks David, >> >> After experimenting a lot of times, the final template which worked for me >> was >> >> LoadModule scgi_module /usr/lib/apache2/modules/mod_scgi.so >> >> <VirtualHost *:80> >> AddDefaultCharset utf-8 >> ServerName www.proto.mydomain >> ServerAlias mydomain proto >> >> # handle all requests throug SCGI >> SCGIMount /scgi/ 127.0.0.1:3007 >> </VirtualHost> >> >> Surprisingly, the service is accessed through http://www.proto.mydomain/scgi/ > > That's the way SCGIMount is supposed to work. > >> >> Change proto, mydomain to the actual values. >> >> It is working, with correct presentation of the pages, but I wonder >> why /scgi/ works and /dynamic >> does NOT. > > I think the SCGIMount directive really expects to get > a trailing slash on that argument. > > >> I am wondering how to remove the /scgi/, but I can live with that. > > Try this: > > SCGIMount / 127.0.0.1:3007 > >> >> Will continue to experiment. >> > > > > ------------------------------ > > _______________________________________________ > QP mailing list > [email protected] > http://mail.mems-exchange.org/mailman/listinfo/qp > > > End of QP Digest, Vol 44, Issue 4 > ********************************* > _______________________________________________ QP mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/qp
