kcott has asked for the wisdom of the Perl Monks concerning the following question:
Compiling and Installing - Apache HTTP Server Version 2.4 has:
"If you have multiple Perl interpreters ..., you are advised to use the --with-perl option (see below) to make sure the correct one is used by configure."
I've been wondering if it was possible to change the Perl version via configuration (e.g. httpd.conf) instead of via ./configure.
Versions I'll be working with:
Any information on this would be appreciated. Thanks.
Update (Additional Information): There were a couple of replies asking "Why?". The main reason is to be able to change Perl versions quickly: change httpd.conf, bounce Apache and test new version vs. run ./configure & Co.
An example scenario might be to test v5.18.2: change config, bounce, test - if test fails, change config back to v5.16.3, bounce again and we're back to the previously working version.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Specifying Perl version to Apache via httpd.conf
by taint (Chaplain) on Jun 05, 2014 at 05:09 UTC | |
by kcott (Archbishop) on Jun 06, 2014 at 00:12 UTC | |
|
Re: Specifying Perl version to Apache via httpd.conf
by Anonymous Monk on Jun 05, 2014 at 03:36 UTC | |
by kcott (Archbishop) on Jun 06, 2014 at 00:09 UTC | |
by Anonymous Monk on Jun 06, 2014 at 01:51 UTC | |
|
Re: Specifying Perl version to Apache via httpd.conf
by Anonymous Monk on Jun 05, 2014 at 19:23 UTC | |
by kcott (Archbishop) on Jun 06, 2014 at 00:38 UTC | |
by taint (Chaplain) on Jun 06, 2014 at 01:57 UTC | |
|
Re: Specifying Perl version to Apache via httpd.conf
by taint (Chaplain) on Jun 06, 2014 at 03:27 UTC |