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

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 error is:

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);

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, 2002 12:35 AM Subject: Re: mod_perl on windows On Fri

Looking for answers using mod_perl and windows nt.

2001-08-14 Thread Boyd, David
I am using Windows NT, running apache with mod_perl. The problem that I am having is that I am dynamiclly filling in the options of a select box from a database. now when a user selects a value, I expect that value to be on the URL, but it is not. I am currently saving the selected value to a

Re: Looking for answers using mod_perl and windows nt.

2001-08-14 Thread Jeremy Howard
Boyd, David wrote: I am using Windows NT, running apache with mod_perl. The problem that I am having is that I am dynamiclly filling in the options of a select box from a database. now when a user selects a value, I expect that value to be on the URL, but it is not. I am currently saving

RE: Looking for answers using mod_perl and windows nt.

2001-08-14 Thread Boyd, David
for answers using mod_perl and windows nt. Boyd, David wrote: I am using Windows NT, running apache with mod_perl. The problem that I am having is that I am dynamiclly filling in the options of a select box from a database. now when a user selects a value, I expect that value

RE: Looking for answers using mod_perl and windows nt.

2001-08-14 Thread Boyd, David
is why? -Original Message- From: Boyd, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 10:21 AM To: 'Jeremy Howard'; Boyd, David; [EMAIL PROTECTED] Subject: RE: Looking for answers using mod_perl and windows nt. lets see if I can clearify my statement. first I am new

RE: Looking for answers using mod_perl and windows nt.

2001-08-14 Thread Boyd, David
PROTECTED]] Sent: Tuesday, August 14, 2001 12:32 PM To: 'Jeremy Howard'; [EMAIL PROTECTED] Subject: RE: Looking for answers using mod_perl and windows nt. I think I might have this figured out. in my combobox, I had the following: select name=cmbProgramKey id=cmbProgramKey onChange

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 1.3.20

RE: Anyone tried mod_perl in Windows?

2000-09-12 Thread bill chmura
PROTECTED]] Sent: Monday, September 11, 2000 10:30 PM To: modperl Cc: jihawfoo Subject:Anyone tried mod_perl in Windows? Hi all, I'm one of the newbies into Perl who's still entrenched in Windows (NT). As part of my new job portfolio, I am required to write Perl scripts

RE: Anyone tried mod_perl in Windows?

2000-09-12 Thread Foo, Ji Haw
- From: bill chmura [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 3:07 AM To: Foo, Ji Haw; [EMAIL PROTECTED] Subject: RE: Anyone tried mod_perl in Windows? I tried the binary installation, which needed a specific version of perl installed in a specific place. Worked okay

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