Ben Russell wrote:
I just installed mod_perl 2 onto my Red Hat Linux 7.3 system. My system has Apache 1.3 and Apache 2.0 on it, so I ran the following command to build mod_perl (initially):
perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/etc/httpd2/bin/apxs MP_APR_CONFIG=/etc/httpd2/bin/apr-config
Wh
I just installed mod_perl 2 onto my Red Hat Linux
7.3 system. My system has Apache 1.3 and Apache 2.0 on it, so I ran the
following command to build mod_perl (initially):
perl Makefile.PL MP_INST_APACHE2=1
MP_APXS=/etc/httpd2/bin/apxs
MP_APR_CONFIG=/etc/httpd2/bin/apr-config
Which corres