Re: hang with $r-internal_redirect

2000-05-11 Thread Ged Haywood
Hi there, On Wed, 10 May 2000, Louis-David Mitterrand wrote: I am trying an internal_redirect from a POST with Mason and Apache just hangs: Have a look at the Guide, "Caching POSTed Data". 73, Ged.

Re: Virtual servers mixing up required scripts

2000-05-11 Thread Ged Haywood
Hi there, On Thu, 11 May 2000, Uri Bernstein wrote: Hi, In order to provide a "private" development environment to each of our developers, we defined a virtual server per developer. Each virtual server has its root aliased to a different directory [snip] This seems to work fine most of

Re: [preview] Search engine for the Guide

2000-05-19 Thread Ged Haywood
Hi all, On Thu, 18 May 2000, Randy Kobes wrote: The :: are stripped on the fly, since these cannot be used in index, so when you look for Foo::Bar you are actually looking for 'Foo Bar'. That's a limitation of swish-e - you can configure it to index characters like $, !, ... as part of

Re: mod_perl and IPC

2000-05-22 Thread Ged Haywood
Hi there, On Mon, 22 May 2000, Reilly, Thomas wrote: I have to find out what the best method is for having mod_perl have bi-directional communication with a unix daemon process which will receive a string (for simplicity!) from mod_perl, (extracted from the client request), talk to existing

Re: CORE::exit and Apache:Registry

2000-05-24 Thread Ged Haywood
Hi there, On Wed, 24 May 2000, Mark Hewis wrote: What am am really after is an exit which just restarts the child process (it is called in) resetting all module globals any suggestions? die() ? END{} is called at the end of each processed request They are only processed for each request

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: Error in running apache::asp, part 3

2000-05-26 Thread Ged Haywood
Hi there, On Thu, 25 May 2000, Ime Smits wrote: | [error] Undefined subroutine Apache::ASP::handler called. | what does it mean? | How to fix it? I think something went wrong during the Apache::ASP installation. Consider installing Apache::ASP once again with the cpan installer

Re: Problem with mod_perl

