http://www.perlmonks.org?node_id=998687


in reply to Re: Apache/mod_perl on multiple servers
in thread Apache/mod_perl on multiple servers

Thanks, cord-bin!

This is Linux, and the same version of Perl and Apache will be used on all servers.

So if I've installed Perl on the NetApp and Apache/mod_perl on one server; I can then install Apache on the other servers and enable mod_perl by copying the appropriate configuration settings?

  • Comment on Re^2: Apache/mod_perl on multiple servers

Replies are listed 'Best First'.
Re^3: Apache/mod_perl on multiple servers
by vincent_veyron (Sexton) on Oct 13, 2012 at 10:57 UTC

    Not sure it applies to your situation, but you may want to look at the ProxyPass ProxyPassReverse directives in Apache

    see also mod_proxy ( eg : http://marc.info/?l=apache-modperl&m=115557308908428&w=2). You can search the archives of mod_perl's users list on these subjects (http://perl.apache.org/maillist/modperl.html). After you've done a little research, you'll get good answers on that list too.