compiling mod_perl for solaris

2000-09-01 Thread Joseph Sirucka - Netics
Hi People I've been trying to compile mod_perl for solaris 8 recently and I recompiled perl 5.6.0 with _ubincompat5005 and -Uuselargefiles. But no matter what I do with with mod_perl to compile it at perl Makefile.PL blah i get this error ld.so.1: perl: fatal: relocation error: file

Re: question on code snippet in mod_perl guide

2000-09-01 Thread Stas Bekman
On Thu, 31 Aug 2000, Aaron Johnson wrote: I don't work on Oracle so I will speak from my experience with MySQL. MySQL servers time out after the 8 hour standard disconnect for inactivity (this can be adjusted in your my.conf file). To compensate for this we now run our own connect checks

Re: Apache::Session and performance question

2000-09-01 Thread Greg Cope
Perrin Harkins wrote: On Mon, 28 Aug 2000, Chris Brooks wrote: I went back through the documentation on Apache::Session, Apache::Session::DBIStore, and Apache::DBI, and I haven't found a problem in the way we have implemented this. Does anyone else have suggestions, or has anyone else

RE: where WhatEverLoginScript points?/ AuthCookie configuration

2000-09-01 Thread Pires Claudio
thanks! it works (WhatEverLoginScript /demo/html/login.pl) is there any more detailed info or tutorial about AuthCookie configuration? where can I find it? Thanks -Mensaje original- De: Bill Moseley [mailto:[EMAIL PROTECTED]] Enviado el: Friday, September 01, 2000 2:14 AM Para: Pires

Fast clicks in Apache::Session causing loss

2000-09-01 Thread garyc
Howdy! I'm currently developing a mod_perl application which connects to a Postgres (soon to be Oracle) backend through dbiproxy. I'm using Apache::Session::Postgres, and currently only track one thing... the number of times a particular session has clicked anything. (Mainly as a test) In any

ORA tutorials/mod_perl

2000-09-01 Thread Stas Bekman
Tutorial Programs for Perl Programmers O'Reilly University of Perl 2000 Seattle -- Los Angeles -- Atlanta -- New York http://conferences.oreilly.com/uperl2k/ It includes introduction to mod_perl by Nathan Torkington http://www.oreillynet.com/cs/uperl2k/print/e_sess/1039

AuthDBI with Interbase

2000-09-01 Thread Yury Vasiliev
I use AuthDBI with Interbase It works ok, but there are some strange error in log //--- $Apache::DBI::VERSION = '0.87'; $DBI::VERSION = "1.14"; Interbase 6.0 //--- error_log:

newbie asking for AuthCookieDBI

2000-09-01 Thread Pires Claudio
Hi, I am newbie with mod_perl. I just installed and configured Apache::AuthCookie succesfully. Now I want to use Apache::AuthCookieDBI (Apache-AuthCookieDBI-1.18). I just installed all modules it needs and configured it as documentation say. But when I restart Apache I get this message:

Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
I've been expierence this problem for a while now, and users of the site are as well, so I thought it's time to see what is causing this. Basically what happens is that some times a page will hang while executing... The browser is still connected to the server, but has not received the whole

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Gerald Richter
Basically what happens is that some times a page will hang while executing... Is it a POST request? Is the page invoke by the mod_perl handler or do you call it from your own script via Execute? Gerald - Gerald Richterecos

[OT] Language Question...

2000-09-01 Thread David Hajoglou
I would like to learn about the programming of mod_perl. While I am an ok perl programmer, I know very little of c code. Can somebody suggest a (or several) book that I can start to learn c from? Thanks, David

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
On 01-Sep-2000 Gerald Richter wrote: Basically what happens is that some times a page will hang while executing... Is it a POST request? Is the page invoke by the mod_perl handler or do you call it from your own script via Execute? POST GET. This happens by far the most when access via

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Gerald Richter
Basically what happens is that some times a page will hang while executing... Is it a POST request? Is the page invoke by the mod_perl handler or do you call it from your own script via Execute? POST GET. This happens by far the most when access via Netscape 4.75 for PowerPC via

Re: [OT] Language Question...

2000-09-01 Thread David Hodgkinson
David Hajoglou [EMAIL PROTECTED] writes: I would like to learn about the programming of mod_perl. While I am an ok perl programmer, I know very little of c code. Can somebody suggest a (or several) book that I can start to learn c from? Why do you need C if you've got perl? -- Dave

Re: [OT] Language Question...

