Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
From: "Jonathan Vanasco" <[EMAIL PROTECTED]> No. Build the server with modules you want, either built-in or shared. Some modules that are very common /often used are built-in -- there's a chance that modules you want and didn't build as shared modules are already compiled into apache. As p

Re: installing mod_perl for 2 servers

2007-01-12 Thread Jonathan Vanasco
On Jan 12, 2007, at 1:58 PM, Octavian Rasnita wrote: Ok, thank you. I understand now that I will probably need to build the web server with all its modules included as shared, and if I will need a certain module, I will be able to add it using just httpd.conf. Until now I've tried to build

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
quot; <[EMAIL PROTECTED]>; Sent: Friday, January 12, 2007 8:17 PM Subject: Re: installing mod_perl for 2 servers On Jan 12, 2007, at 12:21 PM, Octavian Rasnita wrote: I know that, but the .so modules are not in the modules/ directory, and I need to compile them, but I don't know h

Re: installing mod_perl for 2 servers

2007-01-12 Thread Jonathan Vanasco
On Jan 12, 2007, at 12:21 PM, Octavian Rasnita wrote: I know that, but the .so modules are not in the modules/ directory, and I need to compile them, but I don't know how. make args on the build - you can specify what modules you want or don't , and if they're a .so or build in For examp

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
From: "Michael Peters" <[EMAIL PROTECTED]> But how can I install the other Apache modules that can be installed by adding --enable when using ./config if the server is already installed? As long as you install mod_so the rest can be added dynamically (via httpd.conf) and don't need to be spe

Re: installing mod_perl for 2 servers

2007-01-12 Thread Michael Peters
Octavian Rasnita wrote: > But how can I install the other Apache modules that can be installed by > adding --enable when using ./config if the server is already installed? As long as you install mod_so the rest can be added dynamically (via httpd.conf) and don't need to be specified at build ti

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
From: "Michael Peters" <[EMAIL PROTECTED]> Is it possible to install mod_perl on 2 servers on the same computer without having 2 separate perl installations? Yes. Just use 2 different apache config files and it can use the same Apache/mod_perl/Perl code base. No need to install anything else.

Re: installing mod_perl for 2 servers

2007-01-12 Thread Michael Peters
Octavian Rasnita wrote: > Hi all, > > I have installed a proxy/reverse proxy server and on the same computer I > want to install other 2 Apache servers and use mod_perl on both of them. > (One would be for testing the programs before running them in production.) > > Is it possible to install mo

installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
Hi all, I have installed a proxy/reverse proxy server and on the same computer I want to install other 2 Apache servers and use mod_perl on both of them. (One would be for testing the programs before running them in production.) Is it possible to install mod_perl on 2 servers on the same compu

Installing mod_perl for 2 servers on the same computer

2005-04-06 Thread Octavian Rasnita
Hi all, Is it possible to install mod_perl for 2 Apache servers running on the same computer using CPAN? Or it is necessary to get the tar ball, and compile it manually? If I try to do: # cpan # cpan> install mod_perl It tells me that mod_perl is up to date. Thanks. Teddy