akosut      96/11/27 22:56:45

  Modified:    htdocs/manual  new_features_1_2.html
               htdocs/manual/mod  mod_fastcgi.html
  Log:
  Fix FastCGI link and trivia.
  
  Revision  Changes    Path
  1.5       +1 -1      apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** new_features_1_2.html     1996/11/27 09:37:11     1.4
  --- new_features_1_2.html     1996/11/28 06:56:43     1.5
  ***************
  *** 74,80 ****
    module can provide powerful URL mapping, using regular
    expressions. There's nothing this module can't do!
    
  ! <li><b><a href="mod_fastcgi.html">Optional FastCGI Module 
Included</a></b><br>
    FastCGI is a high-performance alternative to CGI. FastCGI gets its speed by 
having the Web server keep the
    application processes running between requests. So, unlike CGI, you do not 
have the overhead of starting up
    a new process and doing application initialization (e.g. connecting to a 
database) each time somebody requests
  --- 74,80 ----
    module can provide powerful URL mapping, using regular
    expressions. There's nothing this module can't do!
    
  ! <li><b><a href="mod/mod_fastcgi.html">Optional FastCGI Module 
Included</a></b><br>
    FastCGI is a high-performance alternative to CGI. FastCGI gets its speed by 
having the Web server keep the
    application processes running between requests. So, unlike CGI, you do not 
have the overhead of starting up
    a new process and doing application initialization (e.g. connecting to a 
database) each time somebody requests
  
  
  
  1.3       +1 -9      apache/htdocs/manual/mod/mod_fastcgi.html
  
  Index: mod_fastcgi.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_fastcgi.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** mod_fastcgi.html  1996/11/21 10:30:47     1.2
  --- mod_fastcgi.html  1996/11/28 06:56:45     1.3
  ***************
  *** 20,40 ****
    applications in a variety of languages, including Perl, C, C++,
    Java, and Python.<p>
    
  - <code>mod_fastcgi</code> is not compiled into the server by
  - default. To use <code>mod_fastcgi</code> you first copy
  - <code>src/mod_fastcgi.c</code> from this kit into your Apache server's
  - source directory. Then you add the following line to the server build
  - Configuration file:
  - <pre>
  -         Module fastcgi_module    mod_fastcgi.o
  - </pre>
  - 
    Any request for a file with the MIME type
    <code>application/x-httpd-fcgi</code> will be processed by
    <code>mod_fastcgi</code>.  For the request to succeed, the server's
    configuration must have started the application (executable file)
    using the <code>AppClass</code> directive.
    
    
    <h2>Summary</h2>
    
  --- 20,32 ----
    applications in a variety of languages, including Perl, C, C++,
    Java, and Python.<p>
    
    Any request for a file with the MIME type
    <code>application/x-httpd-fcgi</code> will be processed by
    <code>mod_fastcgi</code>.  For the request to succeed, the server's
    configuration must have started the application (executable file)
    using the <code>AppClass</code> directive.
    
  + <p>This module is included optionally in Apache 1.2 and later.
    
    <h2>Summary</h2>
    
  
  
  

Reply via email to