
02-12-2013, 02:22 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,226
|
|
hmm ... I'd like to reproduce your result, to find out possible bugs.
what's the cache policy you set ? and any other rewrite rules ?
I did tests only for this simple php:
PHP Code:
/usr/local/lsws/DEFAULT/html>cat r.php
<?php
echo date("c");
echo "\n";
?>
|