Need help with Apache::AuthTicket

2000-11-25 Thread Christopher L. Everett
In the docs for Apache::AuthTicket it says you need to specify PerlSetVar FooTicketLoginHandler /foologin PerlSetVar FooLoginScript/foologinform and then you need to add Location /foologin AuthType Apache::AuthTicket AuthName Foo SetHandler perl-script PerlHandler

OT: packing and unpacking help!

2000-11-23 Thread martin langhoff
hi, sorry to bother the list, but I'm stuck trying to convert this code into something more elegant, using pack() ... my $commandlength = length $command; my $high= (($commandlength (255 8)) 8); my $low = ($commandlength 255); my $commandstr = sprintf("\002%c%c%c",

Newbie install help needed please

2000-11-15 Thread James Hall
Hello, I recently installed Redhat 7, which includes/installs Apache and mod_perl. I assumed mod_perl was installed and running successfully based on the http error log (Mon Nov 13 15:37:16 2000] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux) mod_ssl/2.6.6 OpenSSL/0.9.5a DAV/1.0.1 mod_perl/1.24

Re: Newbie install help needed please

2000-11-15 Thread Philip Jacob
James, It is installed, actually. What you're seeing is a build of Apache where pretty much everything is installed as a DSO. This makes it possible for Redhat to ship things like mod_php4 as RPMs so you can just install them piecemeal. If you look in APACHE/libexec/, you'll find all the

RE: Newbie install help needed please

2000-11-15 Thread James Hall
]] Sent: Wednesday, November 15, 2000 4:25 PM To: James Hall Cc: [EMAIL PROTECTED] Subject: Re: Newbie install help needed please James, It is installed, actually. What you're seeing is a build of Apache where pretty much everything is installed as a DSO. This makes it possible for Redhat to ship

Please Help : Problem at ASP

2000-11-13 Thread Jacky
Dear Sir, I have the error output as follows. Please help me! Errors Output Can't call method "finish" without a package or object reference at (eval 14) line 134. , /usr/lib/perl5/site_perl/Apache/ASP.pm line 1083 Debug Output STARTING ASP HANDLER (v0.15) for file /usr/lo

Re: Please Help : Problem at ASP

2000-11-13 Thread Ruben I Safir
Why are you sending this to the modperl mailing list.

Re: Please Help : Problem at ASP

2000-11-13 Thread Joshua Chamas
TED] wrote: Dear Sir, I have the error output as follows. Please help me! Errors Output Can't call method "finish" without a package or object reference at (eval 14) line 134. , /usr/lib/perl5/site_perl/Apache/ASP.pm line 1083 Debug Output STARTING ASP HANDLER (v0.15)

Re: Installation error on make test ... please help if you can

2000-10-31 Thread Joshua Chamas
Stop. I have enabled the suexec wrapper and configured it, can suexec be used, I was unclear as to if it could be used and if it was being used if some files needed to be modified etc. Any help on correcting this error would be appreciated... I have run into make test errors before

HELP: testing access with different methods

2000-10-22 Thread karnurme
Hello! This seems like a simple thing, but somehow I cannot make it work... In spite that this is propably a FAQ, I didn't find a solution. How to test access to the given url with the given method? For example, is the current user allowed to POST into /some/dir/file.document ? Sounds like a

Re: XML help (offtopic)?

2000-10-18 Thread Adi
Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN? They may not be of direct help if you've already got a home-grown XML transport protocol, but it might give you some good ideas. And, it may save you lots of time in the long run if you can convert your home-grown XML

Re: XML help (offtopic)?

2000-10-18 Thread Matt Sergeant
On Wed, 18 Oct 2000, Adi wrote: Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN? They may not be of direct help if you've already got a home-grown XML transport protocol, but it might give you some good ideas. And, it may save you lots of time in the long run

XML help (offtopic)?

2000-10-17 Thread Geoffrey Gallaway
I know this isnt the right place to ask this question but if someone could at least fill me in and point me in the right direction I'd be gratefull. I'm trying to find a way to do XML over HTTP. I have a project at work that I'm doing where we have a XML based system. The system would connect to

Re: XML help (offtopic)?