2000-05-27 Thread Ged Haywood
Hi there, On Fri, 26 May 2000, Eugene S. Panenko wrote: The problem is: under load above 20 requests per second after working some time (about 15-30 sec) Apache daemon stopts accepting new connections and blocks forever (without -X option httpd at this moment begin forking until it eats all

[OT - Security] Linux vulnerability

2000-06-10 Thread Ged Haywood
Hi all, I thought this might be of interest to Apache users running Linux. A vulnerability in some versions of Linux has recently been identified. SYSTEMS AFFECTED Linux kernel versions 2.2.x before 2.2.16 (2.0.x are safe; 2.2.16 is safe) IMPACT Any local user can gain root

Re: Template techniques [ newbie alert + long ]

2000-06-10 Thread Ged Haywood
Hi there, On Thu, 8 Jun 2000, Perrin Harkins wrote: use references for passing data. But see "Advanced Perl Programming" pages 9 (Performance Efficiency) and 44 (Using Typeglob Aliases). 73, Ged.

Re: using a module to contain settings.

2000-06-24 Thread Ged Haywood
Hi all, On Thu, 22 Jun 2000, Frank Wiles wrote: Where I work we store them as PerlSetVar's in the Apache config, we store all implementation specific things in there such as the page title, the URL to the module we are using, database user and password, etc, etc. Like Frank I've used

Re: stripping CRLF on the way out?

2000-06-24 Thread Ged Haywood
Hi all, On Thu, 22 Jun 2000, Paul Lindner wrote: I read somewhere that 5 bytes is equivalent to 1ms on a 28.8 connection, so these types of optimizations are generally worth the effort. Don't forget that modems can be clever too. Most do their own data compression on the fly, so you may

Re: [OT]SegFaults, not PerlFreshRestart or module related

2000-06-24 Thread Ged Haywood
Hi all, On Mon, 19 Jun 2000, Paul wrote: I'm running out of ideas. PerlFreshRestart was completely unused, then explicitly set Off. I have two handlers, which seem to work well. My logs report nothing amiss aside from the stream of segmentation faults killing off my server children

RE: Pages stopping and not loading completely...

2000-06-24 Thread Ged Haywood
Hi all, On Mon, 19 Jun 2000, Farley, Scott wrote: I know the "rwrite returned -1" is a long fixed bug but what about the pages not completely loading? What version? I was going to ask you the same question... 73, Ged.

Re: Installation of mod_perl

2000-06-24 Thread Ged Haywood
Hi there, On Tue, 20 Jun 2000, Kiran Banoor wrote: when I Make Test, I get the following error:- letting apache warm up...Syntax error on line 3 of /web/apache/src/modules/mod_perl-1.22/t/conf/srm.conf: Invalid command 'PerlTransHandler', perhaps mis-spelled or defined by a module not

Re: Bizarre munging of form data

2000-06-24 Thread Ged Haywood
Hi there On Tue, 20 Jun 2000, Eamon Daly wrote: I've just run into the strangest problem I've ever had the misfortune of coming across. I have a form containing a number of various fields, including two radio buttons named "WHO_REGISTERED". Well it's a bit off-the wall, but the letters

Re: installation question again

2000-07-20 Thread Ged Haywood

Re: [OT] mod_rewrite

2000-07-21 Thread Ged Haywood
Hi there, On Thu, 20 Jul 2000, Jeff Jones wrote: It's the mod_rewrite guy again. Is there anyone who would be willing to provide some off list assistance? I just want to run a configuration by someone who knows more about this than I do and see if I am doing it right. I'd say as long as

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Ged Haywood
Hi there, This isn't a silly question. At least I hope it isn't. On Wed, 6 Dec 2000, Jeffrey W. Baker wrote: [snip,snip] A modifies a row in X and adds a row to Y. A commits X, which succeeds. A commits Y, which fails. The only thing that Machine A can do now is send an email to the DBA

Re: Connection to MySQL DB fails when mod_perl enabled...

2001-05-23 Thread Ged Haywood
Hi there, On Tue, 22 May 2001, Ask Bjoern Hansen wrote: If you want to die then Come on, mod_perl is tricky sometimes but things can't be that bad... 73, Ged.

Re: Apache with MOD_PERL

2001-05-28 Thread Ged Haywood
Hi there, I think I follow most of this! On Mon, 28 May 2001 [EMAIL PROTECTED] wrote: $gzip -d apache_x.xx.tar.gz $tar xfv apache_x.xx.tar $gzip -d mod_perl-x.xx.tar.gz $tar xfv mod_perl-x.xx.tar If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc. $cd mod_perl-x.xx $perl

Re: Apache with MOD_PERL

2001-05-28 Thread Ged Haywood
Hi again, On Mon, 28 May 2001, Jochen Schnapka wrote: This does not matter anything. I think it likes to have the filename immediately after the 'f'. tar z, by the way, works only with GNUTar. Is there any other kind? :) 73, Ged.

Re: Memory leak

2001-05-28 Thread Ged Haywood
Hi there, On Mon, 28 May 2001, Antonios Christofides wrote: script offers database search facilities on the web. If a search is performed which results in many (namely 400) rows being returned, then the httpd child that serves the request grows by 2 MB. Have a child serve that request ten

Re: Content-Disposition to change type and action?

2001-05-29 Thread Ged Haywood
Hi there, On Tue, 29 May 2001, Jay Jacobs wrote: I've tried setting $r-content_type and even $r-filename to try and get the browser (ie 5 for now) to see it as a non-html file and do the right thing. IE is particularly fond of ignoring Content-type. If the file is called something.html

Re: [OT] Content-Disposition to change type and action?

2001-05-30 Thread Ged Haywood
Hi there, On Wed, 30 May 2001, Issac Goldstand wrote: Ged wrote: IE is particularly fond of ignoring Content-type. If the file is called something.html or something.htm I've found IE will treat it as html even if you say it's text/plain in Content-type. Ugh. no - that only happens

Re: Apache::FakeRequest et.al. ?

2001-05-30 Thread Ged Haywood
Hi there, On Wed, 30 May 2001 [EMAIL PROTECTED] wrote: I am trying to run a rather big and complex mod_perl module from the prompt, but I cannot get it running. http://perl.apache.org/guide 73, Ged.

Re: dyld problems with Apache 1.3.19 and mod_perl/mod_php on Mac OSX 10.0.03

