Changes

From SME Server
Jump to navigationJump to search
390 bytes added ,  15:05, 11 May 2010
m
categorisation
Line 14: Line 14:  
* Distributed computing: Companies can run their FastCGI application on a different machine from the one on which they run their Web server. Distributed computing is a proven technique for scaling, linking to existing corporate systems, improving system availability, and improving security via compartmentalization, such as firewalls.
 
* Distributed computing: Companies can run their FastCGI application on a different machine from the one on which they run their Web server. Distributed computing is a proven technique for scaling, linking to existing corporate systems, improving system availability, and improving security via compartmentalization, such as firewalls.
 
* Multiple and extensible roles: CGI applications compute the response to an HTTP request. FastCGI applications can do that and more, such as perform modular authentication and authorization checks and translate data from one type to another. FastCGI is designed so that more roles can be introduced in the future.
 
* Multiple and extensible roles: CGI applications compute the response to an HTTP request. FastCGI applications can do that and more, such as perform modular authentication and authorization checks and translate data from one type to another. FastCGI is designed so that more roles can be introduced in the future.
 +
 +
See http://www.fastcgi.com
    
=== Installation ===
 
=== Installation ===
 
This contrib can not be found yet in the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/ SME Contribs] repository. To install this contrib get shell access as root user and issue the following command:
 
This contrib can not be found yet in the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/ SME Contribs] repository. To install this contrib get shell access as root user and issue the following command:
    +
wget http://mirror.contribs.org/smeserver/contribs/nhall/sme7/contribs/mod_fastcgi/rpms/mod_fastcgi-2.4.6-1.i386.rpm
 +
wget http://mirror.contribs.org/smeserver/contribs/nhall/sme7/contribs/mod_fastcgi/rpms/smeserver-mod_fastcgi-0.1-1.noarch.rpm
 +
 +
yum localinstall smeserver-mod_fastcgi-0.1-1.noarch.rpm mod_fastcgi-2.4.6-1.i386.rpm
    
=== Additional information ===
 
=== Additional information ===
Line 25: Line 31:     
[[Category: Howto]]
 
[[Category: Howto]]
 +
[[Category: Administration]]

Navigation menu