FW: Tomcat or WebLogic's WebServer?

2001-04-24 Thread Wang, Pin-Chieh
Hi modperl guys, Anybody can confirm about this performance issue? PC -Original Message- From: Suresh Parmar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 8:10 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat or WebLogic's WebServer? Hi, This is very interesting. The 30%

RE: Forbidden access

2001-03-07 Thread Wang, Pin-Chieh
Hi, Thanks for the reply, I have used the IP address of my machine (single IP address) to be Allowed and it works. But I don't know how to allow a group of users to access web server? especially if there is no place to specify the network mask. Hi, I build Apache_1.3.14 with mod_perl-1.25 on

Forbidden access

2001-03-06 Thread Wang, Pin-Chieh
Hi, I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. Initially both server-status and server-info works fine, but some how both of these pages denied my display request.(403 Forbidden ) I have checked httpd.conf where I have Location /server-status SetHandler server-status

error in threded perl

2001-02-27 Thread Wang, Pin-Chieh
Hi, I am installing Apache_1.3.14 / mod_perl-1.24_01 on Solaris system, Using ActiveState 5.6 Build 623. During the "make test" phase I get an error in modules/cgi 3/4 FAILED test 4 , Failed 1/4 tests At the t/logs/error_log file I have must fix $/ for threaded Perl XXX: need to fix exit

NISPlus-0.06-alpha problem

2001-02-13 Thread Wang, Pin-Chieh
Hi, I recently build Apache_1.3.14 with Mod_perl-1.24_01 on Solaris system when I testing NIS+ portion I got terminal hung in Module Table.pm The code actually hung is in sub colnames. I also cut that portion onto here. The line that atually waitting for return is the bolded blue line(which I

RE: Debug perl package in Apache

2001-02-11 Thread Wang, Pin-Chieh
]] Sent: Thursday, February 08, 2001 5:04 PM To: Wang, Pin-Chieh Cc: Mod_perl list (E-mail); 'Stas Bekman' Subject: Re: Debug perl package in Apache On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: Any body has any ideals? Also How can I debug an perl package under this environment? Appreciated

Debug perl package in Apache

2001-02-08 Thread Wang, Pin-Chieh
Hi, I build an Apache with Mod_Perl under DSO in Solaris. Apache seems works fine. But I now have a problem when AuthenNISPlus.pm get called and was not be able to get password table(I think). I have the following setting in httpd.conf Location /web AuthName "[Web for

RE: modperl + FrontPage Server Extensions

2001-02-03 Thread Wang, Pin-Chieh
It should all work together, Although I haven't tested the versions you mentioned. PC -Original Message- From: Jose Albert [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 11:21 PM To: [EMAIL PROTECTED] Subject: modperl + FrontPage Server Extensions Hi Everybody I've a

Apache::ASP installation problem

2001-02-02 Thread Wang, Pin-Chieh
Hi, I am using Apache 1.3.14 with mod_perl-1.24_01 on Solaris system The Apache/Mod_perl part of build is working fine. But when I installed Apache-ASP-2.07, during the make test part I got Undefied Routine Devel/Symdump error therefore the make test failed. So, I download and try to install

RE: Apache::ASP

2001-02-01 Thread Wang, Pin-Chieh
If Ged did not answer your question well enough, check out this answered as an FAQ item at: http://www.apache-asp.org/faq.html#Apache%20errors%20on%20the%20PerlHandler% 20directive%20%3F --Josh Hi, Josh, I now re-installed a fresh copy Apache_1.3.14 with mod_perl-1.24_01 with USE_DSO=1 --

RE: Apache::ASP

2001-02-01 Thread Wang, Pin-Chieh
Make sure you got the .htaccess file from the site/eg example directory .. the problem here is that your ASP config has not been activated. You could also try setting the Location to /eg/ --Josh I just noticed the "make test" part of installation has error * error code 29 with Command

Devel-Symdump Failure

2001-02-01 Thread Wang, Pin-Chieh
Hi, I installed Apache_1.3.14 with mod_perl 1.24_01 with DSO everything seems o.k. then I installed Apache-ASP-2.07 found I missing Devel::Symdump I then went back to install Devel::Symdump But when I make test in Devel::Symdump I had failure in 1/13 test with error code 29 command failed for

Apache::ASP