2001-06-01 Thread Ged Haywood
Hi there, On Fri, 1 Jun 2001, Martin Redington wrote: I'm having some some difficulties with Apache 1.3.19 and mod_perl/mod_php. [On Mac OS X] Never built on the Mac myself, some people had trouble, looks like you're an expert. From what I see on the mod_perl List about mod_perl and PHP on

Re: Compile Problem with Apache + mod_ssl + mod_perl

2001-06-04 Thread Ged Haywood
Hi there, On Thu, 31 May 2001, Ian Chilton wrote: Please reply to [EMAIL PROTECTED] as I am not on the list!!! (Why not?! :) This is what I get: [snip] Creating Makefile Creating Configuration.apaci in src Error: Cannot find SSL binaries under /usr/local/ssl Is that a clue? 73, GEd.

Re: Perm Module VM_Monitor (fwd)

2001-06-06 Thread Ged Haywood
Hi there, From: Ian Jones [EMAIL PROTECTED] Help please. Do you have any other documentation. Dou you mean other than http://perl.apache.org/guide? I realise some of the problems we incurred are self inflicted. :) We are using Apache under the guise of IBM's websphere products on AIX

Re: 500 unexpected EOF before status line seen

2001-06-07 Thread Ged Haywood
Hi there, On Thu, 7 Jun 2001, Juan Julian Merelo Guervos wrote: What does this mean? I'm using mod_perl alongside SOAP::Lite module, with by-the book configuration, and the SOAP client issues this error and coredumps. Calling the program from a browser returns a no data error. Please read

Re: mod_perl 1.25 , perl 5.6.x , Redhat7.1 problem

2001-06-07 Thread Ged Haywood
Hi there, On Thu, 7 Jun 2001, Tomas Zeman wrote: I have tried Perl 5.6.0 and 5.6.1, mod_perl 1.24 and 1.25, apache 1.3.9 and 1.3.20, but I am not able to make it work (on Redhat 7.1) It worked OK with redhat 6.2 with perl 5.5 I compiled perl 5.6.1 and apache myself, mod_perl compiles

Re: mod_perl 1.25 , perl 5.6.x , Redhat7.1

2001-06-08 Thread Ged Haywood
Hi Tomas, On Fri, 8 Jun 2001, Tomas Zeman wrote: Compiler in redhat 7.1 should be OK, because module compiles ok, I don't follow your logic there. but error is in perl 5.6.x 9I think), because on the same platform, it worked with perl 5.5 Quite possible, all the same. I still use

Re: Make Test problems...

2001-06-11 Thread Ged Haywood
On Sun, 10 Jun 2001, Ian (the webguy) wrote: I'm running RedHat 6.2 on an P5/300 with 128MB of RAM and 10GB of HDD. I've grabbed the latest stable versions of Apache (1.3.9), and mod_perl. [snip] I keep on running into problems with the make test portion of my installation. Snippets are

Re: apache with perl,ssl fronpage module !

2001-06-12 Thread Ged Haywood
Hi there, On Tue, 12 Jun 2001, Gauri wrote: If i comment out LoadModule AddModule statements in httpd.conf for negotiation proxy the apache server starts works fine. Try compiling static? 73, Ged.

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi there, On Tue, 12 Jun 2001, Mark Vandenbroeck wrote: There seems to be some confusion and even incorrectness in this trail. Let's get some things straight : Thanks for setting me straight! 73, Ged.

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi again, On Tue, 12 Jun 2001, Eric Kolve wrote: Yes, I have NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1. I seemed to get on better by removing NLS_LANG and ORA_NLS33 from my environment altogether. BTW, I am also using the latest oracle client libs (8.17) if this makes any difference;

Re: Charset woes

2001-06-14 Thread Ged Haywood
Hi Robin, On Wed, 13 Jun 2001, Robin Berjon wrote: I'm running into trouble with browsers submitting data using various charsets and not telling me which charset they're using. This results in all sorts of breakages and unusable text. I can't be the only one dealing with this problem (if

Re: Best way to attach a module to /

2001-06-14 Thread Ged Haywood
Hi there, On Thu, 14 Jun 2001, Jamie Krasnoo wrote: What is the best way to attach a module to be run when a user first enters the site? Can you be a bit more specific? 73, Ged.

Re: How To Turn On .pl files on Apache?

