Changes between Version 15 and Version 16 of WebApplication/Introduction
- Timestamp:
- 05/16/07 09:08:44 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebApplication/Introduction
v15 v16 24 24 {{{ 25 25 <Directory /home/*/public_html/cgi> 26 Options ExecCGI 26 Options +ExecCGI 27 AddHandler cgi-script .cgi 27 28 </Directory> 28 29 }}} 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. 30 31 31 32 * 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