2000-09-01 Thread David Hajoglou
Well, if you must know, mod perl was programmed in c On 1 Sep 2000, David Hodgkinson wrote: David Hajoglou [EMAIL PROTECTED] writes: I would like to learn about the programming of mod_perl. While I am an ok perl programmer, I know very little of c code. Can somebody suggest a (or

Re: [OT] Language Question...

2000-09-01 Thread David Hodgkinson
David Hajoglou [EMAIL PROTECTED] writes: Well, if you must know, mod perl was programmed in c I knew this. So? -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Apache, mod_perl, MySQL,

Re: [OT] Language Question...

2000-09-01 Thread David Hajoglou
I would like to be able to read the internals of mod_perl (the module that plugs into apache). I would like to understand how it works with apache and to do this I need c coding skills. So, regardless of my reason for wanting to learn c (though it does relate), does anybody have any suggestions

Re: [OT] Language Question...

2000-09-01 Thread David Hodgkinson
David Hajoglou [EMAIL PROTECTED] writes: I would like to be able to read the internals of mod_perl (the module that plugs into apache). I would like to understand how it works with apache and to do this I need c coding skills. So, regardless of my reason for wanting to learn c (though it

Re: [OT] Language Question...

2000-09-01 Thread Jeff Jones
I began teaching myself C using the following book: "A Book on C" by Al Kelley, Ira Pohl ISBN# 0201183994 It will turn up if you do a search at amazon. Hope this helps. Jeff Jones On Fri, 1 Sep 2000, David Hajoglou wrote: I would like to be able to read the internals of

Announce: Apache::Session 1.53

2000-09-01 Thread Jeffrey W. Baker
Apache::Session 1.53 has been released. Fixed in this release: * Three bugs in the file handling code found by Erik Rantapaa and Bart Shaefer. * A possible security vulnerability involving bogus session IDs like '../../../../../etc/passwd'. Don't worry, I wasn't able to actually think of an

Re: multilanguage site

2000-09-01 Thread Greg Stark
can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) I'm really interested in what other people are doing here. We've just released our first cut at i18n and it's going fairly well. But so

Re: multilanguage site

2000-09-01 Thread Eric L. Brine
As far as I can tell there's no way in html to indicate to the browser that a chunk of content is in some other encoding other than what was specified in the headers or meta tag. There's no span charset=... attribute or anything like that. This seems to make truly multilingual pages

Re: newbie asking for AuthCookieDBI

2000-09-01 Thread Jacob Davies
On Fri, Sep 01, 2000 at 01:45:00PM -0300, Pires Claudio wrote: I am newbie with mod_perl. I just installed and configured Apache::AuthCookie succesfully. Now I want to use Apache::AuthCookieDBI (Apache-AuthCookieDBI-1.18). I just installed all modules it needs and configured it as

Problem with Apache::AuthCookieDBI

2000-09-01 Thread Pires Claudio
Hi everybody, it's me again... I have a problem using Apache::AuthCookieDBI... I cannot launch Apache using this module. First I installed Apache::AuthCookie succesfuly in my RedHat 6.2 system, I tried it and it worked fine... Now, I want to implement session management and I want to use

Re: suexec: disabled?

2000-09-01 Thread Tom Brown
On Thu, 31 Aug 2000, Bakki Kudva wrote: I recently upgraded to perl5.6 and added php4 to my apache server. I don't know what I did wrong but I am getting the following errors. If I do a httpd -l I get... suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec your copy of suexec is

RE: cvs commit: modperl/src/modules/perl mod_perl.c

2000-09-01 Thread Geoffrey Young
the mod_perl.c update is causing conficts with the set_handlers patch... the patch works, albit with lots of fuzz, but make yields: mod_perl.c: In function `perl_run_stacked_handlers': mod_perl.c:1342: parse error before `register' make[3]: *** [mod_perl.o] Error 1 make[2]: *** [all] Error 1

cvs commit: modperl apache-modlist.html

2000-09-01 Thread dougm
dougm 00/09/01 13:40:17 Modified:.apache-modlist.html Log: not gonna happen and tired of getting emails asking for it Revision ChangesPath 1.75 +1 -2 modperl/apache-modlist.html Index: apache-modlist.html

cvs commit: modperl Makefile.PL Changes

2000-09-01 Thread dougm
dougm 00/09/01 14:09:14 Modified:.Makefile.PL Changes Log: Makefile.PL:post_initialize fix for win32 Revision ChangesPath 1.165 +1 -1 modperl/Makefile.PL Index: Makefile.PL ===