30th April 2009, 05:38 pm
The original software rendering location will remain up for now while I slowly transition each of the lessons to the new Real Time Software Rendering Blog.
I found that it was quite the pain to update the old site since it was all static HTML and any syntax highlighted code was highlighted by hand. WordPress has a handy dandy plugin that automatically does the syntax highlighting. So this move will hopefully motivate me to continue adding new lessons on more topics.
There is certainly no shortage of lesson ideas that I’d like to cover.
15th April 2009, 12:25 pm
By default the latest version of mod_proxy strips out the doc type declaration. To add it back in add
ProxyHTMLDoctype “<!DOCTYPE html PUBLIC \”-//W3C//DTD XHTML 1.0 Transitional//EN\” \”http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\”>” [Legacy]
to your proxy config file. You can make it global or site specific. I’m not sure why the authors of mod_proxy deemed it necessary to strip it out in the first place. A proxy should for the most part send the HTML through unedited. The only necessary changes should be to ensure that references are mapped properly so they go to external addresses rather than internal addresses.