2001-06-14 Thread Ged Haywood
Hi there, On Thu, 14 Jun 2001, Purcell, Scott wrote: Well I installed the Apache Web Server on my local NT box here and it runs. Did you install mod_perl too? 73, Ged.

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi there, On Mon, 11 Jun 2001, Eric Kolve wrote: I recently upgraded to DBI 1.18 + DBD::Oracle 1.07 and upon restarts with mod_perl, I get the following error: DBD::Oracle::db rollback failed: Error while trying to retrieve text for error ORA-03113 (DBD ERROR: OCITransRollback) at

Re: Apache+mod_perl+JServ

2001-06-20 Thread Ged Haywood
Hi there, On Wed, 20 Jun 2001, [koi8-r] ëÏÎÓÔÁÎÔÉÎ íÉÈÁÊÌÏ× wrote: I'm not sure, may be my question is off topic. Only parts of it! There's an Embperl List too, check out the mod_perl home page for the URL. Currently we are developing entirely mod_perl end user application using Embperl

Re: Multiple AddHandler statements

2001-06-22 Thread Ged Haywood
Hi there, On Fri, 22 Jun 2001, Mithun Bhattacharya wrote: No offense meant but it is my personal opinion that SSI can mess up a system worse than Perl ever could. Would you care to elaborate? 73, Ged.

Re: Can I use mod_perl to monitor mod_ssl

2001-06-26 Thread Ged Haywood
Hi there, On Sun, 24 Jun 2001, Joachim Zobel wrote: We are having infrequent non reproducable problems with SSL. Can I use mod_perl for debugging and monitoring the SSL activity beyond HTTP? I think you would be better off using something like tcpdump. 73, Ged.

Re: Apache Konfiguration Error 500

2001-06-30 Thread Ged Haywood
Hi there, On Thu, 28 Jun 2001, Oliver - GoodnGo.COM (R) wrote: jetzt habe ich tagelang damit zu gebracht den Apache 1.3 zu installieren und zum Laufen zu bringen ... - Please post to the mod_perl List in English only. aber jetzt bekomme ich bei perl Skripten die im cgi-bin Verzeichnis vom

Re: modperl install without Apache src?

2001-07-06 Thread Ged Haywood
Hi there, On Thu, 5 Jul 2001, Knox, Laurie A, NPONS wrote: I was going to upgrade it to 1.25, but I don't have the Apache src. Why don't you just get it? Someone told me I just need to replace the libexec/libperl.so file Don't do it. Grab the latest sources and recompile, lots of bugfixes

RE: modperl install without Apache src?

2001-07-08 Thread Ged Haywood
Hi there, On Fri, 6 Jul 2001, Knox, Laurie A, NPONS wrote: I read somewhere that there were potential problems when running mod_perl and PHP together in Apache, but I haven't been able to find that info again Is this an issue? I fear it is. Lots of people seem to run into trouble with

Re: modperl install without Apache src?

2001-07-08 Thread Ged Haywood
Hi all, On Fri, 6 Jul 2001, Doug MacEachern wrote: On Fri, 6 Jul 2001, Ged Haywood wrote: On Thu, 5 Jul 2001, Knox, Laurie A, NPONS wrote: I was going to upgrade it to 1.25, but I don't have the Apache src. Why don't you just get it? there should be no need if apache was properly

Re: ePerl (fragment of Re: Apache::SimpleTemplate)

2001-07-08 Thread Ged Haywood
Hi there, On Sat, 7 Jul 2001, Todd Finney wrote: We use ePerl for a fair number of things, and I have yet to run into something we needed of which it was not capable. Didn't I read somewhere that there were security concerns? Just asking. Ditto. 73, Ged.

Re: any trick to exclude some files in FilesMatche

2001-07-09 Thread Ged Haywood
Hi there, On Mon, 9 Jul 2001, Surat Singh Bhati wrote: [snip] But all the .pl , including fast_(.*).pl are run by Apache::PerlRun handler [snip] Any solution to exclude the fast_(.*).pl in second expression? Rename the files? 73, Ged.

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Ged Haywood
Hi there, On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load /opt/apache/libexec/libperl.so

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Ged Haywood
Hi again, On Thu, 12 Jul 2001, Javier Chicharro wrote: Yes, I compiled my Perl using Solaris cc. Is there any reason you don't want to compile static? 73, Ged.