2001-01-31 Thread Wang, Pin-Chieh
Hi, I installed Apache1.3.14 with mod_perl 1.24_01 on Solaris Using ActiveState Perl 5.6 I configure with DSO Apache seems to be running O.K. But when I downloaded Apache-ASP-2.07 and followed the instruction Perl Makefile.PL make make test make install I then added the following lines into

Verify DSO

2001-01-24 Thread Wang, Pin-Chieh
Any body know How to verify the Apache I just build is a DSO? I did ./configure --prefix=/usr/local/apache --enable-rule=SHARED_CORE Thanks PC

file does not exist for server-info

2001-01-23 Thread Wang, Pin-Chieh
I build Apache_1.3.14 with Mod_Perl-1.24_01 The complete build looks good and I can calling up page with http://hostname But when I calling http://hostname/Server-info I get "file does not exist" in the error_log file. but if I do a httpd -l I can see mod_info is included in the compile listing.

Apache 1.3.14 build

2000-12-05 Thread Wang, Pin-Chieh
I am trying to build apache v.1.3.14 with Mod_perl v. 1.24 using APACI I am using Perl 5.6 build 620 - the latest I ran perl Makefile.PL under mod_perl-1.24 directory The system created Makefile in support,regex. directories but terminated prematually with warning message for "Apache Version

RE: database access

2000-11-09 Thread Wang, Pin-Chieh
I am trying to access access Microsoft SQL server on NT from Apache Server under Linux, Can some one give me a direction, how/where to looking into it? Appreciate for any help PC Wang -Original Message- From: clayton cottingham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08,

Get User Login Name

2000-06-19 Thread Wang, Pin-Chieh
Hi, Is there any way to obtain user login name from perl if I put .htaccess under /usr/local/apache/htdocs/restricted and put my cgi/perl script under cgi-bin with no restriction. The reason I put no restriction for cgi-bin is to avoid user to login twice so I only place restriction under

Microsoft SQL 7.0 interface

2000-05-26 Thread Wang, Pin-Chieh
Any body knows how to access Microsoft SQL/on NT from Apache on Linux ? Our data base is running on NT/SQL , but web server is running Apache/Linux Thanks, PC Wang

make test of Apache::SSI

2000-05-15 Thread Wang, Pin-Chieh
Hi, I am installing Apache::SSI under Mod_perl.. When I ran make test I have permission denied when it trying to start httpd , therefore the test failed. My httpd was running under (root, other) as the (user, group). At perl Makefile.PL I specified the user as root and group as other, but still

RE: make test of Apache::SSI

2000-05-15 Thread Wang, Pin-Chieh
- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 4:29 PM To: Perrin Harkins Cc: '[EMAIL PROTECTED]'; Wang, Pin-Chieh Subject:Re: make test of Apache::SSI [EMAIL PROTECTED

Apache.pm failed to LOAD!

2000-05-03 Thread Wang, Pin-Chieh
Hi, I build the apache1.3.12 using mod_perl 1.23 on Solaris 2.6 machine, everything looks fine and installed successfully (at least the installation program told me so...) But when I start httpd using apachectl start, httpd did not start within error_log there is a message "Apache.pm failed to

mod_perl installed as DSO

2000-02-01 Thread Wang, Pin-Chieh
Hi I am trying to install mod_perl-1.21 with Apache1.3.11, I am following the procedure in the book (at least I thought I was following), everything looks fine, but when I restarted httpd I got the following error message from errror_log [Tue Feb 1 10:57:28 2000] [notice] SIGHUP received.

RE: mod_perl installed as DSO

2000-02-01 Thread Wang, Pin-Chieh
Unfortunately I am running Solaris 2.6 the suggested directive doesn't work ( I got a core dump for Segmentation Fault), Is there anybody can answer the error [error] Cannot remove module mod_perl.c: not found in module list What module list it's talking about "Wang, Pin-

Is this a mistake? //http://perl.apache.org/guide/install

2000-01-25 Thread Wang, Pin-Chieh
Can some one confirm if this document on the web is correct? Building Apache and mod_perl by Hand If you wish to process the httpd build separately from the mod_perl, you should use NO_HTTPD=1 option during the perl Makefile.PL stage, then configure various things by hand and proceed with

httpd not copied into APACHE_PREFIX

2000-01-20 Thread Wang, Pin-Chieh
Hi, I am building mod_perl-1.21 into apache_1.3.9 using apaci. I run the following commands under mod_perl-1.21 directory perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache make make test make install Everything looks fine, httpd was created in