>
>I am trying to configure my apache server to recognize Server Side Includes. I have 
>edited srm.conf and found the following lines :
>
>$$$$$$$$$ start $$$$$$$$$$
># If you want to use server side includes or CGI outside 
># ScriptAliased directories uncomment the following lines 
>
># AddType allows you to tweak mime.types without actually editing it or to 
># make certain files to be certain types.
># Format: AddType type/subtype ext1 
>$$$$$$$$$ end $$$$$$$$$$
>
>According to the text above, it says if I want to use server side includes I have to 
>uncomment the next lines, but I think the lines following are not related to SSI. I 
>feel the code is missing some lines. Could anybody please email me any code that fits 
>in here to get SSI recognized ?
>
>Saleh

The lines are further down the food chain.  Here are the lines in mine:

# To use server-parsed HTML files
#AddType text/html .shtml
#AddHandler server-parsed .shtml
AddHandler server-parsed .html


MB
-- 
System Administrator - Finnigan FT/MS - Madison WI. URL:http://www.ftms.com/
e-mail: [EMAIL PROTECTED]
phone: (608) 273-8262 ext: 612  fax: (608) 273-8719
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to