Re: having problems getting started with mod_perl

2001-07-12 Thread Ged Haywood
Hi there, On Wed, 11 Jul 2001, Bruce Kleinman wrote: Apache 1.3.19 Perl 5.6.1 mod_perl 1.25 [snip] Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [snip] ccversion='WorkShop Compilers 4.2 30 Oct 1996 C 4.2', gccversion='', [snip] Is this the compiler you used

Re: modperl install on osx - help

2001-07-15 Thread Ged Haywood
Hi there, On Sun, 15 Jul 2001, Christian Wattinger wrote: im at the end of my wisdom here, i try to install on mac osx following the advice from http://perl.apache.org/guide/install.html#A_Summary_of_a_Basic_mod_perl_In i dont get very far with it and i know still little about unixy

Re: Problem With Perl Versions

2001-07-17 Thread Ged Haywood
Hi there, On Fri, 13 Jul 2001, James McKim wrote: Hello all, In trying to upgrade a RedHat Linux7.0 system I inherited to Perl5.6.0 I'd suggest you go for the latest stable release, but I've had no troubles with 5.7.x. Grab the sources, delete all the Apache, mod_perl and Perl source

Re: Setup help needed

2001-07-25 Thread Ged Haywood
Hi there, On Tue, 24 Jul 2001, Bryan Coon wrote: Hi, I am having trouble figuring out what is up with mod_perl. I currently have apache 1.3.20 running on RH6.2, compiled with mod_ssl, mm 1.1.3 and DSO support enabled. What is the method to install mod_perl? http://perl.apache.org/guide

Re: Globals

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, John Buwa wrote: I am useing -w and strict on my code and i get this when using strict. i gave this script a name say package libtest; So why is this still saying package name required? Global symbol $line requires explicit package name at libwork.pl line

Re: Santitizing errors with mod_perl

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, John Buwa wrote: $user =~ s/[^$OK_CHARS]//go; $pass =~ s/[^$OK_CHARS]//go; [snip] [error] Unmatched [ before HERE mark in regex m/[ HERE ^]/ at libwelcome.pl line 169. Hmmm. Your code says s/// not m//. Is this anywhere near line 169? Is it in the file

Re: mod_perl/DBI problem

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, Curtis Hawthorne wrote: So, how can I have it try to connect to the database again if it fails, but keep the connection persistent if it doesn't? Have a look in the Guide, there's lots of stuff in there about Apache::DBI. http://perl.apache.org/guide. 73,

Re: Santitizing errors with mod_perl

2001-07-28 Thread Ged Haywood
Hi there, On Sat, 28 Jul 2001, John Buwa wrote: Thanks all for the terrific answers and help. It is actually working now!? What did i do you ask? Not a thing, [snip] ... I usually make a sighup to the test server after a change in the scripts maby this was not enough to recompiile my

Re: Copying files across machines

2001-07-30 Thread Ged Haywood
Hi there, On Sun, 29 Jul 2001, Radu Caulea wrote: I use Apache 3.19, mod_perl, Oracle in an NT environment. As I decided to have Apache on one machine and Oracle on another, I need to transfer and display with Apache/mod_perl a remote html file (i.e. written by Oracle on the other machine).

Re: Size

2001-07-30 Thread Ged Haywood
On Mon, 30 Jul 2001, John Buwa wrote: It seems my modperl apache runs slower than my regular apache could this be the reason? That's likely to be a symptom, not a cause. Can you be less vague than runs slower? Under mod_perl, your Perl scripts should run faster than they do under plain

Re: What counts as a real DBMS?

2001-08-01 Thread Ged Haywood
Hi guys, On Wed, 1 Aug 2001, Philip Mak wrote: On Wed, 1 Aug 2001, Henrik Edlund wrote: And while we are discussing not cutting corners, those who still use MySQL should switch to a real DBMS before they even think of abstracting What would you consider to be a real DBMS? Guys,

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: Help with @ISA

2001-08-04 Thread Ged Haywood
Hi there, On Fri, 3 Aug 2001, Rasoul Hajikhani wrote: I have declared the following in my httpd.conf: Location /foo SetHandler perl-script PerlHandler my::foo-cookie_check() /Location However, I get an error message: Can't locate object method cookie_check() via package

