Posted by tcp-me
Sorry for the newbie questions, but how do I print “ in my output? For example
when LB_FAILED { HTTP::respond 200 content “Apology PageWe are sorry, but the site you are looking for is temporarily out of service
”
But if I put in a link, it requires “ and the parser doesn’t like it.
when LB_FAILED { HTTP::respond 200 content “Apology PageWe are sorry, but the site you are looking for is temporarily out of service. Go to Google for a while.
”
Thanks…