-
Modifying squid output
Hi, I write to you because I want to moddify how squid outputs a webpage to a client in order to put a little logo on the top of the page that is served.
I'm thinking if I can create a frameset containing two frames: one at the top located on the server (ex: logo.htm), and the main frame containing the page requested by the user.
How cand I do that?
-
Try to modify squid error page 1st. Perhaps you will get an idea.
-
ok, I've modifyed a squid error page, but now how I can pass all the pages to that error page??
Its a bit tricky, because I think in the source code is specified when it encounters an error, it stops the script and displays that page. Am I wright??
How I cand bypass that?
P.S: Sorry for my bad english!