in reply to Re^3: Using mod_perl, with SSI?
in thread Using mod_perl, with SSI?
Thanks for the reply. In the end, I decided to use speedcgi just for that, by adding this as the shebang:
#!/usr/bin/speedy
Seems to have knocked the load time down by over 50% ... so I'm happy with that :)
Thanks!