Please Help : Perl Script to Make Dynamic Apache MPM-ITK Config

2012-05-01 Thread Robert Hanson
Dear all, I have multiple users with their own /home folder. These users also sub-domain of my server. for example : mac.example.com >> /home/mac.example.com max.example.com >> /home/max.example.com taylor.example.com >> /home/taylor.example.com by using MPM-ITK my Apache can be configured to ac

Re: Can't build mod_perl-2.0.5 for Apache -2.4.2 under FreeBSD 9.0

2012-05-01 Thread Fred Moyer
On Tue, May 1, 2012 at 12:31 PM, Bernard Higonnet wrote: > I have built Apache -2.4.2 "It works!" and am trying to add mod_perl-2.0.5 You might want to try 2.0.6 which was released last week. http://perl.apache.org/download/index.html I don't think it builds with 2.4 yet though. > but I get th

Can't build mod_perl-2.0.5 for Apache -2.4.2 under FreeBSD 9.0

2012-05-01 Thread Bernard Higonnet
I have built Apache -2.4.2 "It works!" and am trying to add mod_perl-2.0.5 but I get this perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs Reading Makefile.PL args from @ARGV MP_APXS = /usr/local/apache2/bin/apxs no conflicting prior mod_perl version found - good. Configuring Apache/2.4.2

build failure: ‘conn_rec’ has no member named ‘remote_ip’

2012-05-01 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
1. Problem Description: /tmp/mod_perl-2.0.6$ make cd "src/modules/perl" && make make[1]: Entering directory `/tmp/mod_perl-2.0.6/src/modules/perl' cc -I/tmp/mod_perl-2.0.6/src/modules/perl -I/tmp/mod_perl-2.0.6/xs -I/usr/include/apr-1 -I/tmp/httpd2.4.2/include -D_REENTRANT -D_GNU_

Re: mod_perl and RedHat 6

2012-05-01 Thread Dan Axtell
On Tuesday, May 01, 2012 10:51:40 am Fred Moyer wrote: > > t/api/server_const.t (Wstat: 0 Tests: 6 Failed: 2) > > > > I'm not sure how serious this failure is and whether I should consider > > The RedHat Apache uses a custom server signature so there is a bit of > a mismatch on t

Re: mod_perl and RedHat 6

2012-05-01 Thread Fred Moyer
> t/api/server_const.t                  (Wstat: 0 Tests: 6 Failed: 2) > I'm not sure how serious this failure is and whether I should consider The RedHat Apache uses a custom server signature so there is a bit of a mismatch on that test. Nothing to worry about, you can install and it will work fi

mod_perl and RedHat 6

2012-05-01 Thread Dan Axtell
I'm trying to migrate a server to a new machine running 64-bit RedHat 6. The stock RedHat setup is apache 2.2.15, php 5.3.3 and perl 5.10.1. Normally I build the latest Apache 2.2 and Perl/mod_perl in /usr/local and just use that. However, this server will also use Drupal so I figured I'd bui