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
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
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
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
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
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
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.
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