Re: mod perl , windows/apache problem

2003-07-29 Thread Randy Kobes
On Mon, 28 Jul 2003, Erik Browaldh wrote: I have written a program that takes argument from html-formula and read and write it to a textfile. When I tried it with perl mod 2, under windows with apache it doesnt work anymore. No new entries are written to the log-file.txt Ive tried chmod,

Re: mod perl , windows/apache problem

2003-07-29 Thread Stas Bekman
Randy Kobes wrote: On Mon, 28 Jul 2003, Erik Browaldh wrote: I have written a program that takes argument from html-formula and read and write it to a textfile. When I tried it with perl mod 2, under windows with apache it doesnt work anymore. No new entries are written to the log-file.txt Ive

mod perl , windows/apache problem

2003-07-28 Thread Erik Browaldh
-formula? } else{ #otherwise write name and message last in file #(file path is: C:/WEB/Apache/projects/perl) open T,log-file.txt || die cant open T for write $!; flock T,2; # write lock print T $l_name . \n; #concat: whiteSPACE close T; } print Content-Type:text/html\n\n; #reading from same file

Re: Static mod-perl with apache 1.3.27 on OS 10.2.2

2002-11-25 Thread Randall Perry
Whoops, guess I was tired last night. Am alert enough today to discover my error. Instead of this in the apache conf: --activate-module=src/modules/perl/libperl.a I had this: --activate-module=src/modules/libperl.a Everything's working now. Randall Perry wrote: Trying to compile

Re: mod perl 2.0 /Apache 2.0

2002-11-25 Thread Stas Bekman
Rick, mod_perl questions should go to the modperl list. thanks. http://perl.apache.org/maillist/modperl.html Rick Tan wrote: I have been experimenting with mod_perl for the first time in the past week. My frustration level emanates from making old cgi scripts to work with mod_perl/apache

Re: mod perl 2.0 /Apache 2.0

2002-11-25 Thread Stas Bekman
[ replies should go to the list and not to me :( ] Rick Tan wrote: It works with Apache 1.3.x/mod_cgi. Apache 2.0/mod_cgi doesn't work either. that's what I thought. Contact the httpd list then as this is not a mod_perl problem: http://httpd.apache.org/lists.html#http-users Stas Bekman

Static mod-perl with apache 1.3.27 on OS 10.2.2

2002-11-24 Thread Randall Perry
Trying to compile static mod-perl using the following configs. Everything runs without error, except libperl.a is never built in apache_1.3.27/src/modules -- get the following error: === src/modules/libperl.a /bin/sh: cd: libperl.a: No such file or directory Can someone help? -- Randall Perry

Re: Static mod-perl with apache 1.3.27 on OS 10.2.2

2002-11-24 Thread Stas Bekman
Randall Perry wrote: Trying to compile static mod-perl using the following configs. You don't say what configs. Please review the build process at: http://perl.apache.org/docs/1.0/guide/install.html moreover when reporting problems make sure to follow these guidelines:

RE: mod perl and apache with ssl and openssl

2002-09-25 Thread FFabrizio
Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. It's right there in the user's guide. http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_ssl___op enssl_ -Fran

Re: mod perl and apache with ssl and openssl

2002-09-25 Thread Michael Robinton
On Tue, 24 Sep 2002, Allan P. Magmanlac wrote: Hello, Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. this is how I do it WITHOUT mod perl support cd to modssl soure directory and then run the following command ./configure \

mod perl and apache with ssl and openssl

2002-09-24 Thread Allan P. Magmanlac
Hello, Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. this is how I do it WITHOUT mod perl support cd to modssl soure directory and then run the following command ./configure \ --with-apache=../apache_1.3.26 \ --with-ssl=../openssl-0.9.6g \

Re: mod perl and apache with ssl and openssl

2002-09-24 Thread Brian Hirt
here's a simple script i use to build one of my servers, it builds openssl, and apache with mod_ssl / mod_perl On Tue, 2002-09-24 at 09:07, Allan P. Magmanlac wrote: Hello, Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. this is how I

Re: mod perl and apache with ssl and openssl

2002-09-24 Thread Mike P. Mikhailov
Hello Allan P. Magmanlac, Tuesday, September 24, 2002, 9:07:55 PM, you wrote: APM Hello, APMCan anyone advise me on how to build APM apache server with ssl and openssl and APM using mod perl. APM this is how I do it WITHOUT mod perl support APM cd to modssl soure directory and then

mod-perl and Apache 2.0.35

2002-04-30 Thread Kent, Mr. John
Anyone have instructions on how to install mod-perl on Apache 2.0.35. Mod-Perl is looking for Apache's /src file which doesn't exist in 2.0.35. Thanks, John Kent -

Re: mod-perl and Apache 2.0.35

2002-04-30 Thread Per Einar Ellefsen
At 18:50 30.04.2002, Kent, Mr. John wrote: Anyone have instructions on how to install mod-perl on Apache 2.0.35. Mod-Perl is looking for Apache's /src file which doesn't exist in 2.0.35. Please remember that mod_perl 1.x is not compatible with Apache 2.x. The mod_perl development version

how to configure perl with apache server

2002-04-10 Thread rajesh
Hi, We are facing problems in configuring perl with apache. Could you please mail me how to configure it. We are getting errors like "Invalid command PerlSetVar" in httpsd.conf file. while starting https server. Please help me. Regards, Rajesh

Re: how to configure perl with apache server

2002-04-10 Thread simran
with the EVERYTHING=1 option (or at least the relevant option that turns the PerlSetVar feature on). cheers, simran. On Wed, 2002-04-10 at 17:40, rajesh wrote: Hi, We are facing problems in configuring perl with apache. Could you please mail me how to configure it. We are getting

Re: how to configure perl with apache server

2002-04-10 Thread Ged Haywood
Hi there, On Wed, 10 Apr 2002, rajesh wrote: We are facing problems in configuring perl with apache. Please see the mod_perl Guide at http://perl.apache.org/guide, the mod_perl cookbook (see http://modperlcookbook.org for details) and the book we know here as the Eagle book which

Re: Perl on Apache

2001-08-02 Thread Ged Haywood
Hi there, On Wed, 1 Aug 2001, Anthony @ PencilFight Design wrote: I'm having trouble reading a .cgi file on a virtual domain on my server. [snip] Is there any way to check the set up. May be in the httpd.conf file [snip] If you give the exact full pathname of the file and post your

Re: Perl on Apache

2001-08-02 Thread Anthony @ PencilFight Design
@ PencilFight Design [EMAIL PROTECTED] Subject: RE: Perl on Apache type: whereis perl at your unix prompt and it should tell you the path to perl and type: perl -v This shows you the perl version and if it setup correctly it'll tell you. If you see anything else or any error, your perl

Perl on Apache

2001-08-01 Thread Anthony @ PencilFight Design
Hello all, I'm having trouble reading a .cgi file on a virtual domain on my server. When I go to the file through a browser I just see the text but it does not execute it. I checked the permissions and they all are OK so I figured may be I don't have Perl installed properly. I'm running Red Hat

Patches for perl 5.6.1, Apache and modperl for the AIX 4.3 native dlopen

2001-04-22 Thread Jens-Uwe Mager
PGP message

Mod Perl for Apache

2001-04-20 Thread jim . a . davidson
Sirs, I am trying to build mod perl for Apache but it fails on the final make as follows: The system is AIX 4.3.2, Perl 5.6.1, Apache 3.1.19, Mod Perl 1.25 Using the flexible way of installing this,when I run the final make on the Apache build I am getting the following error messages: Target

Win32 Perl with Apache.

2001-02-25 Thread Roman Melihhov
I've been trying to use ActiveState Perl 5.6.0 (623) with Apache/1.3.14 (Win32). I've configured ScriptAlias and used proper #!/path/to/perl. Apache spawns Perl process, but it never returns anything and hangs, hangs and ... still hanging forever, even if I restart Apache child processes

problem to configure perl with apache

2001-01-26 Thread initiative.fr : COUTEL Jean-Francois
Hello It is my first install of perl and i have problem I have install APACHE 10.3.14 with APXS, PHP 4.0.3 pl1 with APXS, mysql and mod_perl-1.24_01 with apxs apache, php and mysql are ok perl is install but i can't use it can you help me about - configuration of httpd.conf for perl -

Re: problem to configure perl with apache

2001-01-26 Thread G.W. Haywood
Hi there, On Fri, 26 Jan 2001, initiative.fr : COUTEL Jean-Francois wrote: It is my first install of perl and i have problem I have install APACHE 10.3.14 with APXS, PHP 4.0.3 pl1 with APXS, mysql and mod_perl-1.24_01 with apxs apache, php and mysql are ok perl is install but i can't

Re: problem to configure perl with apache

2001-01-26 Thread Jimi Thompson
platform is (Linux, Unix, NT, etc.). You also need to be accurate about what versions you have installed. I'm pretty sure you "fat fingered" the Apache version. Perl hasn't been version 1 since...well, let's just say that version 1 is older than I am :) and leave it at that. I'd al

open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Richard Dice
ject: open/opendir/readdir fail under latest perl/mod_perl/apache. Date: Mon, 11 Dec 2000 13:17:59 -0500 From: Damian M Gryski [EMAIL PROTECTED] To: [EMAIL PROTECTED] I've been trying to use opendir/readdir under mod_perl 1.24 with apache 1.2.14 under Debian GNU/Linux. The system is an

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Stas Bekman
On Mon, 11 Dec 2000, Richard Dice wrote: Everyone: Here's something that myself and my sysadmin guy have been working on for a bit: opendir appears to be broken for us on a new Apache/mod_perl installation. Rich, please send in the relevant parts of the strace output, or may be you will

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Richard Dice
Have you looked at the permissions and verified that the uid of the user running apache has permissions to list the contents of the directory? It's a good suggestion, but we've been all up and down this one over here. (For instance, if it didn't have perms, then the opendir/readdir commands

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Stas Bekman
On Mon, 11 Dec 2000, Richard Dice wrote: Have you looked at the permissions and verified that the uid of the user running apache has permissions to list the contents of the directory? It's a good suggestion, but we've been all up and down this one over here. (For instance, if it didn't

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Richard Dice
It shouldn't be gigabytes -- you want to strace only special events like open and read, and you want to attach to the process only before running the script (run under -X) -- so you should have just a few lines!!! % strace -p PID -e trace=open,read I was talking about ltrace, not strace,

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Stas Bekman
On Mon, 11 Dec 2000, Richard Dice wrote: It shouldn't be gigabytes -- you want to strace only special events like open and read, and you want to attach to the process only before running the script (run under -X) -- so you should have just a few lines!!! % strace -p PID -e

prob compiling mod_perl 1.24/perl 5.6.0/apache 1.3.12?

2000-08-30 Thread Daniel Piczak
can anyone be so kind to point out what i'm doing wrong ;o) [beast]/home/beast/daniel/src/perl/mod_perl-1.24{139} root : make (cd ../apache_1.3.12/src make CC="cc";) === os/unix === os/unix === ap === ap === main cc -c -I.. -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE -I../os/unix -I../

Re: segfault: perl 5.6.0, apache 1.3.12, mod_perl 1.24 and XML::Parser

2000-05-22 Thread Doug MacEachern
On Sat, 20 May 2000, Matthew Darwin wrote: My apache dies about 30% of the time when handling any mod_perl request that requires XML::Parser. Any other page (even pages that use mod_perl) are 100% ok. Are there any known issues with this (besides the requirement for

segfault: perl 5.6.0, apache 1.3.12, mod_perl 1.24 and XML::Parser

2000-05-20 Thread Matthew Darwin
My apache dies about 30% of the time when handling any mod_perl request that requires XML::Parser. Any other page (even pages that use mod_perl) are 100% ok. Are there any known issues with this (besides the requirement for --disable-rule=expat)? This all worked fine with perl 5.005_03 +

Re: possible bug: mod_perl 1.22 (Perl 5.6 / Apache 1.3.12)

2000-03-29 Thread JoshNarins
Support for strings represented as a vector of ordinals Literals of the form Cv1.2.3.4 are now parsed as a string composed of characters with the specified ordinals. This is an alternative, more readable way to construct (possibly unicode) strings instead of interpolating characters, as in

possible bug: mod_perl 1.22 (Perl 5.6 / Apache 1.3.12)

2000-03-28 Thread Dave Seidel
Hi, Please for give if this is a FAQ, but I didn't see it mentioned in the recent list archives. I just upgraded to 5.6, and proceeded to upgrade from mod_perl 1.32_03 to 1.22 (under Apache 1.3.12, using gcc 2.95.1). Everything built fine, but httpd failed to start. The error message was:

Re: possible bug: mod_perl 1.22 (Perl 5.6 / Apache 1.3.12)

2000-03-28 Thread Doug MacEachern
On Tue, 28 Mar 2000, Dave Seidel wrote: and now everything is working correctly. What I don't undetrstand is that the original code was identical in mod_perl 1.21, but I didn't have this problem. Could this be due to some internal change in Perl 5.6? probably, thanks for the fix!

How to use perl with apache??

1999-12-15 Thread Jangalwa, Dheeraj \(ETS - Equity Development Support\)
Hi, I have come to know that if i want to use perl for my dynamic web-pages, i have to configure my apache with mod_perl module. I would really appreciate if someone can provide me some help on how to do it or install perl module for apache??? (pardon my proper english) All i am trying

Re: How to use perl with apache??

1999-12-15 Thread Stas Bekman
I have come to know that if i want to use perl for my dynamic web-pages, i have to configure my apache with mod_perl module. I would really appreciate if someone can provide me some help on how to do it or install perl module for apache??? (pardon my proper english) All i am trying