2000-10-17 Thread Geoffrey Gallaway
I think I might have been a slight bit confusing in the email. I need to have apache be able to *recieve* the POST and GET requests. I know how to send the XML to another server, I just need to know how to get *my* server to handle the requests/data from other clients.. Geoff This one time, at

Re: XML help (offtopic)?

2000-10-17 Thread Perrin Harkins
Geoffrey Gallaway wrote: I think I might have been a slight bit confusing in the email. I need to have apache be able to *recieve* the POST and GET requests. I know how to send the XML to another server, I just need to know how to get *my* server to handle the requests/data from other

newbie needin help

2000-10-14 Thread jason
Hey folks, I have apache_1.3.12 running on freebsd 4.1 and I have an application that I want to run with mod_perl. Ususally I take the easy way out and run my perl cgi's with speedycgi. I believe it operates (or I may be totally wrong) in the same fashion as mod_perl except that its a lot easier

Third post. PLease help. PerlHandler configuration question.

2000-10-09 Thread Todd Chapman
I need to get this problem solved for a project I am working on. Any help is appreciated. Thanks. -Todd -- Forwarded message -- I am servicing requests from a virtual document tree. Most of the time I want the request to be serviced by a PerlHandler module I wrote. However

Re: Third post. PLease help. PerlHandler configuration question.

2000-10-09 Thread Todd Chapman
ngine might not work exactly the same in this circumstance.) If I misunderstood your problem, I'm sorry for not having read closer, confused you, etc. :-) Cheers, Richard Todd Chapman wrote: I need to get this problem solved for a project I am working on. Any help is appreciated.

Re: Third post. PLease help. PerlHandler configuration question.

2000-10-09 Thread Todd Chapman
Thanks. It seems like I would want to write a PerlTransHandler. However I don't want to change the filename until after the authorization phase. Can I change the uri to filename mapping at the end of the authorization phase but before the content handler phase? Thanks. -Todd On Mon, 9 Oct

Re: Third post. PLease help. PerlHandler configuration question.

2000-10-09 Thread Perrin Harkins
On Mon, 9 Oct 2000, Todd Chapman wrote: That only solves half the problem. Since it is a virtual directory, how will Apache::Registry know where 'cgifile' really exists so it can run it? Either put it under your docroot or use the standard Alias stuff: Alias /perl/ /home/httpd/perl/

Re: More mod-perl as DSO on Solaris (Please help)

2000-10-06 Thread Ricardo Stella
Yup... Now if someone adds this to the FAQ, maybe others won't spend days in trying to compile it... My .02... Patrick Durusau wrote: Ricardo, Ricardo Stella wrote: Here's a solution that seems to be ok for Solaris 8, GCC 2.9.2 and Perl 5.6 * Recompile perl with -Dcc=gcc

Re: More mod-perl as DSO on Solaris (Please help)

2000-10-05 Thread Ricardo Stella
Here's a solution that seems to be ok for Solaris 8, GCC 2.9.2 and Perl 5.6 * Recompile perl with -Dcc=gcc -Uuselargefiles -Ubincompat5005 * Recompile Apache with --enable-module=most --enable-share=max * Recompile mod-perl with USE_APXS=1, EVERYTHING=1 My .02... Patrick Durusau wrote:

Re: More mod-perl as DSO on Solaris (Please help)

2000-10-05 Thread Patrick Durusau
Ricardo, Ricardo Stella wrote: Here's a solution that seems to be ok for Solaris 8, GCC 2.9.2 and Perl 5.6 * Recompile perl with -Dcc=gcc -Uuselargefiles -Ubincompat5005 * Recompile Apache with --enable-module=most --enable-share=max * Recompile mod-perl with USE_APXS=1, EVERYTHING=1

Re: Help...

2000-10-04 Thread Nouguier
ot;, \$dbh, 1); if ($action eq "question"){ enregistre(\$dbh, $question, $nomdemandeur, $courriel, $location, $langue); } thanks for any help... hi chistophe About DBI: 1:When you use DBI, you have to call $dbh-disconnect before the $dbh goes out of scope to avoid this warni

Re: Help with Apache::Status

