Commit a086568a authored by Joshua Slive's avatar Joshua Slive
Browse files

fixes heml to html to make example work

Submitted by:	Hartmut Obendorf <obendorf@informatik.uni-hamburg.de>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91385 13f79535-47bb-0310-9956-ffa450edef68
parent f2ccee6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
    &lt;Directory "/export/home/trawick/apacheinst/htdocs/c"&gt;

    # core directive to cause the new filter to be run on output
    SetOutputFilter c-to-heml
    SetOutputFilter c-to-html

    # mod_mime directive to set the type of .c files to text/c
    AddType text/c .c