I have some legacy perl scripts (yes, they are HTML done in perl) that I want to iframe into my Zend application. My preference is to have a /cgi-bin directory under /application that holds the perl scripts. How do I configure Zend to allow access to that directory? It needs to be off doc-root for security, but I want to access it from javascript. If javascript is the wrong way, how can I use a .pl file like a php module to be loaded into an iframe or div?
Any suggestions are appreciated.