Re: Problem with mod_ssl and mod_perl on Windows

2003-06-12 Thread Randy Kobes
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

Problem with mod_ssl and mod_perl on Windows

2003-06-10 Thread Mustafa Tan
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.

Re: mod_perl on windows

2002-03-22 Thread [EMAIL PROTECTED]
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

Re: mod_perl on windows

2002-03-22 Thread Randy Kobes
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

mod_perl on windows

2002-03-22 Thread [EMAIL PROTECTED]
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

RE: Running Mod_Perl on Windows

2001-06-08 Thread Geoffrey Young
]]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

Compiling mod_perl on Windows NT

2000-04-26 Thread Steve Hay
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