Hi! On Wed, Jan 07, 2004 at 09:27:49AM +0200, Malka Cymbalista wrote:
> 1. In other words, is it possible to run 2 apache processes on the same > machine, one with apache 2 and mod perl 2, and one with apache 1.3 and > mod perl 1. I know nothing about eprints, but it should be no problem to have different versions of Apache/mod_perl ruinning on the same machine, as long as you use different ports for each one. Eg, on my devbox, I've got two mod_perl 1 servers (one on port 80, on on port 8080) and one Apache 2/Subversion server (running on port 1000) -- #!/usr/bin/perl http://domm.zsi.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/} -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html