"Fossies" - the Fresh Open Source Software Archive

Member "mod_fastcgi-2.4.7-0910052141/INSTALL.AP2" (10 Apr 2012, 1184 Bytes) of package /linux/www/apache_httpd_modules/old/mod_fastcgi-2.4.7-0910052141.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 
    3              ***  Apache FastCGI Module Installation  ***
    4 
    5 
    6   See docs/mod_fastcgi.html for configuration information.
    7 
    8   This module is maintained at http://www.fastcgi.com.  
    9   
   10   See the web page for mailing list information.
   11   
   12   
   13   *NIX
   14   ====
   15 
   16     $ cd <mod_fastcgi_dir>
   17     $ cp Makefile.AP2 Makefile
   18     $ make 
   19     $ make install
   20 
   21     If your Apache2 installation isn't in /usr/local/apache2, then
   22     set the top_dir variable when running make (or edit the
   23     Makefile), e.g. 
   24 
   25       $ make top_dir=/opt/httpd/2.0.40
   26 
   27     Add an entry to httpd.conf like this:
   28 
   29       LoadModule fastcgi_module modules/mod_fastcgi.so
   30  
   31 
   32   WIN
   33   ===
   34 
   35     To build mod_fastcgi as a project you'll need M$ VC++ 6.0 (the Makefile
   36     hasn't been updated for AP2 support):
   37 
   38     Open the mod_fastcgi project file with the VC++.
   39 
   40     Edit the Project for your configuration (update the Preprocessor
   41     and the Link paths). The default assumes a complete Apache2 
   42     installation in /Apache2.
   43     
   44     Build mod_fastcgi.so.
   45 
   46     Copy it to the Apache modules directory, e.g. /Apache2/modules.
   47 
   48     Add an entry to httpd.conf like this:
   49 
   50         LoadModule fastcgi_module modules/mod_fastcgi.so
   51