Re: module to hit back at default.ida atack ?

2001-08-05 Thread Ged Haywood
H I, On Sun, 5 Aug 2001, Sean Chittenden wrote: Anybody know of any module I can use to hit back at these default.ida bozos (i.e. keep them away from my IP addresses ?). I'm running apache/modperl on Win32. [snip] ::grin:: In the post he mentioned about trashing the kernel on NT so

Re: Weird IE cookie behaviour [OT]

2001-08-06 Thread Ged Haywood
Hi there, On Mon, 6 Aug 2001, Christopher L. Everett wrote: I _must_ get this working with IE. Does anyone have a clue stick for me? There is IE and there is IE, the versions don't all behave the same (for just about anything you can think of. :) Which version(s) of IE are you using?

Re: compiling troubles on Solaris 8

2001-08-06 Thread Ged Haywood
Hi there, On Mon, 6 Aug 2001, Alan Burlison wrote: Please note that the same compiler must be used to build Perl and mod_perl, Not so. gcc should work just fine. The problem is that when perl is configured and built, it saves the compiler name and flags in Config.pm. Well OK, read What

Re: Children dying

2001-08-15 Thread Ged Haywood
Hi Andrew, On Tue, 14 Aug 2001, Andrew Ho wrote: AVI am running a perl 5.6.0, mod_perl 1.26, apache 1.3.19 on Solaris 2.6. [snip] AV[Tue Aug 14 10:45:10 2001] [notice] child pid 2630 exit signal Segmentation Fault (11) [snip] A few other folks have given useful references on how to get

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Ged Haywood
Hi there, On Wed, 15 Aug 2001, Philip Mak wrote: When I have multiple virtual hosts running Apache::ASP (mod_perl), do they need to run their own instance of Apache? If one Apache is listening to port 80 then no others can. This is why you will get an error message when you try to start an

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Ged Haywood
Hi there, On Thu, 16 Aug 2001, Jonathan Edwards wrote: Related to this topic, I have a question about multiple instances of Apache. We run two mod_perl enabled sites on two separate IPs. These sites rely on mod_perl heavily. Each site has a unique perl script that handles just about

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Ged Haywood
Hi there, On Thu, 16 Aug 2001, Jonathan Edwards wrote: Apache is set to: StartServers 10 MaxClients 512 Is that to say that the max number of children is 20 (StartServers + MaxSpareServers) or 512 (MaxClients) MaxClients. But if you have 10M unshared in each child and only 500M of RAM

Re: AuthCookie access denied messages

2001-08-20 Thread Ged Haywood
Hi there, On Mon, 20 Aug 2001, David Young wrote: Before I tackle this myself, has anyone added functionality to AuthCookie so that it will report *why* a user is being asked to login? Currently, if a user enters in a wrong username or password, they just get redirected back to the login

Re: Installation problem...urgent

2001-08-22 Thread Ged Haywood
Hi there, On Tue, 21 Aug 2001, Alvaro Toro Santivanez wrote: i need run mod_perl and apache urgent If you are new to mod_perl (and Linux?)you will probably find that it is a rather complex environment. You will need to do a great deal of learning before you can quickly and easily compile,

Re: Oracle::DBD under mod_perl on Sun/Solaris

2001-08-22 Thread Ged Haywood
Hi there, On Wed, 22 Aug 2001, Alex Povolotsky wrote: DBD::Oracle::db prepare failed: ORA-03120: two-task conversion routine: [snip] DBD::Oracle::db prepare failed: ORA-03113: end-of-file on communication channel (DBD: oopen error) and EVERY connect to database fails since that. I was NOT

Re: Perl/Apache question

2001-08-26 Thread Ged Haywood
Hi there, On Sun, 26 Aug 2001, Remco Schaar wrote: On Sun, 26 Aug 2001, Mathew Benson wrote: I sincerely appologize if this question is in the wrong mailing list. But I'm not really sure where it belongs. I installed Demarc and Snort. [snip] You probably misconfigured. What

Re: DBI connections build up..

2001-09-13 Thread Ged Haywood
Hi there, On Thu, 13 Sep 2001, DJ (David J Radunz) wrote: the database connections just keep building up. Read the database section of the Guide: http://perl.apache.org/guide 73, Ged.

