[mapguide-users] About FastCGI
azpublic
azpublic at bluewin.ch
Mon May 28 09:21:03 EDT 2007
I am currently traing to install mapguide OS manually on a custom Apache
server as well as a custom Tomcat server.
I just wanted to know about the use of the following directives in
httpd.conf :
#---------------------------------------------------------------------------
-------------------------
LoadModule fastcgi_module modules/mod_fastcgi-AP2.so
And the associated configuration :
FastCgiConfig -idle-timeout 120 -startDelay 1 -minProcesses 4
-maxClassProcesses 4 -multiThreshold 100 -singleThreshold 100 -killInterval
600
FastCgiServer "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/php/php-cgi.exe" -processes 4
-idle-timeout 120 -initial-env PHP_FCGI_MAX_REQUESTS=500 -initial-env
PHP_FCGI_CHILDREN=1
#Start PHP FastCGI config
ScriptAlias /php/ "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/php/"
<Directory "C:/Program Files/MapGuideOpenSource/WebServerExtensions/php">
Options ExecCGI
AddHandler fastcgi-script exe
</Directory>
Action application/x-httpd-php5 "/php/php-cgi.exe"
AddType application/x-httpd-php5 .php
#End PHP FastCGI Config
#---------------------------------------------------------------------------
-------------------------
As I’m having troubles starting my Apache HTTP Server when these directives
are enableb I was wondering if they are useful for an installation that
relies on Apache and Tomcat with Java and JSP’s ? Are they useful outside
of an IIS base dinstallation ?
For now I will be using
#---------------------------------------------------------------------------
-------------------------
#Start PHP Config
ScriptAlias /php/ "C:/Program
Files/MapGuideOpenSource/WebServerExtensions/php/"
Action application/x-httpd-php "/php/php-cgi.exe"
AddType application/x-httpd-php .php
#End PHP Config
#---------------------------------------------------------------------------
-------------------------
Is this sufficient for Mapguide OS to work properly ?
Thank you for helping
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.472 / Virus Database: 269.8.0/821 - Release Date: 27.05.2007
15:05
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20070528/e8360fe8/attachment.html
More information about the mapguide-users
mailing list