Want to run apache on "bare" machine inside DMZ.
Want to run MyApp on second machine, outside the DMZ.
Will use FastCgiExternalServer to accomplish this.
MyApp's static content is on second machine, not visible on apache
machine's file systems.
Seems Catalyst::Plugin::Static is the only solution. Am trying to get
that to work and anticipate success ... however, is there something I am
missing? Is there another way to do this?