Re: [EMAIL PROTECTED] SSI works without mod_include.so???

2005-11-24 Thread William Cai
  Thanks Joshua! I tried "httpd -l". It's compiled into the server.   On 11/25/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/24/05, William Cai <[EMAIL PROTECTED]> wrote: > Hi list,> Just observe an interesting issue. I developed a SSI to parse *.shtml files.> I just made some minor changes in

Re: [EMAIL PROTECTED] SSI works without mod_include.so???

2005-11-24 Thread Joshua Slive
On 11/24/05, William Cai <[EMAIL PROTECTED]> wrote: > Hi list, > Just observe an interesting issue. I developed a SSI to parse *.shtml files. > I just made some minor changes in the httpd.conf file like the following. > > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > > Options F

[EMAIL PROTECTED] SSI works without mod_include.so???

2005-11-24 Thread William Cai
Hi list, Just observe an interesting issue. I developed a SSI to parse *.shtml files. I just made some minor changes in the httpd.conf file like the following.   AddType text/html .shtmlAddOutputFilter INCLUDES .shtml     Options FollowSymLinks +Includes    AllowOverride None   Then things worked.