Hi there, On Wed, 30 Oct 2002, Scott Alexander wrote:
[snip] > Our production server is one machine running only one instance of > apache/mod_perl and another machine for the database. [snip] > Any ideas how I can have the documents on the front_end and still maintain > some level of security. This isn't really a mod_perl question then? :) Best have a look at access control with Apache, you can for example use .htaccess files. I believe it's in the Apache documentation, and there are quite a few books on the subject. My favourite is "Professional Apache", I think the ISBN is 1861003021. 73, Ged.