Re: keeping perl in memory

2001-09-14 Thread Ged Haywood
Hi there, On Fri, 14 Sep 2001, Miroslav Madzarevic wrote: This question does and doesn't have to do with mod_perl. I wish to keep perl binary (nothing related to apache) in memory See the Guide: http://perl.apache.org/guide And read about Apache::Registry. 73, Ged.

Re: segmentation fault child pid exit

2001-09-25 Thread Ged Haywood
Hi there, On Mon, 24 Sep 2001, Chaiyakul, Annie wrote: I am running apache 1.3.19, mod_perl 1.26 mod_ssl 2.7.1-1.3.14 mm-1.1.3, openssl-0.9.6, and perl 5.6.1 [snip] let me know what information I need to provide. Please read the file called SUPPORT in your mod_perl directory. You might

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Ged Haywood
Hi there, On Tue, 2 Oct 2001, Yeo Puay Hoon wrote: steps suggested in the apache readme file: # gunzip apache_1.3.19.tar.gz # tar -xvf apache_1.3.19.tar # gunzip mod_perl-1.24_01.tar.gz # tar -xvf mod_perl-1.24.01.tar # cd mod_perl-1.24_01 # perl Makefile.PL \ [snip] Don't

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Ged Haywood
Hi all, On Wed, 3 Oct 2001, Luciano Miguel Ferreira Rocha wrote: it just doesn't make sense (to me) to don't trust the tar but trust the executable generated by the files in it... The security aspect wasn't my main concern. It's just that the file permissions can get a little screwy if you

Re: rookie's question regarding dynamic html pages

2001-10-19 Thread Ged Haywood
EaOn 19 Oct 2001, Xavier Merlin wrote: I would like to make those pages dynamic Maybe modperl can help. What do I need ? The Eagle Book: Writing Apache Modules with Perl and C, ISBN 1-56592-567-X, by Lincoln Stein and Doug MacEachern. It is available from O'Reilley

Re: Newbie having problems

2001-10-23 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, John Michael wrote: I am new to mod-perl and am trying to migrate some pretty large image scripts I have written to mod-perl. Have you come upon the Guide? http://perl.apache.org/guide It's a fairly weighty document by now but most of what you want will be in

Re: Using non-response handler only

2001-10-23 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, Issac Goldstand wrote: Just out of curiosity: are there any efficiency issues regarding using mod_perl for the exclusive use of a phase other than the response? In other words, if I want a script to do something other than return a static page from a file,

Re: Using non-response handler only

2001-10-24 Thread Ged Haywood
Hi Stas, On Wed, 24 Oct 2001, Stas Bekman wrote: Why, Ged? For the reasons I gave. I *said* I'd duck and run for cover :) 73, Ged.

Re: namespace-troubles

2001-10-24 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, John Michael wrote: most of the people on this list don't seem to answer questions from beginners. [snip] Does anyone know of a news group that answers mod perl questions? The mod_perl mailing list is the proper forum for such questions, but one of the troubles

Re: Apache::Compress - any caveats?

2001-10-25 Thread Ged Haywood
Hi there, On Wed, 24 Oct 2001, Mark Maunder wrote: I noticed that there are very few sites out there using Content-Encoding: gzip - in fact yahoo was the only one I could find. Is there a reason for this I think because many browsers claim to accept gzip encoding and then fail to cope with

RE: Apache::Compress - any caveats?

2001-10-29 Thread Ged Haywood
Hi Matt, On Mon, 29 Oct 2001, Matt Sergeant wrote: -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] On Wed, 24 Oct 2001, Mark Maunder wrote: I noticed that there are very few sites out there using Content-Encoding: gzip - in fact yahoo was the only one I

Re: Installing modules

2001-11-03 Thread Ged Haywood
Hi there, On Sat, 3 Nov 2001, John Michael wrote: Where can I find information on how to install modules like: Apache::Request libapreq-0.33.tar.gz Apache::DBIApacheDBI-0.88.tar.gz The CPAN shell can do it all automatically for you. perl -MCPAN -eshell You need to be

Re: Install problems

