Re: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread William Cai
ot work.     #!D:\perl\bin\perl.exe #   Does that look like the right format?   Mike   -Original Message-From: William Cai [mailto:[EMAIL PROTECTED]]Sent: Saturday, November 26, 2005 12:39 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] Cannot Get PERL to workI met the sam

Re: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-25 Thread William Cai
I met the same problem before. If my recollection is right, the problem is caused by your perl script. You might have to specify the executable binary with absolute path. e.g. #!C:/perl/bin/perl.exe blablabla Hope it helps. -WilliamOn 11/26/05, Michael Avila <[EMAIL PROTECTED]> wrote: Windows X

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.&g

[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.