2000-10-04 Thread Stas Bekman
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 the following lines to httpd.conf Location /perl-status SetHandler perl-script PerlHandler

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

More mod-perl as DSO on Solaris (Please help)

2000-10-04 Thread Patrick Durusau
Hello, I am trying to install Apache 1.3.12 with mod_perl 1.24 on Solaris 2.8. In my most recent attempt, relying on several suggestions from the archive I have: (Using gcc 2.92.2 for all compiling.) Recompiled Perl 5.6.0 sh Configure -Dcc=gcc -Uuselargefiles Recompiled Apache 1.3.12

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

Help...

2000-10-03 Thread Christophe
"question"){ enregistre(\$dbh, $question, $nomdemandeur, $courriel, $location, $langue); } thanks for any help...

Re: Help...

2000-10-03 Thread Yann Ramin
ion"){ enregistre(\$dbh, $question, $nomdemandeur, $courriel, $location, $langue); } thanks for any help... -- Yann Ramin [EMAIL PROTECTED] Atrus Trivalie Productions www.redshif

Re: Help! About DBI in mod_perl!

2000-09-13 Thread Tom Mornini
uot;); $sth-execute(); # show the records of the table while(@table=$sth-fetchrow_array()) { print "tr"; foreach my $data (@table) { print "td width=150 align=center",$data,"/td"; } print "/tr"; } $sth-fin

Help! About DBI in mod_perl!

2000-09-12 Thread xzh
{ print "td width=150 align=center",$data,"/td"; } print "/tr"; } $sth-finish(); $dbh-disconnect; print "/center"; print $query-end_html; --- Any help will be appreciated!

Need mod_Perl developers in Austin, Texas. Contract or Direct Please help me out if you can.

2000-09-07 Thread Kirk Gould
Hello, I need to help a partner organization find mod_Perl developers for an Austin, Texas company, so that they can finish a project for me. Please contact me if you can help out. I don't know if they will need relocation perm or temp, perhaps not for contract. Sincerely, Kirk Kirk J

Help for installation....

2000-09-06 Thread Derrick
Dear all, Does anybody know how to fix the following error? I am sure i already have the license file directive in the configuration file. Everything runs fine except when i was trying to install this mod-perl. I am using Freebsd4 and stronghold. I got the following error when i ran "make

Re: Help for installation....

2000-09-06 Thread Pramod Sokke
] To: [EMAIL PROTECTED] Sent: Wednesday, September 06, 2000 2:28 PM Subject: Help for installation Dear all, Does anybody know how to fix the following error? I am sure i already have the license file directive in the configuration file. Everything runs fine except when i was trying to install

New to Apache and need help!

2000-09-03 Thread Z-man
Hi All Can Anyone here help me out?I'm trying to use the rewrite mod and have run into a problem.I've added the rewritecond and rules into my config file and it works if I use www in my url but will not work without it.I'd rather it worked the opposite way but will settle for both if that's

Re: New to Apache and need help!

2000-09-03 Thread Jonathan Leto
Z-man ([EMAIL PROTECTED]) was saying: Hi All Can Anyone here help me out?I'm trying to use the rewrite mod and have run into a problem.I've added the rewritecond and rules into my config file and it works if I use www in my url but will not work without it.I'd rather

Re: New to Apache and need help!

2000-09-03 Thread Z-man
Thanks , That did the trick! Denis Jonathan Leto wrote: Z-man ([EMAIL PROTECTED]) was saying: Hi All Can Anyone here help me out?I'm trying to use the rewrite mod and have run into a problem.I've added the rewritecond and rules into my config file and it works if I use

Help compiling!

2000-08-25 Thread Graham, Brian
Title: Help compiling! Hello everyone, I don't think this is a modperl problem but I am at my wits end and struggling to get modperl installed. On AIX 4.3.3 S70 multi CPU machine with the IBM C compiler (don't know what version) I have done the following: Downloaded and installed

OT: Help with LocationMatch rule

2000-08-22 Thread Christian Gilmore
This post is off topic. I apologize in advance, but I'm hoping someone out there can answer this question easily for me. I want to put an authentication rule on an entire site save for two subdirectories. How can I do so? As LocationMatch doesn't have an operator for "all things not matched by

