Pre-compiling Embperl pages without Executing?

2000-06-20 Thread Chris Thorman
Hi, The docs at http://perl.apache.org/embperl/Faq.pod.7.html#How_can_I_pre_compile_pages_so ... helpfully point out that calling Execute on your .epl pages at server startup time pre-compiles those pages into static shared memory which all subsequent child processes will share. I have a

RE: Problems with AxKit

2000-06-20 Thread Jonas Nordström
Ok, I have tried that, and now I'm a little bit closer. But when I start the server, i get the message: ../bin/apachectl start: httpd could not be started No error message and nothing in the logs. If I remove the line "PerlModule AxKit" from httpd.conf, then it works... Jonas Nordstrom

RE: Problems with AxKit

2000-06-20 Thread Matt Sergeant
On Tue, 20 Jun 2000, Jonas Nordström wrote: Ok, I have tried that, and now I'm a little bit closer. But when I start the server, i get the message: ../bin/apachectl start: httpd could not be started No error message and nothing in the logs. If I remove the line "PerlModule AxKit" from

Installation of mod_perl

2000-06-20 Thread Kiran Banoor
Hi, I am trying to install mod_perl on Sun Solaris/Apache 1.3.4, but am unable to do so. I Make File by setting EVERYTHING=1, 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

[RFC] Swapping Prevention

2000-06-20 Thread Stas Bekman
I've rewritten the guide's swapping section now delving into quite technical details. Please take a moment to review this section and comment on it. I have tried to stay on focus to deliver as much as possible relevant details without actually delving into the fine details of memory management

Re: [RFC] Swapping Prevention

2000-06-20 Thread Barrie Slaymaker
A nit: the distinction between paging and swapping doesn't seem clear to me. You describe the paging process, then talk about how you should never swap. Or maybe that's too detailed for your intended audience. - Barrie

Exec Format Error

2000-06-20 Thread Ravi Pandey
Hi, I am in process of moving all my CGI scripts to mod-perl. I get the following error from a CGI script when executed in mod-perl environment. I am using Apache 1.3.12 and mod-perl 1.24. /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2

Re: Exec Format Error

2000-06-20 Thread Blue
On Tue, 20 Jun 2000, Ravi Pandey wrote: I am in process of moving all my CGI scripts to mod-perl. I get the following error from a CGI script when executed in mod-perl environment. I am using Apache 1.3.12 and mod-perl 1.24. /usr/lib/dld.sl: Can't shl_load() a library containing Thread

garbled redirections

2000-06-20 Thread Paul
Hello, all. First, the problem: [Tue Jun 20 09:06:55 2000] [error] [client 90.17.209.65] Invalid error redirection directive: üØ@ üØ@? Let me assure you, "üØ@" isn't in my code anywhere. =o) I am, however, using

Re: hello world benchmarks...

2000-06-20 Thread Joshua Chamas
Thanks Rudy! Any way you could throw some of the others into the mix, like Apache::ASP, Embperl, Mason, Registry CGI ? The more data there is, the more useful the benchmarks are, since some of the greatest value comes from how they compare on the same system. I understand if not since these

Re: [RFC] Swapping Prevention

2000-06-20 Thread Joshua Chamas
your machine. Therefore you should configure the server, so that the maximum number of possible processes will be small enough using the CMaxClients directive. This will ensure that at the peak hours the system won't swap. Remember that swap space is an emergency pool, not a resource to be

Session Cookies

2000-06-20 Thread Pierre J. Nicolas
Could someone please tell me how to set session cookies under cookies. I only want the cookie to be valid for the current browser session. Let's say I have 10 browsers open "simultaneously," 5 netscapes and 5 IE and they're each looking at the same page (calling the same program). I want to be

Re: DBD::Sybase problem

2000-06-20 Thread Jie Gao
Hi All, Following up the attached message I posted a couple of weeks ago, I found if the database was taken down during the lifetime of the Web server, this problem would pop up, even if the db was taken up again. Cheers, Jie On Fri, 9 Jun 2000, Jie Gao wrote: Date: Fri, 9 Jun 2000

Re: DBD::Sybase problem

2000-06-20 Thread Alex Farber
Hi, Jie Gao wrote: Server starts ok and all goes well; but after a few hours I get server errors, with the following in the error_log: ct_cancel(CONN,ALL): user api layer: external error: There is a usage error. This routine has been called at an illegal time. isn't it

Multiple module configuration directive problem

2000-06-20 Thread Rob Tanner
I have two different but related modules to be installed on the same server. Both of them need access to the same database and run as the same admin user. Since one of the items each needs to know is a password that is root protected, configuration is done through custom directives rather

Re: [RFC] Swapping Prevention

2000-06-20 Thread Tom Brown
On Tue, 20 Jun 2000, Joshua Chamas wrote: your machine. Therefore you should configure the server, so that the maximum number of possible processes will be small enough using the CMaxClients directive. This will ensure that at the peak hours the system won't swap. Remember that swap

cvs commit: modperl-2.0/src/modules/perl mod_perl.h modperl_callback.h modperl_config.c modperl_config.h modperl_gtop.c modperl_log.c modperl_log.h modperl_tipool.h

2000-06-20 Thread dougm
dougm 00/06/20 09:04:53 Modified:lib/Apache Build.pm lib/ModPerl BuildOptions.pm Code.pm pod modperl_dev.pod src/modules/perl mod_perl.h modperl_callback.h modperl_config.c modperl_config.h modperl_gtop.c