Changes between Version 15 and Version 16 of WebApplication/Introduction

Show
Ignore:
Timestamp:
05/16/07 09:08:44 (6 years ago)
Author:
leo (IP: 157.82.238.187)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebApplication/Introduction

    v15 v16  
    2424{{{ 
    2525<Directory /home/*/public_html/cgi> 
    26   Options ExecCGI 
     26  Options +ExecCGI 
     27  AddHandler cgi-script .cgi 
    2728</Directory> 
    2829}}} 
    29    * This configuration enables CGI programs within the /home/*/public_html/cgi directories to run. 
     30   * This configuration enables CGI programs (whose file extension is .cgi) within the /home/*/public_html/cgi directories to run. 
    3031 
    3132 * In general, the use of .htaccess file to enable CGI programs is not recommended. See the details in http://httpd.apache.org/docs/2.2/howto/htaccess.html