HELP: problem with environment in different instances of mod_perl ?

2000-08-21 Thread Arnim Rupp
hi folks, i have a problem which seems to occurs just in some of the instances of mod_perl. most of the time the script runs right, but sometimes it shows the error: Can't locate Lib/Mail.pm in @INC (@INC contains: ... when i press "reload" and send the form-data again it works, if i press

Re: Session woes -Anyone Please help.????

2000-08-07 Thread Nigel Hamilton
HI Jitesh, I do exactly the same thing ... but I pass session variables using a combination of methods. Inserting a hidden field into subsequent pages: input type = "hidden" name = "sessionid" value = "1232139102831" Or you could append the sessionid

Re: Session woes -Anyone Please help.????

2000-08-07 Thread j e f f__s a e n z
You could also pass it as the path_info for the url if you wanted to make it somewhat more discrete. The eagle book also has a good section on session ids. Nigel Hamilton wrote: HI Jitesh, I do exactly the same thing ... but I pass session variables using a combination of methods.

Re: Session woes -Anyone Please help.????

2000-08-07 Thread Perrin Harkins
On Mon, 7 Aug 2000, Jitesh Kumar wrote: All I want is to store the generated key in the session variable so that I could retrieve the same on the subsequent page user visits for authentication purpose. I can't rely on client side cookies as they are not full proof. If you don't want to use

Session woes -Anyone Please help.????

2000-08-06 Thread Jitesh Kumar
Hi, I have a login form where the visitor enters the UserID and Password. After authenticating from the database, I generate a unique key (some encrypted text) for every user. All I want is to store the generated key in the session variable so that I could retrieve the same on the subsequent

Help Embperl

2000-08-05 Thread Jeff Smelser
I got EMbperl to compile. It when I did make test, everything went great. OK's down the line. I set up apache with: Location /perl/ SetHandler perl-script PerlHandler HTML::Embperl /Location This is what apache says when I restarted it: [10843]ERR: 25: Line 1: Error [Sat Aug 5 16:10:00

RE: Help Embperl

2000-08-05 Thread Jason Bodnar
Please send the file for the url you're getting the error with. On 05-Aug-2000 Jeff Smelser wrote: I got EMbperl to compile. It when I did make test, everything went great. OK's down the line. I set up apache with: Location /perl/ SetHandler perl-script PerlHandler HTML::Embperl

RE: Help Embperl

2000-08-05 Thread Jeff Smelser
No problem: HTML HEAD TITLEJeff's Stock Page /TITLE /HEAD BODY [$ if $ENV{REQUEST_METHOD} eq 'GET' $] This is a GET request [$ elsif $ENV{REQUEST_METHOD} eq 'POST' $] This is a POST request [$ else $] This is not GET and not POST [$ endif $] /BODY /HTML Thanks, Jeff On

Help...

2000-08-02 Thread Nouguier
Hi all, A strange behaviour I don't undestand... When using OR requiring MIME::Parser in a mod_perl ( 1.24 ) enabled apache ( 1.3.12 ), I've got many error 'cause perl is looking for Mail::Field::date Mail::Field::attrlist There is errors on compilation, so the first call

help on password decryption...

2000-07-31 Thread Kiran Banoor
hi, I want to know that is there anyway i can decrpt the passwords stored in htpasswd file in apache. I greatly appreciate any help on this.. Thanks kiran -Original Message- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 20, 2000 2:48 PM To: Mark D Wolinski Cc

Re: help on password decryption...

2000-07-31 Thread John D Groenveld
Assuming you're trying to migrate your passwords to another system, there's no reason why you can't write your own Authen handler which captures the plain text password. John [EMAIL PROTECTED]

Re: help on password decryption...

2000-07-31 Thread Ken Williams
[EMAIL PROTECTED] (Kiran Banoor) wrote: hi, I want to know that is there anyway i can decrpt the passwords stored in htpasswd file in apache. I greatly appreciate any help on this.. Nope, you can't do it. Those are one-way hashes of the passwords, not encrypted versions of them. They don't

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,

Help with extensions

