i figured it out, i have an old versin of apache (well sorta i guess this is only for apache 2.0) On Mon, Aug 27, 2001 at 03:24:39PM -0400, Brad Noyes wrote:
Hi Fellas, I'm trying to configure apache to handle .shtml files. I don't know much about apache configuration, so i got some info from apache.org about this. i ended up with this config chunck # put in so we can use .shtml files in /home/httpd/includes <Directory "/home/httpd/includes"> Options +Includes # (took from http://www.apache.org/docs-2.0/mod/mod_include.html) <IfModule mod_include.c> AddType text/html .shtml <FilesMatch "\.shtml(\..+)?$"> SetOutputFilter INCLUDES </FilesMatch> </IfModule> </Directory>
When i parse the config file i get this # httpd -t Syntax error on line 408 of /etc/httpd/conf/httpd.conf: Invalid command 'SetOutputFilter', perhaps mis-spelled or defined by a module not included in the server configuration
any suggestions here? i'm using the apache that came with red hat 7.0 Thanks, --Brad
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug