Hi,
On Tue, Oct 17, 2000 at 04:01:25PM -0400, [EMAIL PROTECTED] wrote:
> Why can't I download it with wget?
Really weird. However, if one persuades wget to lie about what it is...
wget --user-agent=FooBar/10.0 http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz
...it seems to work ok.
An anti
On Wed, 18 Oct 2000, Roger Espel Llima wrote:
> It looks to me like perl.apache.org is explicitly blocking wget
> requests. If I do the request manually with netcat, sending the same
> headers wget sends, it fails:
Why is wget considered so evil?
--
"The number of Unix installations has grow
<[EMAIL PROTECTED]> wrote:
> Why can't I download it with wget?
>
> [root@wakko /root]# wget http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz
> --15:56:47-- http://perl.apache.org:80/dist/mod_perl-1.24_01.tar.gz
>=> `mod_perl-1.24_01.tar.gz'
> Connecting to perl.apache.org:80... c
Off hand my guess would be that it's running on a name based virtuakhost,
and wget is not HTTP/1.0 compliant?
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, October 17, 2000 4:01 PM
>To: [EMAIL PROTECTED]
>Subject: Re: Apache
On 17 Oct 2000 Robin Berjon <[EMAIL PROTECTED]> wrote:
> At 23:59 16/10/2000 -0700, Annette wrote:
> > How do I install the latest version of Mod_Perl? Every time I try to
> > install it I receive a message stating I need Apache 1.3.0 and then
> > it aborts. I tried Mod_Perl version 1.19, 1.21, a
Here's what I would do:
Remove the rpm version of apache:
# rpm -e
If you want to use the start up files that are part of that
package just copy them some where since they'll be removed.
Build the source version following the directions in the mod_perl
document called INSTALL.apaci un
At 23:59 16/10/2000 -0700, Annette wrote:
>
> How do I install the latest version of Mod_Perl? Every time I try to install
> it I receive a message stating I need Apache 1.3.0 and then it aborts.
> I tried Mod_Perl version 1.19, 1.21, and 1.24 and I receive the same error.
You need 1.24_01 to w
Annette wrote:
> I am new to Apache and Mod_Perl and I have a question. I am running
> Red Hat 6.0 on an Intel machine.I loaded the Server setup.Apache 1.3.6
> is loaded and runs fine. I was able to load and run Mod_Perl RMS
> package from Red Hat as DSO. I want to upgrade to Apache 1.3.14 and
>