2000-07-27 Thread Dave Edsall - The Tauminator
Hello all, I am trying to convert a Web-based e-mail package ( MailMan with local modifications ) to run under mod_perl. The original author did a fantastic job of making the script mod_perl clean so we have only had to do a modicum of changes. Here is my problem. We run a site

Help needed building mod_perl

2000-07-26 Thread Christian Jaeger
. /usr/sbin/apachectl start: httpd could not be started [root@rkt-015 chris]# I got this error regardless whether I configured mod_perl with EVERYTHING=1 or not. help... Christian.

Re: Help needed building mod_perl

2000-07-26 Thread blue
On Wed, 26 Jul 2000, Christian Jaeger wrote: Can't locate loadable object for module Apache::Log in @INC (@INC contains: /usr/lib/perl5/5.00503/ppc-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/ppc-linux /usr/lib/perl5/site_perl/5.005 . /usr/ /usr/lib/perl) at

Re: Help needed building mod_perl

2000-07-26 Thread Christian Jaeger
At 17:39 Uhr +0200 26.7.2000, blue wrote: On Wed, 26 Jul 2000, Christian Jaeger wrote: Can't locate loadable object for module Apache::Log in @INC (@INC contains: /usr/lib/perl5/5.00503/ppc-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/ppc-linux /usr/lib/perl5/site_perl/5.005 .

Re: Help needed building mod_perl

2000-07-26 Thread Ime Smits
| It's part of mod_perl. Now to the question whether it's really installed: | | locate '*[Aa]pache/[Ll]og*' | /usr/lib/perl5/site_perl/5.005/ppc-linux/Apache/Log.pm | /home/root/.cpan/build/mod_perl-1.24/blib/lib/auto/Apache/Log |

Re: Help needed building mod_perl

2000-07-26 Thread Ime Smits
| | /usr/lib/perl5/site_perl/5.005/ppc-linux/Apache/Log.pm OK, overlooked that first line. Sorry. Desperate in need of some coffee ;) Ime

SIGNAL 11 - Help anyone?

2000-07-25 Thread Kenneth Lee
Here's the backtrace, [root@app perl]# gdb /www/bin/httpd GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying"

Re: SIGNAL 11 - Help anyone?

2000-07-25 Thread Jeremy Howard
...segv trace... I also encountered occasionally the "Bizarre copy of ARRAY in aassign at /usr/lib/perl5/5.6.0/Carp/Heavy.pm line 79" error discussed some time before on the list. Both the segv and the 'bizarre copy' are fixed by this Perl 5.6 patch: //depot/perl/cop.h#49 (text)

Re: Help! Need strategy for upgrading production system!

2000-07-22 Thread Greg Cope
Doug Luce wrote: For this sort of thing, I assign a second IP address to the machine, then configure everything to bind to that IP address (making sure the original implementation binds to the first IP address only). Or you could use a different set of ports ... less to configure then.

FORBIDDEN ERROR -- Help!

2000-07-20 Thread Richard M. Lemanski
Hello, I had been doing some benchmark testing with ApacheBench to compare the performance differences between mod_cgi and mod_perl and they were going great until all of the sudden my results fell way out of line. I need help! After I switched the max requests per child from 1 to 5000

Help! Need strategy for upgrading production system!

2000-07-19 Thread Keith Kwiatek
Hello, I have a production system (solaris 7) with apache 1.3.6 system with mod_perl.1.19 and mod_ssl.2.3.1 I would like to somehow install the latest apache + mod_perl + mod_ssl + DBI/DBD versions on the production system, BUT without interrupting the current production system. And then, after

Re: Help! Need strategy for upgrading production system!

2000-07-19 Thread Doug Luce
For this sort of thing, I assign a second IP address to the machine, then configure everything to bind to that IP address (making sure the original implementation binds to the first IP address only). For apache and the modules, you can just create separate source directories, and designate a

RE: Help needed for using Apache::DBI

2000-07-18 Thread Jeff Beard
Perhaps sending your startup.pl might help. Then only time I had problems with Apache::DBI, I loaded Apache.pm in a BEGIN{} block then everything else after and outside the block in my startup.pl. That was to deal with an error when Apache::DBI was loaded. --Jeff At 10:28 AM 7/18/00 +0530

RE: Help needed for using Apache::DBI

