script to test Apache2::Request

2007-02-08 Thread Jeff Y
I installed Apache2::Request by using CPAN and # perl -MApache2::Request -e 'print "installed!\n"' returns the good result. Do you have a Perl script that can be used to test if Apache2::Request works or not when the script is called from URL? Thanks a lot. Jeff

Please help with Apache2::Request installation

2007-01-15 Thread Jeff Y
I have problems in installing apache2::Request. What I did on my RHEL 4 machine are 1) Download httpd-2.2.3 from http://apache.mirrors.pair.com/httpd/httpd-2.2.3.tar.gz, and build and install it. 2) Download mod_perl-2.0.3 source from http://perl.apache.org/dist/mod_perl-2.0.3.tar.gz 3