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: 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: [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: 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: 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: 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: 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: [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: installation question again

2000-07-20 Thread Ged Haywood

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

[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: 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

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: 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: 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: 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: [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: 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

<    1   2   3   4   5