2000-07-18 Thread Perrin Harkins
On Tue, 18 Jul 2000, PHANI MADHAVI wrote: we have gone through all the guidelines But it is not working. It is still trying to search the 'module' in Apache.pm which obviously is not defined. You can't tell much about the Apache.pm module just by looking at the perl source because it's

Re: Help needed for using Apache::DBI

2000-07-17 Thread Nigel Hamilton
ivate-modules=src/modules/perl/libperl.a --disable-shared=perl then make and make install. and voila your apache is configured as statically mod_perl and you have DSO enabled so you never need to recompile apache if you want to add optional modules. Good Luck and let me know if I can help you a

RE: Help needed for using Apache::DBI

2000-07-17 Thread PHANI MADHAVI
Hi, Yes... installed apache, mod_perl, mysql, dbi and dbd modules using their source code. and mod_perl has been installed with the option EVERTYTHING=1. But of no use.. IF AT ALL ANYBODY KNOWS HOW TO MAKE APACHE::DBI WORK,PLEASE HELP Regards, Madhavi -Original Message- From: Nigel

Re: Help needed for using Apache::DBI

2000-07-17 Thread darren chamberlain
PHANI MADHAVI ([EMAIL PROTECTED]) said something to this effect: IF AT ALL ANYBODY KNOWS HOW TO MAKE APACHE::DBI WORK,PLEASE HELP The guide is quite clear on how to use and set up Apache::DBI: http://perl.apache.org/guide/databases.html#Apache_DBI_Initiate_a_persist http://search.cpan.org

Re: Help needed for using Apache::DBI

2000-07-17 Thread Edmund Mergl
PHANI MADHAVI wrote: Hi All, we have installed Apache::DBI module ( system os is linux, web server apache, running mod_perl and mysql is rdbms) in our systems. But it is not working. When i try to compile a sample file to test db connectivity using Apache::DBI, it does not work. Same

RE: Help needed for using Apache::DBI

2000-07-17 Thread PHANI MADHAVI
MADHAVI Cc: [EMAIL PROTECTED] Subject: Re: Help needed for using Apache::DBI PHANI MADHAVI wrote: Hi All, we have installed Apache::DBI module ( system os is linux, web server apache, running mod_perl and mysql is rdbms) in our systems. But it is not working. When i try to compile a sample

RE: Help needed for using Apache::DBI

2000-07-17 Thread PHANI MADHAVI
' in Apache.pm which obviously is not defined. Madhavi -Original Message- From: darren chamberlain [mailto:[EMAIL PROTECTED]] Sent: Monday, July 17, 2000 5:52 PM To: [EMAIL PROTECTED] Subject: Re: Help needed for using Apache::DBI PHANI MADHAVI ([EMAIL PROTECTED]) said something

Help needed for using Apache::DBI

2000-07-16 Thread PHANI MADHAVI
then make and make install. and voila your apache is configured as statically mod_perl and you have DSO enabled so you never need to recompile apache if you want to add optional modules. Good Luck and let me know if I can help you any more. Vincent Bruijnes At 21:21 14-7-00 -0400, you wrote: I have su

Re: Perl CGI/Mod_perl testing - HeLp!

2000-07-12 Thread G.W. Haywood
processes by default to handle connections Then I evoke a Perl CGI script on the same system: # perl cgi_test.pl -- the external Perl interpretor processes the script and passes it to the Apache web server to be parsed. I'm afraid none of this makes sense. A Unix book might help you. 73

Apache::session and Apache::DBI Fixed - Thanks for the help everyone

2000-07-12 Thread Chad Billigmeier
Thank you for helping me fix this. It is an integral part of a rearchitecture plan. Chad Alan Prey - Plead Anarchy, it worked for me.

Perl CGI/Mod_perl testing - HeLp!

2000-07-11 Thread Rich Lemanski
Hello all, I could use your assistance. I have been tasked to show the performance differences between Perl CGI scripts and mod_perl scripts running on an Apache web server on a small isolated network. I am assuming mod_perl will outperform CGI if the scripts are well written. I need

FreeBSD: semwai state Help..