2001-11-03 Thread Ged Haywood
Hi there, On Sat, 3 Nov 2001, John Michael wrote: It looks like in the file apache_request.c these are the lines causing the problem. #include httpd.h ... Have you got the Apache sources installed? You need to have the header files which contain a bunch of definitions. Best to get the

Re: OT: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-11 Thread Ged Haywood
Hi again, On Sat, 10 Nov 2001 [EMAIL PROTECTED] wrote: since my active server page knowledge is pretty much zero here is my issue. Have several clients that use IIS w/lots of ASP[yuk] instead of Apache all things PERL. Richard and Josh have answered your other points, but I'd just like to

Re: SegFault report with backtrace

2001-11-05 Thread Ged Haywood
Hi there, On Mon, 5 Nov 2001 [EMAIL PROTECTED] wrote: Here is a simple Test.pm handler that causes segfaults in our server. Last year I had a Test.pm that caused segfaults too, on Solaris boxes. By accident I discovered that the segfaults went away when I renamed the file! At the time I was

Re: How to update the httpd env for mod_perl

2001-11-07 Thread Ged Haywood
Hi there, On Wed, 7 Nov 2001, SubbaReddy M wrote: I installed perl 5.6.1 and mod_perl and Apache-ASP-2.27 on my Linux box. (Redhat 6.2) Did you compile your Apache and mod_perl? [root@qclinux /root]# perl -v That's perl -V not perl -v :) This is perl, v5.6.1 built for i686-linux

Re: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-10 Thread Ged Haywood
Hi there, On Sat, 10 Nov 2001, SubbaReddy M wrote: [snip] many strugles. [snip] /home/httpd/asp/1.asp is called from brower http://192.168.1.235/asp/1.asp Do you think it might be better to start with something a little less ambitious? Just getting a mod_perl server running with a

Re: OT: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-10 Thread Ged Haywood
Hi there, On Sat, 10 Nov 2001 [EMAIL PROTECTED] wrote: How far along is mod perl ASP? IOW just how compatible is it to the proprietary equiv? I'm not quite sure what you mean. Be aware that Apache::ASP is purely for scripting in Perl. I have used it on a system which now has a very large

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-14 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001, [iso-8859-1] Jonathan E. Paton wrote: I am trying to create a website [snip] NB - Whilst my preferred answer to these questions is a coded solution, [snip] We like people to think for themselves on this list. :) I'm sure I've missed a few questions... Read

RE: mod_perl.so not built after building mod_perl

2001-11-14 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001, Manjrekar Pratiksha wrote: Could you please suggest me a apache version as well as a mod_perl version compatible to it in the Solaris environment? If you search the mod_perl mailing list I'm sure you will find many references to Apache and mod_perl being used

RE: mod_perl.so not built after building mod_perl

2001-11-14 Thread Ged Haywood
On Wed, 14 Nov 2001, Manjrekar Pratiksha wrote: [Wed Nov 14 21:14:05 2001] [error] [Wed Nov 14 21:14:05 2001] null: Undefined subroutine Apache::ROOT::vswap1_2e1_2e5::index_2eeml::my_start called at /apps/vswap1.1.5/index.eml line 13. [snip] what might be reason for the above problem..

Re: mod_perl make test fails

2001-11-15 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001 [EMAIL PROTECTED] wrote: I'm trying to compile apache_1.3.22+mod_perl-1.26 on a redhat 7.1 linux box. I replace the original gcc 2.xx with gcc version 3.0.2 and perl 5.6.0 with perl 5.6.1 both compiled in the same box. Get rid of 5.6.0. It's probably not

Re: [DBI] DBI-install_driver fails

2001-11-18 Thread Ged Haywood
Hi there, On Sat, 17 Nov 2001, Dau Hee wrote: [snip,snip] I also use up2date to upgraded my glibc to 2.2.4 from 2.2.2. Why? If it ain't broke, don't mend it. After the glibc upgrade, I cannot get Apache to run. Not too surprising after upgrading glibc. Have you recompiled Perl itself?

RE: Documentation patch for mod_perl//win32

2001-11-23 Thread Ged Haywood
Hi there, On Fri, 23 Nov 2001, Alessandro Forghieri wrote: I sure can co-maintain such a document. The co part is a good idea for several reasons - the most cogent being that I am not a native speaker Heck, you write English better than many Englishmen I know... 73, Ged.

  1   2   3   4   5   >