Hello
I have redhat Linux 5.2.
I have previosusly installed mod-perl on my apache server with the
following procedure from perl.apache.org/guide/install.html:
% cd mod_perl-1.21_03
% perl Makefile.PL APACHE_SRC=../apache_1.3.12/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1
% make && make test && make install
% cd ../apache_1.3.12
% make install
This does work, and mod-perl is functioning.
Now I want to install mod_proxy. I am rather bewildered by the number of
configuration files, and I don't know where I should add the option to
include mod_proxy (& what that option ought to be). The source is in
/usr/src/apache_1.3.12/src/modules/proxy ..but it's only source
(uncompiled), so I guess it has to be compiled by a makefile. There is a
file in that dir called Makefile.tmpl. How do I compile to get libproxy.a,
and how do I include it?
I'm sure it's very eary when you know how!
Please can someone help me?
Mark Salisbury B.Sc. ARCS