2000-06-27 Thread Jeff Gleixner
Hi All, I'm having a very strange problem and am hoping someone on here can help. I'm running a typical Apache(1.3.6), mod_perl(1.21), Mason(0.81), mySQL set-up on 4 big RAM machines (database is on other machines). I start up the servers and after a few minutes the state of the processes ends

Re: FreeBSD: semwai state Help..

2000-06-27 Thread David McCabe
From: Jeff Gleixner [EMAIL PROTECTED] Date: Tue, 27 Jun 2000 14:23:20 -0500 Subject: FreeBSD: semwai state Help.. To: [EMAIL PROTECTED] Hi All, I'm having a very strange problem and am hoping someone on here can help. I'm running a typical Apache(1.3.6), mod_perl(1.21), Mason(0.81

Help with memory leak

2000-06-15 Thread gc
I'm having a memory leak problem that I suspect comes from a mod_perl module of mine. The module talks to a MySQL database using DBI. I can't see any memory hogs when I check the linux box with 'top', but after several days the computer inevitably grinds to a halt. This didn't happen before

RE: Help writting a module for Apache.

2000-06-12 Thread Jerrad Pierce
. | _| | \|| _.-~-._.-~-._.-~-._@" _|\_|___|___| -Original Message- From: Ariel Manzur [mailto:[EMAIL PROTECTED]] Sent: Monday, May 29, 2000 09:09 To: [EMAIL PROTECTED] Subject: Help writting a module for Apache. Hi.. I need Apache to do this: always ask for basic authentication, and then accept any conbination of username/pas

RE: Help writting a module for Apache.

2000-06-12 Thread Ariel Manzur
on on how to write modules (I don't want to read a _huge_ man page for this simple task) Can anyone help? Thanks!! Bye.. Ariel.

Re: Any suggestions or help, Thanks

2000-06-08 Thread Perrin Harkins
: fetch() without execute() at cnznetmod.pm line 131. I remember that i had a same problem when our system upgrated last time. Once i reinstalled ApacheDBI-0.87, it works fine. But this time, i did so but it still doesn't work. Thank you for your help. Steven. BTW: Linux redhat6.2

Any suggestions or help, Thanks

2000-06-07 Thread Hui Zhu
reinstalled ApacheDBI-0.87, it works fine. But this time, i did so but it still doesn't work. Thank you for your help. Steven. BTW: Linux redhat6.2, ApacheDBI-0.87, DBI-1.13, Modperl-1.21, Msql-Mysql-modules-1.22 Mysql3.22

help adding mod_perl core dumps

2000-06-02 Thread Pete Lancashire
I'm stuck with an old RedHat 5.2 box for a few months and am having troubles with mod_perl, not with the RedHat RPM version. I've loaded and built apache 1.3.12 with success But when mod_perl 1.24 is added starting apache (httpd) core dumps. Mod_perl was added this way: perl Makefile.PL \

Re: SOLVED! - Help with Apache::SSI Apache::Filter in Apache::ASP

2000-06-01 Thread montefin
KEN! Bingo. My bad. I was too anxious to make this work tonight and just did NOT do the make properly. KICK MYSELF! KICK MYSELF! Thanks for being there, montefin Ken Williams wrote: [EMAIL PROTECTED] (montefin) wrote: Or, could it be that the location that %="$demo-{file}?virtual=1"%

Help with Apache::SSI Apache::Filter in Apache::ASP

2000-05-31 Thread montefin
Hi, I'm new here. I apologize in advance if I'm posting this wrongly or to the wrong list and for the messy 'cut and paste' job on the error_log below. I haven't been able to find a solution for a start-up problem I'm having with a new Apache::ASP install and would appreciate any help or clues

Re: Help with Apache::SSI Apache::Filter in Apache::ASP

2000-05-31 Thread Joshua Chamas
st and for the messy 'cut and paste' job on the error_log below. I haven't been able to find a solution for a start-up problem I'm having with a new Apache::ASP install and would appreciate any help or clues greatly. Apache::ASP's test script 'ssi_filter.ssi' fails. It includes the heade

Re: Help with Apache::SSI Apache::Filter in Apache::ASP

2000-05-31 Thread Ken Williams
[EMAIL PROTECTED] (Joshua Chamas) wrote: [Wed May 31 01:26:44 2000] [error] [asp] [4815] [debug] state 73d41e9eb24306295fa1e2b08f64d311 locks: 9, unlocks: 9 [Wed May 31 01:26:44 2000] [error] Can't locate object method "run" via package "Apache" at /usr/lib/perl5/site_perl/5.005/A

Re: Please HELP, Thanks.

2000-05-29 Thread shane
On Mon, May 29, 2000 at 08:05:08AM -0500, Hui Zhu wrote: Hi ALL: I have a module called samplemod.pm. It used to work fine. After modifying something, i got errors from a perl script (use samplemod;) saying: samplemod.pm did not return a true value at /home/httpd/perl/test.pl line 12.

Re: Please HELP, Thanks.

2000-05-29 Thread Michael Smith
You could try putting a 1; at the end of the module, if you don't already have one. Leaving this out is a common mistake. Mike -Original Message- From: Hui Zhu [EMAIL PROTECTED] Cc: Modperl Mailing List [EMAIL PROTECTED] Date: 29 May 2000 14:00 Subject: Please HELP, Thanks. Hi ALL

Re: Please HELP, Thanks.

2000-05-29 Thread Christian Stamgren
Not really a mod_perl question here,, but anyway if you include a file with "use" or "require" that file need to return a true value. return 1; or just: 1; you have probebly removed this line from samplemod.pm check samplemod.pm and make shure it returns a true value. Best regards

Re: Need help in compiling the mod-perl

2000-05-25 Thread Ged Haywood
Hi there, I found it difficult to understand exactly what you mean in some parts of your message. I am sorry. When you give error messages and configuration details please try to give the exact wording. Make these parts of your message separate from the rest of the text of your message, for

Re: Need help in compiling the mod-perl

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Seshagiri Rao Maddirala wrote: Hi, I am tryong to compile modperl with gcc2.8.1 on solaris 7. Even before make finishes I get out with error: mod_perl.c at line 278 'aptestconfigonly' - Unresolved symbol. I picked it up today afternoon from ftp site of

Need help in compiling the mod-perl

2000-05-24 Thread Seshagiri Rao Maddirala
Hi, I am tryong to compile modperl with gcc2.8.1 on solaris 7. Even before make finishes I get out with error: mod_perl.c at line 278 'aptestconfigonly' - Unresolved symbol. I picked it up today afternoon from ftp site of perl.apache.org. I have this if condition line and next line continued

[new] Help With Modules Wanted

2000-05-22 Thread Stas Bekman
Doug's request for someone to volunteer to take over the Apache::PerlVINC, which was left unchallenged :( has made me start this page: Help With Modules Wanted http://perl.apache.org/help_with_modules_wanted.html This document was created for two purposes: * To find new maintainers

Help me to learn...

2000-05-16 Thread Alexei V. Alexandrov
to view the contents of the zip file using unzip program. I don`t want to place zip files in a spechial folder and so on... What is the best way to do it. Thank you for any help. Best regards, Alexei V. Alexandrov [AA4460, AVA32-RIPN, AA1829-RIPE

Re: Help me to learn...

2000-05-16 Thread Randy Kobes
On Tue, 16 May 2000, Alexei V. Alexandrov wrote: Dear mod_perl users, I`m new to programming using mod_perl just for learning i wrote some simple modules and i want to write a more complex module for solving the following task: There are many .zip files on our server in the web

Need help on Error on evaluating script from P-code

2000-05-10 Thread amy
t; HEAD> TITLE> Testing /TITLE> /HEAD> BODY> /BODY> /HTML> Any idea what I did wrong, commands, suggestions, please help. Thankyou.

Re: Need help on Error on evaluating script from P-code

2000-05-10 Thread ___cliff rayman___
i always send ascii. i was responding to an e-mail sent in html format. amy, you got me in trouble :-) -- ___cliff [EMAIL PROTECTED] David McCabe wrote: From: ___cliff rayman___ [EMAIL PROTECTED] Date: Wed, 10 May 2000 14:40:14 -0700 Subject: Re: Need help on "Error on evaluating s

<    2   3   4   5   6   7   8   >