Forum Moderators: coopster
SSI isn't very flexible, as you seem to be finding, and since the pages are PHP anyway (with the overhead that that implies) I don't see a reason not to use the PHP include.
Then, you'll be able to do things like conditional includes, if you ever need.
Since you have a server that does PHP, you should probably be able to do without the counter. Use a log analysis program.
It's the finest web site tracking system on the face of the earth.
-s-
The first thing I do when someone shows me webalizer reports is ask for logs so I can run it through anything else.
</completely OT>
from what I can tell this script does a fair amount of work and needs a lot of data that wouldn't be available using exec or passthru. It may need to be rewritten in php to work. It looks like a stand alone section of the product so the rest could remain in perl.