On Tue, 10 Jun 2003, Mustafa Tan wrote:
> Hi,
> I was trying to setup Apache (with mod_perl and
> mod_ssl) on Windows ME, and I had a weird problem.
>
> Before the problem, let me talk about more about some
> details. I have installed Apache from
> http://perl.apache.org/dist/win32-bin/. I install
Hi,
I was trying to setup Apache (with mod_perl and
mod_ssl) on Windows ME, and I had a weird problem.
Before the problem, let me talk about more about some
details. I have installed Apache from
http://perl.apache.org/dist/win32-bin/. I installed
the perl 5.6 version, which is perl-win32-bin.exe.
Great!
It worked now thanks!
I only had to "install --force libapreq" and it worked.
- Original Message -
From: "Randy Kobes" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, March 23
On Fri, 22 Mar 2002, [EMAIL PROTECTED] wrote:
> Hi.
> my $erver: Apache/1.3.22 (Win32) PHP/4.0.6 mod_perl/1.26_01-dev
> perl v5.6.1
> Consider this sample script:
>
> use Apache::Request;
> use strict;
> use warnings;
>
> my $r=Apache->request;
> my $apr = Apache::Request->new($r);
> $r->send_htt
Hi.
my $erver: Apache/1.3.22 (Win32) PHP/4.0.6
mod_perl/1.26_01-dev
perl v5.6.1
Consider this sample script:
use Apache::Request;use strict;use
warnings;
my $r=Apache->request;my $apr =
Apache::Request->new($r);$r->send_http_header('text/html');
The first time i run the script the erro
]]Sent: Friday, June 08, 2001 2:14
AMTo: [EMAIL PROTECTED]Subject: Running Mod_Perl on
Windows
Geoff,
I got your information off of the take23.org
website. I am trying to configure Mod_Perl to run under Apache. I
installed the ActiveState Perl Build 626 and I Installed Apache
Hi,
I've just been building Perl 5.6.0 / mod_perl 1.23 / Apache 1.3.12 on
Windows NT and found something which may be of some use.
The Apache installation does not seem to copy the headers and library
files from the build directory into the install directory (which it DOES
on Unix), so to build