All blog posts tagged with proxy

Apache 2.2 + Tomcat 6 + mod_proxy

Posted June 23, 2010

After stumbling around with lousy documentation and zero examples, I finally found at least one site which hinted at how to do this, and led me to this solution.

Your virtual host file should look something like this:

<VirtualHost *:80>
  ServerName j.digitalcove.ca
  DocumentRoot /usr/local/tomcat
…

Read more

Class Proxy in PHP

Posted May 14, 2010

One of the nice things with PHP is that if you include a file from within a class method, that included file can use "$this" to access the class which included it. Very handy.

However, today I wanted to make it even easier - I wanted the loading of content to exist in a separate class, but I still w…

Read more

Displaying all 2 posts

Visit my Friends and Family

If you've enjoyed my site, please take a moment to visit my friends and family, many of whom have some interesting insights, and entertaining thoughts and ideas.