Hello,

i play with the ssi it work when i have a simple html file with a
include tag but not when i generate the tag via php ;(

my config
vserver!2!directory_index = index.php
vserver!2!document_root = /var/www/test
vserver!2!nick = demo.savedcite.com
vserver!2!rule!300!encoder!gzip = 1
vserver!2!rule!300!handler = fcgi
vserver!2!rule!300!handler!balancer = round_robin
vserver!2!rule!300!handler!balancer!source!1 = 1
vserver!2!rule!300!handler!error_handler = 1
vserver!2!rule!300!match = extensions
vserver!2!rule!300!match!extensions = php
vserver!2!rule!300!match!final = 0
vserver!2!rule!300!timeout = 30
vserver!2!rule!200!handler = ssi
vserver!2!rule!200!match = directory
vserver!2!rule!200!match!directory = /
vserver!2!rule!200!match!extensions = php
vserver!2!rule!100!handler = common
vserver!2!rule!100!match = default


i have a simple index.php file that generate a ssi tag
Test
<?php

echo <<<HTML
<!--#include virtual="/test.html" -->
HTML;
?>

and i get the following output
Test
<!--#include virtual="/test.html" -->


so how can i say that cherokee parse the file again and replace the ssi
with the file content after the php processor?


greetings
Gordon Franke


_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to