RE: Help with Apache::Status

2000-10-04 Thread James Xie
]] Sent: Wednesday, October 04, 2000 5:36 AM To: James Xie Cc: [EMAIL PROTECTED] Subject: Re: Help with Apache::Status On Tue, 3 Oct 2000, James Xie wrote: I try to use Apache::Status to find out memory usage of my perl scripts, I configured the system according to the mod_perl guide: Add

Help with Apache::Status

2000-10-03 Thread James Xie
I try to use Apache::Status to find out memory usage of my perl scripts, I configured the system according to the mod_perl guide: Add the following lines to httpd.conf Location /perl-status SetHandler perl-script PerlHandler Apache::Status order deny,allow /Location

RE: Accessing images from a different server

2000-09-25 Thread James Xie
I have similar configurations, this is what I did: Mount image directory on machine_b to /usr/local/apache/htdocs/images on machine_a, link image files as /image/.tif. -Original Message- From: Kairam, Raj [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 8:19 AM To:

Help, using Apache::StatINC

2000-07-31 Thread James Xie
I try to use the Apache::StatINC according to the instruction. Add the following line in startup.pl: use Apache::StatINC Add the following line in perl.conf: PerlInitHandler Apache::StatINC I put a test library module test.pm in /usr/local/esorn/perl/Apache directory,

Connect to Informix remote DB

2000-06-12 Thread James Xie
I have two Linux (Redhat 6.0) boxes both have Apache 1.3.12 and mod_perl 1.23 installed, one of them (let's call it A box) also has Informix 7.3 installed. I installed DBI module and Informix DBD (1.0) on both machines, On B box, "make test" for informix DBD went through ok against the

RE: Connect to Informix remote DB

2000-06-12 Thread James Xie
. Thanks -Original Message- From: Honza Pazdziora [mailto:[EMAIL PROTECTED]] Sent: Monday, June 12, 2000 9:52 AM To: James Xie Cc: [EMAIL PROTECTED] Subject: Re: Connect to Informix remote DB On Mon, Jun 12, 2000 at 09:32:11AM -0700, James Xie wrote: I have two Linux (Redhat 6.0

RE: [ANNOUNCE] Apache::Session 1.51

2000-05-31 Thread James Xie
Which version of Storable module do I need for Session 1.51? Storable-0.6.11 ? it's still under beta testing. Thanks James

Upload file without file-selection field

2000-05-17 Thread James Xie
Is there a way I can upload files from client machines to server without using the browse button (file-selection field) ? Basically what I need is to set file names in the script somewhere(?) before users click on submit button. Sorry I'm new to both mod_perl and Apache, I don't know what I

RE: perl.conf file

2000-05-06 Thread James Xie
Thanks! Problem solved! IfModule mod_perl.c conf/Include perl.conf /IfModule -Original Message- From: Jeff Beard [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 8:33 PM To: James Xie; [EMAIL PROTECTED] Subject: Re: perl.conf file If you'll forgive a stupid question, did

RE: Help - Install mod_perl-1.23

2000-05-05 Thread James Xie
Thanks, I finally got the problem resolved. It's the permission problem, I used Linuxconf to create my account, for some reason it didn't put my account into users group. I changed my group from passwd file directly, login as myself, re-install mod_perl. Everything was working fine now.

perl.conf file

2000-05-05 Thread James Xie
I was trying the "Hello World" sample provided by Lincoln Doug's book. It says I can put location directive in the "perl.conf" file but I don't have this file on my system. I created one according to the book but it didn't work, the server cannot find the hello world program when I try to

RE: Help - Install mod_perl-1.23

2000-05-04 Thread James Xie
It seems I have some kind of permission problem but I don't know how to resolve it. Please take a look at the outputs from the commands I run. Really appreciate your help! James Helllo, I recently downloaded Apache_1.3.12 and installed it on Redhat 6.1, everything was working fine. I run

RE: Help - Install mod_perl-1.23

2000-05-04 Thread James Xie
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 2:58 PM To: James Xie Cc: Doug MacEachern; [EMAIL PROTECTED] Subject: RE: Help - Install mod_perl-1.23 On Thu, 4 May 2000, James Xie wrote: It seems I have some kind of permission problem but I don't

am I the only one having this problem!

2000-05-03 Thread James Xie
I recently posted a question regarding installing mod_perl-1.23 on Apache_1.3.12, I have not received any answer yet. I'm wondering if I'm the only one who had this problem. I searched through the web but cannot find any answers. I thought the test was failed because the system was not

RE: am I the only one having this problem!

2000-05-03 Thread James Xie
Don't I have to run the make test first? Here is the procedure I used to build the stuff: 1. perl Makefile.PL APACHE_SRC=../apache_1.3.12/src DO_HTTPD=1 USE_APACHE=1 EVERYTHING=1 2. make 3. make test (failed here) I didn't try to start it manually. I will give it a try!. -Original

RE: I did have the same trouble...

2000-05-03 Thread James Xie
Just tried, didn't work. James -Original Message- From: FEITO Nazareno [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 11:10 AM To: 'James Xie' Cc: '[EMAIL PROTECTED]' Subject: I did have the same trouble... first... before run make test you have to be sure that httpd isnĀ“t

Help - Install mod_perl-1.23

2000-04-28 Thread James Xie
Helllo, I recently downloaded Apache_1.3.12 and installed it on Redhat 6.1, everything was working fine. I run into problems when I tried to install mod_perl-1.23. Everything was compiled ok, but I got error messages (see below) when I try to run the make test. I'm new to both Apache and