akosut 97/01/06 22:38:05
Modified: conf srm.conf-dist
Log:
Remove reference to non-existant CGI script.
Revision Changes Path
1.11 +0 -8 apache/conf/srm.conf-dist
Index: srm.conf-dist
===================================================================
RCS file: /export/home/cvs/apache/conf/srm.conf-dist,v
retrieving revision 1.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** srm.conf-dist 1997/01/01 18:28:21 1.10
--- srm.conf-dist 1997/01/07 06:38:04 1.11
***************
*** 173,186 ****
# Format: Action media/type /cgi-script/location
# Format: Action handler-name /cgi-script/location
- # For example to add a footer (footer.html in your document root) to
- # files with extension .foot (e.g. foo.html.foot), you could use:
- #AddHandler foot-action foot
- #Action foot-action /cgi-bin/footer
-
- # Or to do this for all HTML files, for example, use:
- #Action text/html /cgi-bin/footer
-
# MetaDir: specifies the name of the directory in which Apache can find
# meta information files. These files contain additional HTTP headers
# to include when sending the document
--- 173,178 ----