Re: [mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Mukesh Subedee
Frank,

In the meantime, while configuring FastCGI as mentioned in 
http://mapserver.org/optimization/fastcgi.html#configuration , I added 
LoadModule and AddHandler as mentioned in the link in httpd.conf file. 
However, I am not sure where should I add the content in the step 3 (Set 
FastCGI processing information). Do you have any idea of that? 


Thanks!



From: Frank Warmerdam 
To: Mukesh Subedee 
Cc: "mapserver-users@lists.osgeo.org" 
Sent: Monday, August 1, 2011 12:41 PM
Subject: Re: [mapserver-users] building FastCGI on MapServer 6.0

Mukesh,

Reviewing maperror.c, it should issue SUPPORTS=FASTCGI if
-DUSE_FASTCGI was defined at compile time.  So I suppose you
either didn't do a clean build (and some stuff didn't get recompiled) or
you aren't running the executable you built.

Best regards,

On Mon, Aug 1, 2011 at 12:11 PM, Mukesh Subedee  wrote:
> Hi all,
> I am again posting my problem as I am still stuck in the same place.
> I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04
> machines. I installed both fcgi-2.4.0 and mod_fastcgi-2.4.6 as mentioned in
> http://mapserver.org/optimization/fastcgi.html#obtaining-the-necessary-software.
> I configured MapServer --with-fastcgi=/usr option and could see "FastCGI
> support: -DUSE_FASTCGI" in Support Libraries. I did make and check ./mapserv
> -v but could not find SUPPORTS=FASTCGI there. I am wondering if I did
> anything wrong as I just followed the link and I did not get any errors
> while compiling any of those softwares/packages.
>
> Thanks!
> Mukesh
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>



-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Software Developer___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Mukesh Subedee
Thanks a lot Frank. I had to do make clean and it worked. :)




From: Frank Warmerdam 
To: Mukesh Subedee 
Cc: "mapserver-users@lists.osgeo.org" 
Sent: Monday, August 1, 2011 12:41 PM
Subject: Re: [mapserver-users] building FastCGI on MapServer 6.0

Mukesh,

Reviewing maperror.c, it should issue SUPPORTS=FASTCGI if
-DUSE_FASTCGI was defined at compile time.  So I suppose you
either didn't do a clean build (and some stuff didn't get recompiled) or
you aren't running the executable you built.

Best regards,

On Mon, Aug 1, 2011 at 12:11 PM, Mukesh Subedee  wrote:
> Hi all,
> I am again posting my problem as I am still stuck in the same place.
> I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04
> machines. I installed both fcgi-2.4.0 and mod_fastcgi-2.4.6 as mentioned in
> http://mapserver.org/optimization/fastcgi.html#obtaining-the-necessary-software.
> I configured MapServer --with-fastcgi=/usr option and could see "FastCGI
> support: -DUSE_FASTCGI" in Support Libraries. I did make and check ./mapserv
> -v but could not find SUPPORTS=FASTCGI there. I am wondering if I did
> anything wrong as I just followed the link and I did not get any errors
> while compiling any of those softwares/packages.
>
> Thanks!
> Mukesh
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>



-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Software Developer___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Frank Warmerdam
Mukesh,

Reviewing maperror.c, it should issue SUPPORTS=FASTCGI if
-DUSE_FASTCGI was defined at compile time.  So I suppose you
either didn't do a clean build (and some stuff didn't get recompiled) or
you aren't running the executable you built.

Best regards,

On Mon, Aug 1, 2011 at 12:11 PM, Mukesh Subedee  wrote:
> Hi all,
> I am again posting my problem as I am still stuck in the same place.
> I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04
> machines. I installed both fcgi-2.4.0 and mod_fastcgi-2.4.6 as mentioned in
> http://mapserver.org/optimization/fastcgi.html#obtaining-the-necessary-software.
> I configured MapServer --with-fastcgi=/usr option and could see "FastCGI
> support: -DUSE_FASTCGI" in Support Libraries. I did make and check ./mapserv
> -v but could not find SUPPORTS=FASTCGI there. I am wondering if I did
> anything wrong as I just followed the link and I did not get any errors
> while compiling any of those softwares/packages.
>
> Thanks!
> Mukesh
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>



-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Software Developer
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Mukesh Subedee
Hi all,
I am again posting my problem as I am still stuck in the same place.

I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04 
machines. I installed both fcgi-2.4.0 and 
mod_fastcgi-2.4.6 as mentioned in 
http://mapserver.org/optimization/fastcgi.html#obtaining-the-necessary-software.
 I configured MapServer --with-fastcgi=/usr option and could see 
"FastCGI support: -DUSE_FASTCGI" in Support Libraries. I did make and 
check ./mapserv -v but could not find SUPPORTS=FASTCGI there. I am 
wondering if I did anything wrong as I just followed the link and I did 
not get any errors while compiling any of those softwares/packages. 

Thanks!
Mukesh___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users