Installation

conflict between apache2 and curl or lwp-request in macports distro

Re: conflict between apache2 and curl or lwp-request in macports distro

by Arnold Pizer -
Number of replies: 0
Hi Mike,

This works fine on Fedora 9 built with
Server Version: Apache/2.2.8 (Unix) mod_apreq2-20051231/2.6.1 mod_perl/2.0.3 Perl/v5.10.0
I copied your problem exactly except that I commented out "source.pl"
loadMacros("PG.pl",
 "PGstandard.pl",
 #"PGinfo.pl",
 #"source.pl",
 );
Here the result. Note that it did return 0.

All of the answers above are correct.

(1 pt) settest/test1.pg
Checking the check_url macro on the url http://www.google.com This effectively executes /user/local/bin/curl -I http://www.google.com or some similar http fetcher. The purpose is to see if the file exists. It is used to find a copy of an applet when it is not known exactly in which repository the applet can be found. It should return 0 if the file is found. 0; It has been crashing the system with apache2 on leopard mac os (using macports server)

Edit this problem

Show correct answers

Arnie